Tagged articles

CI/CD

1783 articles · Page 9 of 18
DevOps Cloud Academy
DevOps Cloud Academy
Feb 7, 2023 · Operations

Assessing CI/CD and DevOps Capabilities in 2022: A Practical Guide

This article outlines the key practices and considerations for evaluating modern CI/CD and DevOps capabilities, covering cloud adoption, organizational design, microservice architecture, automated pipelines, testing strategies, security, release frequency, and immutable infrastructure to help teams achieve fast, reliable software delivery.

CI/CDContinuous DeliveryDevOps
0 likes · 21 min read
Assessing CI/CD and DevOps Capabilities in 2022: A Practical Guide
DevOps Cloud Academy
DevOps Cloud Academy
Feb 6, 2023 · Operations

Why Automation and CI/CD Matter for Developer Happiness

The article argues that CI/CD and automation not only boost efficiency but also improve developer satisfaction, emphasizing that eliminating repetitive manual tasks makes work more enjoyable and motivates engineers, ultimately leading to better productivity and happier teams.

CI/CDDevOpsautomation
0 likes · 8 min read
Why Automation and CI/CD Matter for Developer Happiness
Sohu Tech Products
Sohu Tech Products
Jan 18, 2023 · Cloud Native

Optimizing Docker Build Times in Jenkins CI with Cache Strategies and BuildKit

This article details how to dramatically reduce Jenkins‑triggered Docker build times for a BI project by enabling Docker layer and application‑level caches, configuring webpack caching, and leveraging BuildKit mount‑type caches to persist node_modules, achieving an 80% speedup with minimal configuration changes.

CI/CDCacheDocker
0 likes · 7 min read
Optimizing Docker Build Times in Jenkins CI with Cache Strategies and BuildKit
DevOps
DevOps
Jan 17, 2023 · Operations

Building a DevOps CI/CD Pipeline: A Five‑Step Guide

This article walks beginners through the fundamentals of DevOps by outlining a practical five‑step process for creating a CI/CD pipeline, covering tools for continuous integration, source control, build automation, web server deployment, test coverage, and optional extensions such as containers and middleware automation.

CI/CDDockerGit
0 likes · 15 min read
Building a DevOps CI/CD Pipeline: A Five‑Step Guide
Alipay Experience Technology
Alipay Experience Technology
Jan 12, 2023 · R&D Management

Yuque’s Quality Engine: Coach Mode, CI/CD, and UI Automation Across Platforms

This article presents Yuque’s comprehensive quality system, detailing the coach‑mode approach, the architecture of quality support tools like SkyTest and Reliable, mechanisms for defect convergence and coverage governance, and extensive UI automation for web, mobile, and desktop that together enable continuous delivery and a sustainable quality 3.0.

CI/CDquality assurancetesting tools
0 likes · 19 min read
Yuque’s Quality Engine: Coach Mode, CI/CD, and UI Automation Across Platforms
Efficient Ops
Efficient Ops
Jan 10, 2023 · Operations

How Zhongtai Securities Boosted DevOps Efficiency with the BeeBird Platform

Zhongtai Securities' BeeBird Efficiency Platform, evaluated by the China Academy of Information and Communications Technology, achieved top‑level DevOps system and tool standards, delivering multi‑environment CI/CD, automated testing, security integration, and significant productivity gains that accelerate the firm's digital transformation in finance.

CI/CDContinuous DeliveryDevOps
0 likes · 16 min read
How Zhongtai Securities Boosted DevOps Efficiency with the BeeBird Platform
Continuous Delivery 2.0
Continuous Delivery 2.0
Jan 10, 2023 · Information Security

Understanding Software Supply Chain Security and the SLSA Framework

The article explains why software supply chain security is increasingly critical, introduces the SLSA (Supply‑Chain Levels for Software Artifacts) framework and its three trust boundaries, outlines common risk points from code commit to package distribution, and discusses mitigation strategies such as mandatory code review, robot‑account controls, and automation.

CI/CDRisk ManagementSLSA
0 likes · 11 min read
Understanding Software Supply Chain Security and the SLSA Framework
Meituan Technology Team
Meituan Technology Team
Jan 5, 2023 · Backend Development

