Tagged articles
1706 articles
Page 8 of 18
Cloud Native Technology Community
Cloud Native Technology Community
Mar 14, 2023 · Cloud Native

How PNC Bank Accelerated Code Deployment and Automated Compliance with Cloud‑Native Knative and TriggerMesh

This case study explains how PNC Bank, one of the largest U.S. banks, used cloud‑native technologies such as Knative, Kubernetes, and TriggerMesh to replace a 30‑day manual compliance process with an automated Policy‑as‑Code system, dramatically shortening deployment cycles and enabling continuous delivery.

Compliance AutomationDevOpsKnative
0 likes · 8 min read
How PNC Bank Accelerated Code Deployment and Automated Compliance with Cloud‑Native Knative and TriggerMesh
DevOps Cloud Academy
DevOps Cloud Academy
Mar 12, 2023 · Operations

Setting Up a Jenkins CI/CD Pipeline for a MERN Application on Azure

This article provides a step‑by‑step guide to creating a CI/CD pipeline for a MERN stack application using Jenkins on Azure, covering prerequisites, Azure VM provisioning, Jenkins installation, pipeline configuration with a Jenkinsfile, Docker image building, and deployment to Docker Hub.

AzureDevOpsDocker
0 likes · 17 min read
Setting Up a Jenkins CI/CD Pipeline for a MERN Application on Azure
JD Tech
JD Tech
Mar 9, 2023 · Operations

Guide to JD Mini Program CI Tool: Usage, Scripts, and Pipeline Integration

This article introduces the JD Mini Program CI tool, explains its architecture, provides step‑by‑step instructions for installing dependencies, configuring secrets, using script and command‑line interfaces for upload and preview, and demonstrates how to integrate the tool into CI/CD pipelines for automated deployment.

JD Mini-ProgramNode.jsautomation
0 likes · 10 min read
Guide to JD Mini Program CI Tool: Usage, Scripts, and Pipeline Integration
政采云技术
政采云技术
Mar 7, 2023 · Cloud Native

Zero‑Base Automated Deployment Using Docker, Jenkins, and GitLab CI

This tutorial walks you through building a complete automated deployment pipeline from scratch, covering project setup on GitHub, Dockerized Tomcat and Jenkins containers, GitLab CI vs Jenkins comparison, Jenkins job configuration, webhook triggers, and shell scripting for continuous integration and delivery.

DevOpsDockerGitHub
0 likes · 11 min read
Zero‑Base Automated Deployment Using Docker, Jenkins, and GitLab CI
iQIYI Technical Product Team
iQIYI Technical Product Team
Mar 3, 2023 · Cloud Native

Evolution of the Membership Testing Environment: From Manual Setup to Cloud‑Native Platform

To cope with over 100 million members, the membership testing environment progressed from manually configured VMs, through scripted Jenkins deployments, to a cloud‑native platform that centralizes resource allocation, automates routing and service registration, and provides one‑click diagnostics, dramatically lowering maintenance costs and achieving over 99 % stable deployment success.

Platform AutomationTesting Environmentci/cd
0 likes · 11 min read
Evolution of the Membership Testing Environment: From Manual Setup to Cloud‑Native Platform
Ops Development Stories
Ops Development Stories
Mar 3, 2023 · Cloud Native

Integrating Gitee with Zadig for Seamless Microservice CI/CD

This guide walks you through adding a Gitee code source to Zadig, configuring a microservice-demo project with Vue.js frontend and Golang backend, setting up services, builds, environments, workflows, and automatic triggers to achieve end‑to‑end continuous delivery on Kubernetes.

GiteeKubernetesZadig
0 likes · 8 min read
Integrating Gitee with Zadig for Seamless Microservice CI/CD
Alibaba Cloud Native
Alibaba Cloud Native
Mar 2, 2023 · Cloud Native

Master Multi‑Cluster GitOps with ACK One and ArgoCD – A Step‑by‑Step Guide