Automated SDK Generation for Meituan Open Platform

The article details Meituan Open Platform’s approach to automatically generate multi‑language SDKs with rich parameter models, covering overall design, code‑generation via DSL templates, CI/CD integration, and the resulting efficiency gains for third‑party developers integrating over a thousand OpenAPI endpoints.

CI/CDDSLJava
0 likes · 23 min read
Automated SDK Generation for Meituan Open Platform
DevOps Cloud Academy
DevOps Cloud Academy
Jan 2, 2023 · Operations

Why CI/CD for Infrastructure as Code Differs from CI/CD for Application Development

This article explains how treating infrastructure as code changes the way continuous integration and delivery pipelines are designed, highlighting differences in source control, testing, automation, security, cost estimation, and deployment compared to traditional application development CI/CD practices.

CI/CDContinuous DeliveryInfrastructure as Code
0 likes · 20 min read
Why CI/CD for Infrastructure as Code Differs from CI/CD for Application Development
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Dec 23, 2022 · Game Development

Building and Evolving a Static Check Framework for Unity Projects

This article describes how a game development team designed, implemented, and continuously improved a static checking framework for Unity assets and code, covering pre‑submission hooks, post‑submission scripts, daily checks, CI/CD integration, UI enhancements, and lessons learned for better quality assurance.

CI/CDGame DevelopmentStatic Analysis
0 likes · 17 min read
Building and Evolving a Static Check Framework for Unity Projects
Baidu Intelligent Testing
Baidu Intelligent Testing
Dec 21, 2022 · Operations

Intelligent Test Localization Practices: Spectrum-Based Fault Localization, Error-Code Build System, Revenue‑Loss Decision, and UI Case Localization

This article presents a comprehensive overview of intelligent test localization techniques—including spectrum‑based fault localization, error‑code driven build‑system localization, commercial revenue‑loss decision making, and UI case‑level tracing—detailing their motivations, methodologies, algorithms, and practical applications within automated testing pipelines.

CI/CDFault Localizationautomation
0 likes · 10 min read
Intelligent Test Localization Practices: Spectrum-Based Fault Localization, Error-Code Build System, Revenue‑Loss Decision, and UI Case Localization
JD Tech Talk
JD Tech Talk
Dec 15, 2022 · Frontend Development

Implementing a Frontend DevOps Pipeline to Boost Delivery Efficiency

This article details how a front‑end DevOps pipeline was designed and deployed to address delivery inefficiencies, quality and experience challenges by integrating requirement, development, testing, pre‑release and production stages through automated workflows, code quality controls, instant notifications, and seamless JDOS deployment.

CI/CDDevOpsSoftware Delivery
0 likes · 11 min read
Implementing a Frontend DevOps Pipeline to Boost Delivery Efficiency
JD Cloud Developers
JD Cloud Developers
Dec 14, 2022 · Frontend Development

How a DevOps Pipeline Can Supercharge Front‑End Delivery Efficiency

This article analyzes the current challenges of front‑end delivery, outlines the bottlenecks in existing workflows, and presents a DevOps‑driven pipeline that automates build, test, and deployment to improve efficiency, quality, and collaboration across development teams.

CI/CDDevOpsQuality
0 likes · 17 min read
How a DevOps Pipeline Can Supercharge Front‑End Delivery Efficiency
Bilibili Tech
Bilibili Tech
Dec 13, 2022 · Mobile Development

Cloud-Based Android Build System: Architecture, Optimization, and Distributed Compilation

Bilibili's cloud‑based Android build system leverages high‑performance remote servers, Dockerized build images, Git diff synchronization, and distributed compilation of heavy tasks like DexBuild to dramatically accelerate builds for its massive monorepo, providing parallelism and VIP priority while incurring a learning curve and added maintenance costs.

AndroidCI/CDCloud Compilation
0 likes · 15 min read
Cloud-Based Android Build System: Architecture, Optimization, and Distributed Compilation
DevOps Cloud Academy
DevOps Cloud Academy
Dec 11, 2022 · Cloud Native

GitOps: The Missing Link for CI/CD on Kubernetes

GitOps leverages Git as an immutable source of truth to streamline CI/CD pipelines for Kubernetes, enhancing productivity, security, and compliance by providing observable, auditable deployments, centralized control, and easy rollbacks, while requiring dedicated tools such as Flux or Weave GitOps Core for full implementation.

CI/CDDevOpsFlux
0 likes · 12 min read
GitOps: The Missing Link for CI/CD on Kubernetes
Ctrip Technology
Ctrip Technology
Nov 29, 2022 · Backend Development

Introducing the Alchemy Code Quality Analysis Platform for Backend Development

The article presents Alchemy, a comprehensive code quality analysis platform that integrates static analysis, unit‑test rule scanning, duplicate‑code detection, custom rule checks, and code search into GitLab CI/CD pipelines, addressing common DevOps challenges and improving backend development efficiency.

CI/CDCode searchDevOps
0 likes · 11 min read
Introducing the Alchemy Code Quality Analysis Platform for Backend Development
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 23, 2022 · Frontend Development

Setting Up Changesets and GitHub Actions for CI/CD in a Frontend Monorepo Utility Library

This article walks through configuring @changesets in a pnpm-managed monorepo, automating versioning and changelog generation, adding GitHub Actions for CI/CD and documentation deployment, and outlines contribution guidelines for a frontend utility library, illustrating the full open‑source workflow.

CI/CDChangeSetsgithub-actions
0 likes · 14 min read
Setting Up Changesets and GitHub Actions for CI/CD in a Frontend Monorepo Utility Library
Snowball Engineer Team
Snowball Engineer Team
Nov 22, 2022 · Frontend Development

Three‑Platform (RN/H5) Unified Development Architecture and Practices by Snowball Frontend Team

This article details Snowball's frontend team's comprehensive approach to three‑platform (iOS, Android, H5) unified development using React Native, a custom styled‑system, server‑side rendering, CI/CD pipelines, testing strategies, and future AI‑driven code generation, providing practical guidance for cross‑platform projects.

CI/CDSSRStyled System
0 likes · 30 min read
Three‑Platform (RN/H5) Unified Development Architecture and Practices by Snowball Frontend Team
政采云技术
政采云技术
Nov 22, 2022 · Operations

How to Automate Code Quality with GitLab CI/CD and SonarQube

This guide explains how to integrate GitLab CI/CD with SonarQube, configure runners, set up SonarQube projects, define quality gates, and embed the pipeline into the development workflow to enforce code‑quality standards automatically.

CI/CDDevOpsGitLab CI
0 likes · 11 min read
How to Automate Code Quality with GitLab CI/CD and SonarQube
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Nov 21, 2022 · Mobile Development

How NetEase Yanxuan Solved Android Componentization Challenges and Boosted Development Efficiency

This article details NetEase Yanxuan's Android team transition to a component‑based architecture, identifies inherent problems such as version control, quality assurance, semantic versioning and binary compatibility, and presents the YAC engineering solution—including standardized processes, Gradle plugins, CI/CD pipelines, and tooling—to streamline component development and improve productivity.

AndroidCI/CDComponentization
0 likes · 17 min read
How NetEase Yanxuan Solved Android Componentization Challenges and Boosted Development Efficiency
DeWu Technology
DeWu Technology
Nov 15, 2022 · Operations

How Dewu Scaled Its DevOps Pipeline for Thousands of Services

This article examines Dewu App's rapid DevOps transformation, detailing the holistic analysis of development, testing, and operations, the step‑by‑step solution framework, concrete results for a thousand‑person engineering team, and insights on making DevOps an organizational evolution rather than a mere toolset.

CI/CDDevOpsOrganizational Culture
0 likes · 6 min read
How Dewu Scaled Its DevOps Pipeline for Thousands of Services
Programmer DD
Programmer DD
Nov 3, 2022 · Operations

One-Click Jenkins + Docker + Spring Boot Deployment: Step-by-Step Guide

This guide walks through setting up a one‑click automated deployment pipeline for a Spring Boot application using Docker and Jenkins on CentOS 7, covering Docker installation, Jenkins container setup, required plugins, job configuration, building, testing, and running the project.

CI/CDDevOpsDocker
0 likes · 9 min read
One-Click Jenkins + Docker + Spring Boot Deployment: Step-by-Step Guide
DevOps Cloud Academy
DevOps Cloud Academy
Nov 2, 2022 · Cloud Native