This guide walks you through using ACK One’s GitOps capabilities to manage multi‑cluster Kubernetes deployments with ArgoCD, covering prerequisites, CLI commands, console operations, application version upgrades, rollbacks, user‑permission management, Applicationset for multi‑cluster scaling, and Image Updater integration for end‑to‑end CI/CD automation.

ACK OneArgoCDGitOps
0 likes · 18 min read
Master Multi‑Cluster GitOps with ACK One and ArgoCD – A Step‑by‑Step Guide
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Feb 24, 2023 · Cloud Native

NetEase Cloud Music Open-Sources Horizon: A Kubernetes-Based GitOps Continuous Deployment Platform

NetEase Cloud Music open-sourced Horizon, a Kubernetes-based GitOps continuous deployment platform, offering standardized Helm‑based templates, RBAC, multi‑cloud support, CI integration, and extensibility, built on Argo CD, Tekton, and other components, now used in large‑scale production across multiple regions.

Argo CDGitOpsHorizon
0 likes · 9 min read
NetEase Cloud Music Open-Sources Horizon: A Kubernetes-Based GitOps Continuous Deployment Platform
Sohu Tech Products
Sohu Tech Products
Feb 22, 2023 · Cloud Native

Optimizing Docker Build Time for a BI Project Using Jenkins and Cache Strategies

This article describes how to dramatically reduce Jenkins‑based Docker build times for a BI project by analyzing the build pipeline, enabling Docker layer and application‑level caches, persisting node_modules with BuildKit, and applying minimal configuration changes that cut build duration from over 20 minutes to around four minutes.

BuildKitCacheDocker
0 likes · 10 min read
Optimizing Docker Build Time for a BI Project Using Jenkins and Cache Strategies
iQIYI Technical Product Team
iQIYI Technical Product Team
Feb 17, 2023 · Cloud Native

Optimizing Large Docker Images for iQIYI Video Transcoding: Differential Build, On‑Demand Download, Deduplication, and Distribution Strategies

iQIYI’s video transcoding team cut its Docker image size from 18 GB to 9 GB and build time from 30 minutes to under five by layering differential builds, on‑demand downloads, library deduplication, node pre‑warming with gray releases, and P2P distribution via Dragonfly, all without requiring developer changes.

ContainerDifferential BuildDocker
0 likes · 9 min read
Optimizing Large Docker Images for iQIYI Video Transcoding: Differential Build, On‑Demand Download, Deduplication, and Distribution Strategies
Ziru Technology
Ziru Technology
Feb 16, 2023 · Operations

How We Cut Maven Build Times by 50% with GoTemplate and Maven Flags

This article details how the Omega platform reduced compilation time by up to 60% by adding Maven -am -pl flags, leveraging GoTemplate custom functions, and adjusting GitLab‑CI variables, providing a step‑by‑step verification of each attempt and the final solution.

Build OptimizationDockerGoTemplate
0 likes · 6 min read
How We Cut Maven Build Times by 50% with GoTemplate and Maven Flags
Architecture Digest
Architecture Digest
Feb 10, 2023 · Operations

Design and Implementation of Vivo Jenkins Scheduler for High Availability and Resource Scheduling

This article analyzes common Jenkins high‑availability challenges, reviews existing industry solutions, and presents Vivo's own Jenkins Scheduler architecture—including API‑gateway, event center, scheduling algorithms, flow‑control, and callback mechanisms—demonstrating its production deployment and future container‑based evolution.

DevOpsJenkinsResource Management
0 likes · 12 min read
Design and Implementation of Vivo Jenkins Scheduler for High Availability and Resource Scheduling
FunTester
FunTester
Feb 10, 2023 · Operations

Performance Testing Overview and Tool Recommendations in Continuous Testing

The article explains performance testing as a non‑functional testing activity within continuous testing, describes its various types, compares process/thread/coroutine execution models, evaluates tools like LoadRunner, JMeter and Locust, and outlines desired features for container‑friendly performance testing solutions.