An Overview of CI/CD Pipelines with Kubernetes

This article examines CI/CD approaches within a Kubernetes ecosystem, detailing pull- and push-based pipeline architectures, their advantages and disadvantages, key considerations such as automated testing, validation and rollbacks, and reviews popular open-source tools like Spinnaker, Jenkins X and Argo CD.

CI/CDDevOpsKubernetes
0 likes · 19 min read
An Overview of CI/CD Pipelines with Kubernetes
Alibaba Cloud Native
Alibaba Cloud Native
Nov 2, 2022 · Cloud Native

Integrate Serverless Devs with CI/CD: GitHub Actions, Gitee, Jenkins & CloudEffect

This article explains the fundamentals of CI/CD, why it is critical for Serverless architectures, and provides step‑by‑step guidance with code snippets for integrating Serverless Devs into GitHub Actions, Gitee Go, Jenkins pipelines, and CloudEffect, including tool installation, secret configuration, and deployment commands.

CI/CDGitHub ActionsGitee
0 likes · 13 min read
Integrate Serverless Devs with CI/CD: GitHub Actions, Gitee, Jenkins & CloudEffect
Software Development Quality
Software Development Quality
Oct 19, 2022 · Operations

Which CI/CD Tool Best Fits Your Internal Development Platform?

This article reviews five major CI/CD solutions—CircleCI, Codefresh, GitHub Actions, GitLab, and Jenkins—highlighting their core features, integration capabilities, and suitability for internal development platforms that aim to streamline developers' golden‑path workflows.

CI/CDInternal Development Platform
0 likes · 3 min read
Which CI/CD Tool Best Fits Your Internal Development Platform?
DevOps Cloud Academy
DevOps Cloud Academy
Oct 11, 2022 · Operations

Managing Jenkins Jobs with the python‑jenkins API

This guide demonstrates how to use the python‑jenkins library to interact with Jenkins via its API, covering installation, configuration, job creation, copying, deletion, node management, plugin handling, and scripting examples for automating CI/CD pipelines.

APICI/CDDevOps
0 likes · 9 min read
Managing Jenkins Jobs with the python‑jenkins API
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 10, 2022 · Frontend Development

Front‑end Engineering: A Guide for Team Leaders

This article explains front‑end engineering concepts, common pain points, and a systematic learning path for team leaders, illustrating how to build a component library with Vue, adopt standards, CI/CD, monorepo, and TDD to improve team efficiency.

CI/CDEngineeringTDD
0 likes · 11 min read
Front‑end Engineering: A Guide for Team Leaders
FunTester
FunTester
Oct 10, 2022 · Operations

From Manual Testing to Automated Testing: Key Considerations and Benefits

The article explains why shifting from manual to automated testing is essential in fast‑changing agile environments, outlines common migration challenges, and details the advantages such as faster testing, cost reduction, improved reliability, and stronger CI/CD integration.

CI/CDDevOpsQA
0 likes · 11 min read
From Manual Testing to Automated Testing: Key Considerations and Benefits
FunTester
FunTester
Oct 9, 2022 · Backend Development

From Functional Testing to Automation: My Learning Journey, Roadmap, and Resources

This article shares the author’s personal transition from manual functional testing to automation testing, outlines a detailed learning roadmap covering Python, Selenium, Robot Framework, API testing, CI/CD, and provides curated resources and QR‑code links for aspiring automation engineers.

API testingAutomation TestingCI/CD
0 likes · 7 min read
From Functional Testing to Automation: My Learning Journey, Roadmap, and Resources
dbaplus Community
dbaplus Community
Sep 27, 2022 · Operations

How to Build a Scalable Rate‑Limiting System with Kong in Cloud‑Native Operations

This article outlines a comprehensive, cloud‑native rate‑limiting solution using Kong gateway, covering background challenges, design considerations, multi‑layer architecture, plugin development, CI/CD workflow, deployment strategies, and operational best practices to achieve low cost, high efficiency, and high quality across diverse projects.

CI/CDKongRedis
0 likes · 24 min read
How to Build a Scalable Rate‑Limiting System with Kong in Cloud‑Native Operations
IT Architects Alliance
IT Architects Alliance
Sep 25, 2022 · Backend Development

12 Proven Strategies to Seamlessly Migrate Your Monolith to Microservices

This guide presents twelve practical steps—from understanding the trade‑offs and planning the transition to adopting monorepos, CI pipelines, API gateways, feature flags, and observability—that help teams safely decompose a large monolithic application into a robust microservices architecture.

API GatewayCI/CDFeature Flags
0 likes · 14 min read
12 Proven Strategies to Seamlessly Migrate Your Monolith to Microservices
DevOps Cloud Academy
DevOps Cloud Academy
Sep 19, 2022 · Operations

Understanding Jenkins Pipeline as Code: Benefits and Usage

This article explains how Jenkins Pipeline as Code replaces cumbersome freestyle job configurations with version‑controlled pipeline scripts, improving bulk modifications, consistency across multiple projects, and overall CI/CD management for enterprises.

CI/CDDevOpsJenkins
0 likes · 4 min read
Understanding Jenkins Pipeline as Code: Benefits and Usage
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Sep 19, 2022 · Mobile Development

NetEase Yanxuan iOS App Architecture Evolution: A Case Study in Modularization and Engineering Optimization

The article details how NetEase Yanxuan’s massive iOS codebase was refactored through modularization and layered architecture—splitting the main project, isolating business modules, automating dependency analysis, binaryizing core libraries, and cleaning unused resources—resulting in reduced coupling, a 6% faster compile time, and a sustainable CI‑driven development workflow.

App Architecture EvolutionCI/CDCode Decoupling
0 likes · 18 min read
NetEase Yanxuan iOS App Architecture Evolution: A Case Study in Modularization and Engineering Optimization
HomeTech
HomeTech
Sep 15, 2022 · R&D Management

Improving R&D Efficiency in the Used‑Car Division: Process, Metrics, and Practices

This article details how the used‑car technology team at Autohome optimized R&D efficiency through standardized workflows, task decomposition, unified time‑based measurement, rigorous demand review, flexible branching, CI/CD pipelines, and data‑driven metrics, resulting in higher throughput and reduced bug rates.

AgileCI/CDR&D Efficiency
0 likes · 17 min read
Improving R&D Efficiency in the Used‑Car Division: Process, Metrics, and Practices
Alibaba Cloud Native
Alibaba Cloud Native
Sep 6, 2022 · Cloud Native

What’s New in KubeVela 1.5? Deep Dive into Plugins, Observability, and Cloud Shell

Version 1.5 of the open‑source Cloud Native application delivery platform KubeVela introduces enhanced plugin specifications, built‑in observability with Prometheus‑Grafana, a browser‑based Cloud Shell, advanced Canary rollouts via OpenKruise, multi‑environment UI improvements, and performance optimizations, while moving toward CNCF incubation.

CI/CDKubeVelaMulti-Environment
0 likes · 16 min read
What’s New in KubeVela 1.5? Deep Dive into Plugins, Observability, and Cloud Shell
DevOps Cloud Academy
DevOps Cloud Academy
Sep 5, 2022 · Operations

DevStream: An Open‑Source DevOps Toolchain Manager – Concepts, Configuration, Installation, and Usage Guide

This article provides a comprehensive guide to DevStream, an open‑source DevOps toolchain manager, covering its core concepts, configuration files, installation steps, basic commands, plugin development, and a practical example that demonstrates initializing and applying a full CI/CD pipeline on Kubernetes with ArgoCD.

ArgoCDCI/CDConfiguration
0 likes · 23 min read
DevStream: An Open‑Source DevOps Toolchain Manager – Concepts, Configuration, Installation, and Usage Guide
DevOps Cloud Academy
DevOps Cloud Academy
Aug 28, 2022 · Operations

Understanding the DevOps Lifecycle and Its Toolchain

This article explains the stages of the DevOps lifecycle—planning, coding, building, testing, releasing, deploying, operating, and monitoring—along with the popular tools used at each phase to enable continuous integration, delivery, and deployment.

CI/CDDevOpsMonitoring
0 likes · 6 min read
Understanding the DevOps Lifecycle and Its Toolchain
SQB Blog
SQB Blog
Aug 24, 2022 · Operations