DevOpsJMeterLocust
0 likes · 9 min read
Performance Testing Overview and Tool Recommendations in Continuous Testing
vivo Internet Technology
vivo Internet Technology
Feb 8, 2023 · Operations

Design and Implementation of Vivo Jenkins Scheduler for High Availability and Resource Management

The paper presents Vivo’s Jenkins Scheduler, a master‑centric, high‑availability solution that replaces single‑master Jenkins by integrating an API gateway, event‑driven failure detection, label‑based multi‑dimensional scheduling, Redis/MySQL‑backed flow control, and callback monitoring, thereby balancing resources, enabling rapid failover, persisting queues, and improving build reliability, with plans to containerize Jenkins for Kubernetes workflows.

DevOpsJenkinsResource Management
0 likes · 10 min read
Design and Implementation of Vivo Jenkins Scheduler for High Availability and Resource Management
Programmer DD
Programmer DD
Feb 8, 2023 · Cloud Native

How Cloud‑Native Pipelines Cut Build Time 3‑5× with Remote Cache

This article explains how introducing a remote cache backed by CFS and Zstandard compression into cloud‑native CI/CD pipelines dramatically reduces build times by 3‑5 times, outlines the implementation steps, tool choices, cache key strategy, eviction policy, and showcases performance gains across Java, Node.js, Go, and GCC builds.

CFSCachingPerformance
0 likes · 10 min read
How Cloud‑Native Pipelines Cut Build Time 3‑5× with Remote Cache
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.

Continuous DeliveryDevOpsautomation
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.

DevOpsautomationci/cd
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.

BuildKitCacheDocker
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.

DockerJenkinsKubernetes
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.

Continuous DeliveryDevOpsPlatform Engineering
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.

Information SecuritySLSASecurity
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.

API automationDSLMeituan Open Platform
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.

Continuous Deliveryci/cdcontinuous integration
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.

Game DevelopmentUnityautomation
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.

Fault Localizationautomationci/cd
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.

DevOpsautomationci/cd
0 likes · 11 min read
Implementing a Frontend DevOps Pipeline to Boost Delivery Efficiency
Liulishuo Tech Team
Liulishuo Tech Team
Dec 15, 2022 · Mobile Development

Migrating Fluently Speaking Apps to Android 12: Background, Technical Solutions, and Practical Implementation

This article outlines the background, technical analysis, and step‑by‑step practical migration of multiple Fluently Speaking Android applications to Android 12, covering environment upgrades, Gradle and JDK changes, CI/CD runner configuration, API adjustments, UI updates, and future outlook.

Android12GradleKotlin
0 likes · 10 min read
Migrating Fluently Speaking Apps to Android 12: Background, Technical Solutions, and Practical Implementation
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.

DevOpsFrontendautomation
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.

AndroidCloud CompilationDistributed Build
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.

DevOpsFluxGitOps
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.

Backend DevelopmentCode 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.

ChangeSetsOpen Sourceci/cd
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.

React NativeSSRStyled 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.

DevOpsGitLab CISonarQube
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.

AndroidComponentizationGradle
0 likes · 17 min read
How NetEase Yanxuan Solved Android Componentization Challenges and Boosted Development Efficiency
Open Source Linux
Open Source Linux
Nov 16, 2022 · Operations

Master Jenkins Pipelines: Declarative vs Scripted Explained with Real Code

This article provides a comprehensive guide to Jenkins pipelines, covering the differences between declarative and scripted syntax, key directives, agents, stages, parallel execution, environment variables, credentials, and post‑processing steps, all illustrated with complete code examples.

DeclarativeDevOpsJenkins
0 likes · 25 min read
Master Jenkins Pipelines: Declarative vs Scripted Explained with Real Code
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.

DevOpsautomationcase study
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.

DevOpsDockerJenkins
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.

DevOpsKubernetesautomation
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.