Accelerating Delivery: Our CI/CD, Branch Automation & Artifact Management Revamp

This article outlines how our team overhauled the CI/CD pipeline, migrated from Jenkins to GitLab CI, introduced Kubernetes‑based execution, automated branch management via Jira integration, restructured artifact storage with JFrog, and built an in‑house SCA solution, all to boost development efficiency, reduce manual errors, and secure software delivery.

Artifact ManagementCI/CDDevOps
0 likes · 17 min read
Accelerating Delivery: Our CI/CD, Branch Automation & Artifact Management Revamp
21CTO
21CTO
Aug 22, 2022 · Operations

How Meituan Scaled Its Pipeline Engine to Power 100k Daily Jobs

This article explains how Meituan built a unified, highly available pipeline engine that supports nearly 100,000 daily executions across dozens of services with 99.99% success, detailing the challenges faced, the architectural decisions made, and the future roadmap for further scalability and cloud‑native improvements.

CI/CDMeituanPipeline
0 likes · 24 min read
How Meituan Scaled Its Pipeline Engine to Power 100k Daily Jobs
Programmer DD
Programmer DD
Aug 22, 2022 · Operations

Automate Spring Boot Deployment with Jenkins, Docker, and One‑Click CI/CD

This guide walks through installing Docker and Jenkins on CentOS 7, configuring Jenkins with necessary plugins, setting up Maven, creating a Jenkins pipeline to pull, build, and containerize a Spring Boot project, and finally testing and running the application automatically, providing a complete one‑click CI/CD solution.

CI/CDCentOSDocker
0 likes · 8 min read
Automate Spring Boot Deployment with Jenkins, Docker, and One‑Click CI/CD
ITPUB
ITPUB
Aug 20, 2022 · Operations

How Meituan Scaled Its CI/CD Pipeline Engine to 100k Daily Jobs with 99.99% Success

This article details Meituan's three‑year journey building a self‑developed pipeline engine that now handles nearly 100,000 daily executions with over 99.99% reliability, covering background, challenges, architectural decisions, core scheduling and resource‑pool designs, component layering, and future cloud‑native plans.

CI/CDJob SchedulingPipeline
0 likes · 25 min read
How Meituan Scaled Its CI/CD Pipeline Engine to 100k Daily Jobs with 99.99% Success
Top Architect
Top Architect
Aug 17, 2022 · Backend Development

From Monolithic to Microservices: Evolution of Software Architecture and Essential Tech Stack

This article traces the evolution of software architecture from monolithic applications through vertical splitting and distributed services to modern microservices, outlines the key stages of microservice development, and presents a comprehensive technology stack—including communication protocols, API gateways, authentication, fault‑tolerance, logging, configuration, containerization, orchestration, and CI/CD tools—required to build robust backend systems.

CI/CDSoftware Architecture
0 likes · 18 min read
From Monolithic to Microservices: Evolution of Software Architecture and Essential Tech Stack
DevOps Cloud Academy
DevOps Cloud Academy
Aug 14, 2022 · Cloud Native

Installing and Using Tektoncd Operator on Kubernetes

This guide explains how to install the Tektoncd Operator on a Kubernetes cluster, configure its CRDs, choose installation methods, customize component images, apply predefined profiles, and run a simple hello‑goodbye pipeline using Tekton tasks and PipelineRun objects.

CI/CDKubernetesOperator
0 likes · 10 min read
Installing and Using Tektoncd Operator on Kubernetes
IT Architects Alliance
IT Architects Alliance
Aug 11, 2022 · Backend Development

From Monolith to Microservices and Containerization: Architecture, CI/CD, and Operations Practices

This article chronicles the evolution of a SaaS product from a simple monolithic SPA through microservice decomposition to containerized deployment, detailing API design, CI/CD pipelines, Spring Cloud and Kubernetes integration, automated tracing, monitoring, and lessons learned for small development teams.

CI/CDDockerKubernetes
0 likes · 14 min read
From Monolith to Microservices and Containerization: Architecture, CI/CD, and Operations Practices
dbaplus Community
dbaplus Community
Aug 8, 2022 · Operations

How Meituan Scaled Its CI/CD Pipeline to 100K Daily Runs with 99.99% Success

This article details Meituan's three‑year journey building a self‑developed, distributed pipeline engine that now handles nearly 100,000 daily executions across dozens of services with over 99.99% reliability, covering the challenges faced, architectural decisions, scheduling and resource‑pool designs, and future cloud‑native plans.

CI/CDMeituanPipeline
0 likes · 28 min read
How Meituan Scaled Its CI/CD Pipeline to 100K Daily Runs with 99.99% Success
FunTester
FunTester
Aug 6, 2022 · Operations

Understanding Automated Testing Frameworks and Their Application in Real‑Time Video SDKs

This article introduces the concept and benefits of automated testing frameworks, outlines popular framework types such as module‑based, data‑driven, keyword‑driven, black‑box hybrid and behavior‑driven, and explains how they are integrated with CI clusters, data platforms, and objective reporting to improve real‑time video SDK testing efficiency and reliability.

CI/CDTesting frameworkautomated testing
0 likes · 9 min read
Understanding Automated Testing Frameworks and Their Application in Real‑Time Video SDKs
JD Tech
JD Tech
Aug 5, 2022 · Backend Development

Visual Service Orchestration for BFF Layer in JD Finance App: Challenges, Design, and Impact

The article examines the difficulties encountered when implementing a Backend‑For‑Frontend (BFF) layer in the JD Finance app, introduces a visual service‑orchestration platform that replaces hard‑coded solutions with drag‑and‑drop workflows, details its core functions, architecture, and performance benefits, and demonstrates how it dramatically improves delivery speed, service governance, and debugging efficiency.

BFFCI/CDVisual Programming
0 likes · 15 min read
Visual Service Orchestration for BFF Layer in JD Finance App: Challenges, Design, and Impact
Bilibili Tech
Bilibili Tech
Aug 5, 2022 · Mobile Development

Reducing Android Studio Sync Time by Disabling Jetifier and Migrating to AndroidX

By disabling Jetifier through a custom Gradle plugin, fully migrating all Support libraries to AndroidX, and adding CI guardrails to block legacy dependencies, the team cut Android Studio sync time by roughly two and a half minutes and improved incremental build speed by 28% without sacrificing build stability.

AndroidAndroidXBuild Optimization
0 likes · 15 min read
Reducing Android Studio Sync Time by Disabling Jetifier and Migrating to AndroidX
DevOps Cloud Academy
DevOps Cloud Academy
Jul 28, 2022 · Cloud Native

How to Create Static and Dynamic Jenkins Agents on Kubernetes

This guide explains how to manually create Jenkins JNLP agents on a Kubernetes cluster, covering both static Deployment‑based agents and dynamic agents using the Kubernetes plugin, with detailed YAML definitions, pipeline scripts, and supporting helper functions for a complete CI/CD workflow.

AgentCI/CDDevOps
0 likes · 10 min read
How to Create Static and Dynamic Jenkins Agents on Kubernetes
Top Architect
Top Architect
Jul 27, 2022 · Cloud Native

A Comprehensive Guide to Microservice Architecture and Its Technology Stack

This article provides an extensive overview of microservice architecture, tracing its evolution from monolithic to distributed services, detailing the advantages and drawbacks of each stage, and presenting a practical technology stack—including service discovery, API gateways, containerization, orchestration, logging, monitoring, and CI/CD—to help engineers design, implement, and operate modern cloud‑native systems.

CI/CDDockerKubernetes
0 likes · 20 min read
A Comprehensive Guide to Microservice Architecture and Its Technology Stack
Xianyu Technology
Xianyu Technology
Jul 27, 2022 · Operations

Automated Regression Testing for Xianyu Transaction Chain

The Xianyu transaction chain now employs automated regression testing that records and replays interface traffic, verifies scenarios, and integrates a strong checkpoint in the release pipeline, cutting manual validation from thirty minutes to one minute, enhancing quality assurance, release safety, and paving the way for broader test coverage.

CI/CDautomationquality assurance
0 likes · 7 min read
Automated Regression Testing for Xianyu Transaction Chain
DevOps Cloud Academy
DevOps Cloud Academy
Jul 26, 2022 · Operations

9 DevOps Best Practices: What You Should Do and Not Do