GitHub ActionsGiteeJenkins
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.

Internal Development Platformci/cd
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.

APIDevOpsJenkins
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.

EngineeringTDDci/cd
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.

DevOpsQASoftware quality
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 testingPython
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.

KongOperationsRate Limiting
0 likes · 24 min read
How to Build a Scalable Rate‑Limiting System with Kong in Cloud‑Native Operations
DevOps Cloud Academy
DevOps Cloud Academy
Sep 26, 2022 · Operations

Using Jenkins Deploy Dashboard Plugin for Visual Deployment Management

This article explains how to install and configure the Deploy Dashboard plugin in Jenkins to visualize deployment versions across environments, add deployment information via pipeline code, create custom dashboard views, and add quick‑deploy buttons for streamlined CI/CD operations.

Deploy DashboardDevOpsJenkins
0 likes · 5 min read
Using Jenkins Deploy Dashboard Plugin for Visual Deployment Management
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.

ObservabilitySoftware Architectureapi-gateway
0 likes · 14 min read
12 Proven Strategies to Seamlessly Migrate Your Monolith to Microservices
DevOps Cloud Academy
DevOps Cloud Academy
Sep 21, 2022 · Operations

Using Jenkins Git Parameter Plugin to Retrieve Project Branches

This article demonstrates how to install and configure the Jenkins Git Parameter plugin to automatically obtain branch information from a GitLab repository within a pipeline, covering setup steps, common errors, and tips for handling projects without a checkout stage.

DevOpsJenkinsci/cd
0 likes · 4 min read
Using Jenkins Git Parameter Plugin to Retrieve Project Branches
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.

DevOpsJenkinsPipeline as Code
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 EvolutionCode DecouplingComponent-based Development
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.

Process ImprovementR&D efficiencyagile
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.

KubeVelaMulti-EnvironmentObservability
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.

ArgoCDDevOpsKubernetes
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.

DevOpsautomationci/cd
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 ManagementDevOpsGitLab
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.

Distributed SchedulingMeituanResource Management
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.

CentOSDockerJenkins
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.

Job SchedulingOperationsResource Management
0 likes · 25 min read
How Meituan Scaled Its CI/CD Pipeline Engine to 100k Daily Jobs with 99.99% Success
Alipay Experience Technology
Alipay Experience Technology
Aug 18, 2022 · Backend Development

How cnpm rapid Accelerates npm Installations by Up to 10× with FUSE and Overlay

This article explains the implementation principles of cnpm rapid mode, demonstrates how server‑side dependency‑tree generation, high‑speed downloading, tar‑based disk I/O, and a FUSE‑backed overlay filesystem together achieve up to ten‑fold faster npm installations and seamless CI/CD integration.

FUSENode.jsOverlay Filesystem
0 likes · 14 min read
How cnpm rapid Accelerates npm Installations by Up to 10× with FUSE and Overlay
DevOps Cloud Academy
DevOps Cloud Academy
Aug 17, 2022 · Cloud Native

Building a CI/CD Pipeline with GitHub Actions for Testing and Deploying Apache Airflow DAGs to Amazon MWAA

This guide explains how to create a robust GitHub Actions CI/CD workflow that automatically tests Apache Airflow DAGs using pytest, flake8, and Black, then securely deploys them to Amazon Managed Workflows for Apache Airflow (MWAA) with optional Git hooks and fork‑and‑pull collaboration models.

Apache AirflowDataOpsDevOps
0 likes · 20 min read
Building a CI/CD Pipeline with GitHub Actions for Testing and Deploying Apache Airflow DAGs to Amazon MWAA
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.

Software Architectureci/cd
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.

KubernetesOperatorci/cd
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.

Backend ArchitectureDockerKubernetes
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.

MeituanResource Managementci/cd
0 likes · 28 min read
How Meituan Scaled Its CI/CD Pipeline to 100K Daily Runs with 99.99% Success