This article outlines nine essential DevOps best practices—from fostering a collaborative, blameless culture and adopting CI/CD, automated testing, observability, and IaC, while also highlighting common anti‑patterns such as isolated DevOps teams, hero reliance, and unchecked tool sprawl.

CI/CDDevOpsIaC
0 likes · 13 min read
9 DevOps Best Practices: What You Should Do and Not Do
21CTO
21CTO
Jul 23, 2022 · Cloud Native

How to Deploy JetBrains Space On-Premises with Docker Compose and Kubernetes

JetBrains Space, an integrated software‑team platform, now offers a test version for on‑premises deployment, supporting Docker Compose for simple single‑host setups and Kubernetes for scalable clusters, with built‑in Git, code review, CI/CD pipelines, and package management.

CI/CDDocker ComposeJetBrains Space
0 likes · 3 min read
How to Deploy JetBrains Space On-Premises with Docker Compose and Kubernetes
Meituan Technology Team
Meituan Technology Team
Jul 14, 2022 · Operations

Design and Implementation of Meituan's Self‑Developed CI/CD Pipeline Engine

After three years of development, Meituan replaced Jenkins with a self‑built, distributed CI/CD pipeline engine that unifies backend infrastructure, processes nearly 100,000 daily executions with over 99.99% success, using decoupled scheduling, label‑based resource pools, a layered component SDK, and supports multiple languages, while planning serverless extensions.

CI/CDMeituanPipeline Engine
0 likes · 26 min read
Design and Implementation of Meituan's Self‑Developed CI/CD Pipeline Engine
Software Development Quality
Software Development Quality
Jul 9, 2022 · Operations

Boost Deployment Efficiency with Structured Environment Management

This guide outlines how to classify, configure, and automate development, integration, UAT, pre‑production, and production environments, establishing principles, standards, recommended practices, common operational steps, and key metrics to improve deployment efficiency and maintain security and compliance.

CI/CDInfrastructure as Codeautomation
0 likes · 7 min read
Boost Deployment Efficiency with Structured Environment Management
Open Source Linux
Open Source Linux
Jul 8, 2022 · Operations

How Drone CI Transforms Scalable Continuous Delivery for Modern Software Teams

Building a successful software company hinges on delivering valuable software quickly, and this article explains how we adopted Drone CI as the core of our continuous delivery pipeline—detailing its open‑source nature, Docker‑based architecture, service support, plugin ecosystem, testing integration, and artifact management.

CI/CDContinuous DeliveryDevOps
0 likes · 11 min read
How Drone CI Transforms Scalable Continuous Delivery for Modern Software Teams
DevOps Cloud Academy
DevOps Cloud Academy
Jul 5, 2022 · Operations

How to Dynamically Create Jenkins Agent Nodes Using Groovy

This article demonstrates how to programmatically create Jenkins agent nodes on demand with Groovy scripts, covering import statements, node configuration, adding the node to Jenkins, and retrieving node details for further automation in a CI/CD pipeline.

CI/CDDevOpsDynamic Agents
0 likes · 3 min read
How to Dynamically Create Jenkins Agent Nodes Using Groovy
FunTester
FunTester
Jul 4, 2022 · R&D Management

Building a Quality Assurance System for SDK Development: Methods, Tools, and Practices

This article details the design and implementation of a comprehensive quality assurance system for SDK development, covering background motivations, step‑by‑step methodologies, documentation practices, toolchains, real‑time crash data handling, hardware testing, platform automation, and practical Q&A for startup engineering teams.

CI/CDSDKToolchain
0 likes · 13 min read
Building a Quality Assurance System for SDK Development: Methods, Tools, and Practices
DevOps Cloud Academy
DevOps Cloud Academy
Jul 2, 2022 · Operations

Understanding AWS-Enabled DevOps Practices and Key CI/CD Tools

This article explains the DevOps methodology in the context of AWS, defines its relationship to cloud operations, and introduces three core AWS CI/CD services—CodeCommit, CodePipeline, and CodeBuild—detailing their features and benefits for accelerating software delivery.

AWSCI/CDCodeBuild
0 likes · 6 min read
Understanding AWS-Enabled DevOps Practices and Key CI/CD Tools