Tagged articles
3741 articles
Page 13 of 38
DevOps Cloud Academy
DevOps Cloud Academy
Jun 25, 2023 · Cloud Native

Advanced Helm Chart Techniques: Setting Replica Limits, Sharing Code with Sub‑templates, and Generating ConfigMaps

This article explains how to create and customize Helm charts by setting replica count ceilings, reusing logic with sub‑templates, and generating properly indented ConfigMaps using toYaml and indent functions, providing practical examples and command‑line snippets for Kubernetes deployments.

ConfigMapDevOpsKubernetes
0 likes · 12 min read
Advanced Helm Chart Techniques: Setting Replica Limits, Sharing Code with Sub‑templates, and Generating ConfigMaps
DevOps Cloud Academy
DevOps Cloud Academy
Jun 24, 2023 · Cloud Native

Using ConfigMap to Dynamically Configure Nginx in Kubernetes

This article explains what a Kubernetes ConfigMap is, when to use it, and provides step‑by‑step instructions with YAML examples for creating a ConfigMap, mounting it in an Nginx deployment, and making the server_name parameter dynamic using pod metadata.

Cloud NativeConfigMapDevOps
0 likes · 8 min read
Using ConfigMap to Dynamically Configure Nginx in Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Jun 23, 2023 · Cloud Native

An Introduction to Helm: Architecture, Components, and Benefits

Helm is a Kubernetes package manager that simplifies application deployment by using charts, templates, and versioned releases, offering features such as easy installation, upgrades, rollbacks, dependency management, and integration with CI/CD pipelines, making it a key tool for cloud‑native operations.

CI/CDCloud NativeDevOps
0 likes · 10 min read
An Introduction to Helm: Architecture, Components, and Benefits
Architecture Digest
Architecture Digest
Jun 21, 2023 · Operations

One-Click Automated Deployment of Spring Boot with Jenkins and Docker

This tutorial provides a complete, step‑by‑step guide to set up a one‑click automated deployment pipeline for a Spring Boot application using Docker, Jenkins, Maven, and shell scripts on a CentOS 7 host, covering installation, configuration, job creation, testing, and execution.

AutomationCI/CDDevOps
0 likes · 7 min read
One-Click Automated Deployment of Spring Boot with Jenkins and Docker
Liangxu Linux
Liangxu Linux
Jun 18, 2023 · Cloud Native

10 Proven Techniques to Shrink Docker Image Size for Faster CI/CD

This guide explains why Docker image size matters for CI/CD and cloud deployments, then details ten practical methods—including layer minimization, multi‑stage builds, slim base images, apt flags, .dockerignore, and specialized tools—complete with code snippets and visual comparisons to help you create leaner containers.

CI/CDContainerDevOps
0 likes · 10 min read
10 Proven Techniques to Shrink Docker Image Size for Faster CI/CD
DevOps Operations Practice
DevOps Operations Practice
Jun 16, 2023 · Operations

Top CI/CD Tools for DevOps: Features and Comparisons

This article introduces CI/CD as a DevOps approach, explains the challenges of selecting the right pipeline tool, and provides detailed overviews and key features of ten popular CI/CD solutions—including GitLab, Azure DevOps, GitHub Actions, CircleCI, Jenkins, and more—to help readers choose the best fit for their workflows.

AutomationCI/CDContinuous Delivery
0 likes · 15 min read
Top CI/CD Tools for DevOps: Features and Comparisons
Wukong Talks Architecture
Wukong Talks Architecture
Jun 14, 2023 · Operations

One‑Click Deployment of Branch Code to a Remote Server Using Jenkins

This article provides a step‑by‑step guide on installing Jenkins, configuring global tools, creating a freestyle project, pulling code from GitLab, building a Java JAR, backing up existing JARs, copying the new package to a remote server, and performing a rolling Docker Swarm update, while also addressing common SSL and SSH issues.

AutomationCI/CDDeployment
0 likes · 10 min read
One‑Click Deployment of Branch Code to a Remote Server Using Jenkins
DevOps Cloud Academy
DevOps Cloud Academy
Jun 13, 2023 · Cloud Native

Understanding GitOps: Principles, Workflow, and Benefits

This article explains GitOps as an automated, Git‑centric approach to managing cloud‑native infrastructure using IaC, pull requests, and CI/CD pipelines, detailing how it works, its components, deployment strategies, and the operational advantages it brings to modern software delivery.

CI/CDDevOpsGitOps
0 likes · 12 min read
Understanding GitOps: Principles, Workflow, and Benefits
DevOps
DevOps
Jun 13, 2023 · Operations

Why DevOps Is Not Dead: The Rise of Platform Engineering and Its Impact on Modern Operations

The article argues that DevOps is still alive, explains the shortcomings of isolated operational practices, introduces platform engineering as the next evolution, and discusses practical considerations such as third‑party software selection, cloud‑native adoption, and the role of internal developer platforms in improving organizational efficiency.

Cloud NativeDevOpsInfrastructure
0 likes · 10 min read
Why DevOps Is Not Dead: The Rise of Platform Engineering and Its Impact on Modern Operations
Ant R&D Efficiency
Ant R&D Efficiency
Jun 12, 2023 · Cloud Native

Platform Engineering: Challenges and Best Practices in Large-Scale Implementation

Platform engineering at scale requires unified self‑service abstractions, domain‑specific languages like KCL, divide‑and‑conquer monorepo structures, robust modeling and automation, and a collaborative culture, as demonstrated by Ant Group’s KusionStack implementation that supports thousands of projects with a sub‑one‑to‑nine platform‑to‑developer ratio.

DevOpsGitOpsKCL
0 likes · 20 min read
Platform Engineering: Challenges and Best Practices in Large-Scale Implementation
Java High-Performance Architecture
Java High-Performance Architecture
Jun 8, 2023 · Cloud Native

Master Podman: Docker‑Compatible, Daemon‑Free Container Runtime

This guide explains what Podman is, how it differs from Docker, and provides step‑by‑step instructions for installing, configuring, and using Podman—including common commands, rootless operation, registry accelerators, volume handling, and essential configuration files—so you can manage containers without a daemon.

CLIDevOpsDocker Compatibility
0 likes · 17 min read
Master Podman: Docker‑Compatible, Daemon‑Free Container Runtime
21CTO
21CTO
May 31, 2023 · Fundamentals

Navigate Your Coding Journey: 2023 Roadmaps for Frontend, Backend, and DevOps

This article introduces the 2023 developer roadmaps from roadmap.sh, offering detailed visual guides for frontend, backend, and DevOps technologies, explaining how these structured paths can help programmers learn efficiently, avoid blind trial‑and‑error, and access high‑resolution images and related resources for each stack.

DevOpsRoadmaplearning
0 likes · 4 min read
Navigate Your Coding Journey: 2023 Roadmaps for Frontend, Backend, and DevOps
Efficient Ops
Efficient Ops
May 30, 2023 · Operations

Mastering Fault Self-Healing: Automate Disk Alerts and Scale Operations

Discover how to transform nightly disk‑space alerts into automated self‑healing workflows, covering prerequisite standards, multi‑dimensional monitoring, CMDB integration, script‑based remediation, and multi‑channel notifications to scale operations across thousands of servers without manual intervention.

CMDBDevOpsOperations Automation
0 likes · 10 min read
Mastering Fault Self-Healing: Automate Disk Alerts and Scale Operations
DevOps
DevOps
May 30, 2023 · R&D Management

Understanding and Managing Technical Debt: Quadrants, Types, and Practical Steps

This article explains the concept of technical debt, its four-quadrant model, various debt types, and presents a six‑step process—including identification, visualization, prioritization, planning, execution, and review—to effectively manage and reduce technical debt for higher software quality and delivery speed.

DevOpsSoftware qualitysoftware-engineering
0 likes · 7 min read
Understanding and Managing Technical Debt: Quadrants, Types, and Practical Steps
DevOps Cloud Academy
DevOps Cloud Academy
May 29, 2023 · Databases

Best Database Schema Migration Tools: CLI, GUI, and GitOps/Database-as-Code Solutions

Database schema changes are among the riskiest development tasks, and this article reviews top migration tools—from basic CLI clients like mysql and psql, through popular GUIs such as phpMyAdmin and DBeaver, to modern GitOps/Database-as-Code solutions like Liquibase, Flyway, Sqitch, Atlas, Prisma, and Bytebase—highlighting their features, pricing, and collaboration capabilities.

CLIDevOpsGUI
0 likes · 9 min read
Best Database Schema Migration Tools: CLI, GUI, and GitOps/Database-as-Code Solutions
Practical DevOps Architecture
Practical DevOps Architecture
May 26, 2023 · Cloud Native

Comprehensive Cloud Native DevOps Course Curriculum

This document presents a detailed curriculum for a cloud‑native DevOps training program, covering Docker, Kubernetes, Helm, Prometheus, Grafana, Loki, CI/CD pipelines, GitOps, Istio, Containerd, and related operational tools across more than ninety structured lessons.

CI/CDCloud NativeDevOps
0 likes · 7 min read
Comprehensive Cloud Native DevOps Course Curriculum
DevOps Cloud Academy
DevOps Cloud Academy
May 24, 2023 · Operations

Managing Jenkins with the python-jenkins API

This tutorial demonstrates how to install the python-jenkins library, explore its extensive API methods, and use Python scripts to create, copy, configure, and control Jenkins jobs, nodes, views, plugins, and builds, providing practical examples and code snippets for each operation.

APIAutomationCI/CD
0 likes · 9 min read
Managing Jenkins with the python-jenkins API
Continuous Delivery 2.0
Continuous Delivery 2.0
May 23, 2023 · Operations

Challenges and Best Practices for End-to-End Automated Testing

The article examines the challenges of end‑to‑end automated testing, explains why it often becomes complex and costly, and advocates for a testing strategy that emphasizes deterministic, atomic tests, continuous delivery pipelines, and contract testing to reduce reliance on fragile full‑system tests.

Continuous DeliveryDevOpsSoftware quality
0 likes · 8 min read
Challenges and Best Practices for End-to-End Automated Testing
DevOps
DevOps
May 18, 2023 · Fundamentals

Understanding Technical Debt: Definitions, Types, Impacts, and Management Strategies

This article explains the concept of technical debt, its origins, various classifications, the economic analogy with financial debt, the risks of ignoring it, and practical approaches for identifying, prioritizing, and repaying it through regular refactoring and disciplined engineering practices.

DevOpsSoftware qualityproduct-management
0 likes · 22 min read
Understanding Technical Debt: Definitions, Types, Impacts, and Management Strategies
Java Architect Essentials
Java Architect Essentials
May 17, 2023 · Cloud Native

Using Docker to Set Up a Local Development Environment

This article explains how Docker can create isolated, reproducible local development environments, outlines its advantages, guides through installation pitfalls like WSL2 kernel updates and BIOS virtualization settings, and demonstrates running an Nginx container while highlighting further challenges such as file mapping and custom Dockerfile creation.

DevOpsDockerLocal Development
0 likes · 5 min read
Using Docker to Set Up a Local Development Environment
php Courses
php Courses
May 15, 2023 · Cloud Native

How to Create and Run a PHP Container with Docker

This tutorial explains what a PHP container is, why containers are useful for modern DevOps, and provides step‑by‑step instructions—including Dockerfile creation, image building, and container execution—to package a PHP 7.4 application with Nginx using Docker.

ContainerDevOpsDocker
0 likes · 4 min read
How to Create and Run a PHP Container with Docker
Efficient Ops
Efficient Ops
May 14, 2023 · Operations

How China Agricultural Bank’s Smart Healthcare Platform Mastered DevOps Maturity

This article details the Agricultural Bank of China's Smart Healthcare Cloud Platform's journey through the CAICT DevOps Capability Maturity Model, highlighting its impressive user growth, assessment achievements, Q&A insights from project leaders, best practices, challenges overcome, and guidance for other organizations seeking DevOps excellence.

BankingContinuous DeliveryDevOps
0 likes · 17 min read
How China Agricultural Bank’s Smart Healthcare Platform Mastered DevOps Maturity
Efficient Ops
Efficient Ops
May 14, 2023 · Operations

How China’s Telecom Giants Accelerate IT Efficiency with DevOps Maturity Models

Amid a nationwide digital transformation, leading Chinese telecom operators have leveraged the CAICT‑backed DevOps Capability Maturity Model to evaluate and improve their IT performance, integrating team resources and talent to better support business systems, with detailed case studies and measurable outcomes across dozens of projects.

Continuous DeliveryDevOpsIT efficiency
0 likes · 14 min read
How China’s Telecom Giants Accelerate IT Efficiency with DevOps Maturity Models
Efficient Ops
Efficient Ops
May 14, 2023 · Operations

How Top Chinese Insurers Accelerated IT Efficiency with DevOps Maturity Models

In the era of digital transformation, leading Chinese insurers such as PICC, China Life Property and Taikang leveraged the CAICT DevOps Capability Maturity Model to assess and improve their IT operations, showcasing concrete project outcomes, architectural innovations, and measurable delivery gains.

Continuous DeliveryDevOpsIT Operations
0 likes · 9 min read
How Top Chinese Insurers Accelerated IT Efficiency with DevOps Maturity Models
Architecture Digest
Architecture Digest
May 12, 2023 · Operations

One-Click Jenkins + Docker + Spring Boot Automated Deployment Guide

This tutorial provides a complete step‑by‑step guide to set up a Jenkins server inside Docker on CentOS, configure Maven and plugins, create a pipeline that builds a Spring Boot project, builds a Docker image with a Dockerfile, and runs the container automatically, covering all common pitfalls.

AutomationBackendCI/CD
0 likes · 7 min read
One-Click Jenkins + Docker + Spring Boot Automated Deployment Guide
Efficient Ops
Efficient Ops
May 10, 2023 · Operations

How Chinese Banks Accelerate Digital Transformation with DevOps Maturity Models

Amid digital transformation, nine Chinese city‑commercial banks and financial institutions adopted the CAICT‑led DevOps Capability Maturity Model, achieving significant IT efficiency gains, integrating resources, and enhancing business support across continuous delivery, technical operation, security, and system tooling, with detailed project case studies and a comprehensive overview of the standard.

BankingDevOpsDigital Transformation
0 likes · 16 min read
How Chinese Banks Accelerate Digital Transformation with DevOps Maturity Models
Efficient Ops
Efficient Ops
May 10, 2023 · Operations

How China’s Top Banks Accelerate Digital Transformation with DevOps Maturity

Amid a nationwide digital‑transformation push, six state‑owned commercial banks and their subsidiaries evaluated dozens of projects against the CAICT DevOps Capability Maturity Model, revealing how large‑scale DevOps adoption improves IT efficiency, integrates resources, and supports business systems across finance, risk, and cloud platforms.

BankingDevOpsDigital Transformation
0 likes · 24 min read
How China’s Top Banks Accelerate Digital Transformation with DevOps Maturity
Efficient Ops
Efficient Ops
May 10, 2023 · Operations

Mastering XOps: From DevOps to FinOps – A Comprehensive Guide

This article presents a systematic overview of the emerging XOps ecosystem—including DevOps, BizDevOps, AIOps, FinOps, and SRE—detailing their relationships, maturity models, standards, and practical guidance for enterprises seeking to achieve efficient, secure, and data‑driven digital transformation.

BizDevOpsDevOpsFinOps
0 likes · 13 min read
Mastering XOps: From DevOps to FinOps – A Comprehensive Guide
DevOps Cloud Academy
DevOps Cloud Academy
May 10, 2023 · Operations

Understanding the Role of Site Reliability Engineering (SRE) in DevOps

This article explains why Site Reliability Engineering (SRE) and DevOps are both essential for modern software development, compares their objectives, outlines their complementary roles, and highlights the fundamental differences that help organizations achieve faster releases with higher reliability.

DevOpsSRESite Reliability Engineering
0 likes · 8 min read
Understanding the Role of Site Reliability Engineering (SRE) in DevOps
Continuous Delivery 2.0
Continuous Delivery 2.0
May 8, 2023 · Operations

Google’s Monolithic Code Repository: Scale, Architecture, and Practices

Google’s monolithic repository, managed by the proprietary Piper system and accessed via the cloud‑based CitC client, stores over a billion files and billions of lines of code, supports tens of thousands of engineers, and relies on trunk‑based development, extensive tooling, and strict security to enable large‑scale, efficient software development.

DevOpsGoogleMonorepo
0 likes · 17 min read
Google’s Monolithic Code Repository: Scale, Architecture, and Practices
21CTO
21CTO
May 5, 2023 · Product Management

Why Product‑Mode Teams Outperform Traditional Project Teams

The article compares traditional software project teams with product‑mode teams, highlighting how long‑lived, cross‑functional product teams improve responsiveness, reduce cycle time, preserve knowledge, maintain architectural integrity, and deliver higher business value through continuous iteration and ownership.

DevOpsTeam Organizationagile
0 likes · 32 min read
Why Product‑Mode Teams Outperform Traditional Project Teams
Top Architect
Top Architect
May 5, 2023 · Backend Development

Using Redis Sentinel for High Availability: Design and Implementation

This article introduces Redis Sentinel as the official high‑availability solution for Redis, explains its core functions, provides configuration examples, compares three ways to receive failover notifications (script, client subscription, and indirect service), and offers design recommendations for robust production deployments.

DevOpsfailoverhigh-availability
0 likes · 10 min read
Using Redis Sentinel for High Availability: Design and Implementation
Programmer DD
Programmer DD
May 5, 2023 · Operations

Boost Development Efficiency with GitLab CI/CD: A Hands‑On Guide

This article explains why efficiency matters in software delivery, introduces CI/CD concepts and tools like Jenkins and GitLab, details installing GitLab Runner, walks through pipeline configuration with key YAML keywords, and emphasizes that mastering DevOps principles and tools dramatically improves development productivity.

CI/CDContinuous DeliveryDevOps
0 likes · 10 min read
Boost Development Efficiency with GitLab CI/CD: A Hands‑On Guide
Su San Talks Tech
Su San Talks Tech
May 3, 2023 · Databases

Master MongoDB Sharding: Theory, Setup, and Troubleshooting

This guide walks you through MongoDB sharding fundamentals, step‑by‑step cluster setup, common failure diagnostics, and practical commands, enabling you to build, manage, and optimize a sharded MongoDB deployment for scalable storage and high‑performance applications.

ClusterDevOpsMongoDB
0 likes · 16 min read
Master MongoDB Sharding: Theory, Setup, and Troubleshooting
Liangxu Linux
Liangxu Linux
May 2, 2023 · Operations

Why Docker Makes Local Development a Breeze—and How to Set It Up

This guide explains how Docker simplifies local development by providing isolated, reproducible environments, outlines the key advantages, walks through installing Docker Desktop (including WSL2 kernel and BIOS virtualization fixes), and demonstrates running an Nginx container while highlighting remaining challenges such as command availability and service networking.

ContainerizationDevOpsDocker
0 likes · 5 min read
Why Docker Makes Local Development a Breeze—and How to Set It Up
DevOps
DevOps
Apr 28, 2023 · Fundamentals

Understanding Software Quality: Internal vs External, Speed Trade‑offs, and Economic Impact

This article explores the concept of software quality, distinguishing internal and external quality, examining their relationship with development speed, technical debt, and economics, and discusses models, product stages, customer perspectives, and the influence of digital transformation on quality assurance.

DevOpsSoftware qualityproduct-management
0 likes · 20 min read
Understanding Software Quality: Internal vs External, Speed Trade‑offs, and Economic Impact
JavaEdge
JavaEdge
Apr 27, 2023 · Databases

How to Deploy MySQL 5.7 with Docker: A Complete Step‑by‑Step Guide

This article walks you through downloading the MySQL 5.7 Docker image, configuring IPv4 networking, launching the container with proper volume mounts, troubleshooting common startup errors, verifying the setup, and discussing production‑grade considerations such as data persistence, memory isolation, and scaling.

ContainerDevOpsDocker
0 likes · 14 min read
How to Deploy MySQL 5.7 with Docker: A Complete Step‑by‑Step Guide
DevOps Cloud Academy
DevOps Cloud Academy
Apr 27, 2023 · Operations

GitLab Runner Installation, Registration, and Common Commands Guide

This article provides a comprehensive guide to installing GitLab Runner on various platforms, explains version and Docker requirements, details registration types and token retrieval, and presents both interactive and non‑interactive registration commands along with common runner commands and a sample pipeline configuration.

CI/CDDevOpsDocker
0 likes · 9 min read
GitLab Runner Installation, Registration, and Common Commands Guide
Cloud Native Technology Community
Cloud Native Technology Community
Apr 25, 2023 · Cloud Native

2022‑2023 Cloud‑Native Technology Survey in the Financial Industry

The 2022‑2023 CNBPA cloud‑native survey of 294 financial institutions reveals that hybrid multi‑cloud deployments, FinOps cost‑management, platform‑engineered DevOps, and increasing adoption of containers, micro‑services, and bare‑metal servers are driving a rapid shift toward cloud‑native architectures across banks, insurers, securities firms and other financial entities.

Cloud NativeContainersDevOps
0 likes · 9 min read
2022‑2023 Cloud‑Native Technology Survey in the Financial Industry
Qunar Tech Salon
Qunar Tech Salon
Apr 24, 2023 · Operations

Design and Evolution of Qunar's Watcher Enterprise Monitoring Platform

The article details the background, architecture, core features, alert governance, trace integration, and cloud‑native evolution of Watcher, Qunar's internally built, highly scalable monitoring platform that unifies application‑level metrics, alerting, and observability across thousands of services and containers.

AlertingDevOpsObservability
0 likes · 19 min read
Design and Evolution of Qunar's Watcher Enterprise Monitoring Platform
DevOps Cloud Academy
DevOps Cloud Academy
Apr 22, 2023 · Operations

Why DevOps Matters and an Introduction to Jenkins CI/CD Pipeline

The article explains how software and the Internet have transformed business operations, why adopting DevOps practices is essential for modern companies, and introduces Jenkins as a key tool for automating the entire CI/CD pipeline from code commit to production deployment.

CI/CDDevOpsJenkins
0 likes · 3 min read
Why DevOps Matters and an Introduction to Jenkins CI/CD Pipeline
dbaplus Community
dbaplus Community
Apr 19, 2023 · Operations

How Cloud‑Native Fuels Operations Digital Transformation – Insights from China Mobile

This article summarizes Wang Xiaozheng’s 2023 China Data Intelligence Management Summit talk, outlining the challenges of operations transformation under cloud‑native, the core ideas behind digital ops, Zhejiang Mobile’s practical implementation across six "可" dimensions, and future outlooks for AIOps and metaverse‑driven collaboration.

Cloud NativeDevOpsDigital Transformation
0 likes · 10 min read
How Cloud‑Native Fuels Operations Digital Transformation – Insights from China Mobile
DeWu Technology
DeWu Technology
Apr 19, 2023 · Backend Development

Web Project Code Refactoring: Practices, Challenges, and Solutions

The article details a year‑long refactoring case study of a fast‑iteration web project migrated from Python to Java/Go, describing inherited performance bugs, a prioritized migration plan, monitoring integration, concrete optimizations such as query reduction and cache redesign, and the resulting stability and latency gains, while outlining required developer skills and best‑practice recommendations.

Code RefactoringDevOpsGo
0 likes · 19 min read
Web Project Code Refactoring: Practices, Challenges, and Solutions
DevOps Cloud Academy
DevOps Cloud Academy
Apr 18, 2023 · Operations

Using GitLab CI/CD to Trigger Cross‑Project Pipelines for Microservices

This article explains how GitLab CI/CD can be configured to run cross‑project pipelines, enabling automated testing and deployment of microservices by adding bridge jobs, specifying downstream branches, and passing variables, while illustrating the process with code examples and pipeline visualizations.

AutomationCI/CDCross-Project Pipelines
0 likes · 8 min read
Using GitLab CI/CD to Trigger Cross‑Project Pipelines for Microservices
Baidu Geek Talk
Baidu Geek Talk
Apr 17, 2023 · Operations

Baidu DuoLiXiong Platform Stability Construction: Practices and Insights

Baidu's DuoLiXiong platform, a SaaS suite for local services, achieves stability through comprehensive technical and business specifications, microservice best practices, rigorous code reviews, automated monitoring, eventual consistency, idempotency, and future automated scaling and intelligent fault tolerance for critical operations.

Code reviewDevOpsIdempotency
0 likes · 11 min read
Baidu DuoLiXiong Platform Stability Construction: Practices and Insights
Continuous Delivery 2.0
Continuous Delivery 2.0
Apr 12, 2023 · Operations

Improving Stability and Throughput in Large‑Scale Software Delivery through Continuous Delivery Practices

The article explains how organizations can boost software delivery stability and throughput by adopting continuous delivery, establishing consistent metrics, reducing manual testing, automating configuration and deployment, and applying incremental, value‑stream‑focused improvements to both technical and cultural processes.

Continuous DeliveryDevOpsThroughput
0 likes · 9 min read
Improving Stability and Throughput in Large‑Scale Software Delivery through Continuous Delivery Practices
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Apr 11, 2023 · Cloud Native

Master Kubernetes Basics: Deploy, Scale, and Update Apps with Simple Commands

This article introduces Kubernetes as an open‑source container orchestration platform, explains its core objects like Pods, Services, ReplicaSets, and Deployments, clarifies its relationship with Docker, and provides a step‑by‑step example covering deployment, exposure, scaling, rolling updates, and rollback using kubectl commands.

DeploymentDevOpsKubernetes
0 likes · 5 min read
Master Kubernetes Basics: Deploy, Scale, and Update Apps with Simple Commands
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Apr 10, 2023 · Cloud Native

How OCP’s Cloud‑Native Migration Boosts Development Efficiency on Huawei Cloud

The article explains how the open‑source Open‑Capacity‑Platform (OCP) is transformed into a cloud‑native solution on Huawei Cloud, detailing the architectural changes, benefits, step‑by‑step migration process, and the supporting cloud services that together improve development speed, operational safety, and cost efficiency.

ContainerizationDevOpsHuawei Cloud
0 likes · 11 min read
How OCP’s Cloud‑Native Migration Boosts Development Efficiency on Huawei Cloud
Python Programming Learning Circle
Python Programming Learning Circle
Apr 8, 2023 · Operations

Using Python for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup

The article explains how operations engineers can leverage Python scripts and popular libraries such as paramiko, regex, psutil, fabric, and shutil to automate common tasks like remote command execution, log analysis, system monitoring with alerts, batch software deployment, and file backup and recovery, providing code examples for each scenario.

AutomationDevOpsOperations
0 likes · 9 min read
Using Python for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup
Efficient Ops
Efficient Ops
Apr 8, 2023 · Operations

South Grid’s CloudYan Platform Wins Top DevOps Maturity Rating – Lessons Learned

At the 20th GOPS Global Operations Conference in Shenzhen, China’s Information and Communication Research Institute announced that South Grid’s Digital Platform Technology (Guangdong) Co., Ltd. achieved excellent ratings for its CloudYan Platform DevOps subsystem, demonstrating how standardized DevOps pipelines and toolchains can dramatically improve software delivery quality, speed, and safety.

Continuous DeliveryDevOpsDigital Transformation
0 likes · 12 min read
South Grid’s CloudYan Platform Wins Top DevOps Maturity Rating – Lessons Learned
Efficient Ops
Efficient Ops
Apr 8, 2023 · Operations

How Guotai Junan Achieved Industry‑Leading DevOps Maturity at GOPS 2023

The article reports on Guotai Junan's successful completion of the CAICT DevOps technical‑operation 2+ assessment at the 20th GOPS Global Operations Conference, detailing the standards, project implementations, interview insights, industry statistics, and the broader DevOps maturity model.

CaseStudyDevOpsDigitalTransformation
0 likes · 16 min read
How Guotai Junan Achieved Industry‑Leading DevOps Maturity at GOPS 2023
Efficient Ops
Efficient Ops
Apr 7, 2023 · Operations

Guotai Junan’s Journey to Leading DevOps 2+ Certification – A Case Study

At the 20th GOPS Global Operations Conference in Shenzhen, Guotai Junan’s data center team detailed how their “Central Operations” and “Junhong Junrong” trading projects earned the China Information & Communication Research Institute’s DevOps Technical Operations 2+ level assessment, showcasing the company’s leading digital transformation and smart operations practices.

DevOpsDigital TransformationFinancial Services
0 likes · 17 min read
Guotai Junan’s Journey to Leading DevOps 2+ Certification – A Case Study
Efficient Ops
Efficient Ops
Apr 7, 2023 · Operations

How South Grid’s Cloud Yan Platform Secured Top DevOps Maturity Scores

The article details South Grid’s successful DevOps maturity assessment at the 20th GOPS Global Operations Conference, highlighting the Cloud Yan platform’s excellent ratings in build‑and‑integration and pipeline modules, and shares insights from a Q&A on the impact of standardized DevOps practices.

DevOpsDigital TransformationMaturity Assessment
0 likes · 12 min read
How South Grid’s Cloud Yan Platform Secured Top DevOps Maturity Scores
Efficient Ops
Efficient Ops
Apr 7, 2023 · Operations

What Do China’s Latest DevOps & AIOps Maturity Assessments Reveal About Enterprise Success?

China's Information and Communication Research Institute announced the newest evaluation results for its DevOps and AIOps capability maturity models, showing that standardization and tool empowerment have helped over 75 leading enterprises across banking, securities, telecom, and internet sectors improve quality, efficiency, and market competitiveness.

DevOpsEnterpriseMaturity Model
0 likes · 8 min read
What Do China’s Latest DevOps & AIOps Maturity Assessments Reveal About Enterprise Success?
Tencent Cloud Developer
Tencent Cloud Developer
Apr 6, 2023 · Operations

Tencent Meeting C++ Cross-Platform Compilation Acceleration Practice

By adopting a unified architecture and a pre‑compilation strategy that leverages CI, git‑diff module detection, version‑managed manifests, and platform‑specific build tools, Tencent Meeting cut its C++ cross‑platform compile times from minutes to seconds, achieving up to 99 % speedup across Windows, Android, iOS and macOS.

C++CMakeCompilation Optimization
0 likes · 30 min read
Tencent Meeting C++ Cross-Platform Compilation Acceleration Practice
Java Architect Essentials
Java Architect Essentials
Apr 5, 2023 · Operations

Mastering Jenkins Pipelines: Declarative vs Scripted with Real‑World Examples

This article provides a comprehensive guide to Jenkins pipelines, explaining the difference between declarative and scripted syntax, detailing agent configurations, workspace volumes, post actions, directives, environment variables, dynamic variables, credential handling, and practical Jenkinsfile examples for CI/CD automation.

CI/CDDeclarativeDevOps
0 likes · 26 min read
Mastering Jenkins Pipelines: Declarative vs Scripted with Real‑World Examples
DevOps Cloud Academy
DevOps Cloud Academy
Apr 5, 2023 · Operations

Common Mistakes in DevOps Implementation and How to Avoid Them

The article outlines ten frequent pitfalls that organizations encounter when adopting DevOps—such as out‑of‑order delivery, misinterpreting DevOps roles, neglecting database automation, and ignoring security—and provides practical guidance on planning, collaboration, and balanced speed‑quality trade‑offs to achieve successful DevOps outcomes.

AutomationContinuous DeliveryDevOps
0 likes · 10 min read
Common Mistakes in DevOps Implementation and How to Avoid Them
FunTester
FunTester
Apr 3, 2023 · Operations

How Test Platformization Bridges DevOps Speed and Automation Challenges

The article explains how test platformization lowers automation barriers, integrates API and UI testing into DevOps pipelines, addresses skill and resource constraints, and ultimately enables continuous testing to keep pace with rapid software delivery.

CI/CDDevOpsQuality assurance
0 likes · 7 min read
How Test Platformization Bridges DevOps Speed and Automation Challenges
MaGe Linux Operations
MaGe Linux Operations
Mar 31, 2023 · Cloud Native

Why Argo Is the Secret Weapon for GitOps on Kubernetes

This article explains GitOps fundamentals, introduces the Argo project and its four core components, and shows how Argo CD, Workflows, Rollouts, and Events empower DevOps engineers to achieve safer, more reliable, and fully automated continuous delivery on Kubernetes.

ArgoCI/CDCloud Native
0 likes · 10 min read
Why Argo Is the Secret Weapon for GitOps on Kubernetes
ByteDance Terminal Technology
ByteDance Terminal Technology
Mar 30, 2023 · Mobile Development

Monorepo Full-Source Strategy for Mobile Development: Challenges, Solutions, and Practice

This article examines the drawbacks of multi‑repo development for large mobile apps, explains the concepts of monorepo and full‑source, and details ByteDance's BitSky implementation—including migration phases, Bazel build migration, dependency management, developer tools, and measurable efficiency gains.

BazelBuild SystemDevOps
0 likes · 17 min read
Monorepo Full-Source Strategy for Mobile Development: Challenges, Solutions, and Practice
php Courses
php Courses
Mar 29, 2023 · Backend Development

Quick Installation Guide for PHP 8.2 Stack on Ubuntu 20.04 (Focal)

This step‑by‑step tutorial shows how to configure Alibaba mirrors, install PHP 8.2, Nginx, MySQL 8, Redis 6 and Composer on Ubuntu 20.04, adjust PHP‑FPM settings, create a test PHP file, start services, and verify the full LEMP stack works within about 20 minutes.

BackendDevOpsNGINX
0 likes · 11 min read
Quick Installation Guide for PHP 8.2 Stack on Ubuntu 20.04 (Focal)
Efficient Ops
Efficient Ops
Mar 27, 2023 · Operations

How ICBC’s DevOps Platform Boosts R&D Efficiency and Digital Transformation

This article details how Industrial and Commercial Bank of China’s software development center implements a DevOps‑driven, unified R&D management platform to streamline agile processes, enhance collaboration, automate continuous delivery, enforce quality gates, and support the nation’s digital‑economy strategy.

Continuous DeliveryDevOpsDigital Transformation
0 likes · 13 min read
How ICBC’s DevOps Platform Boosts R&D Efficiency and Digital Transformation
DevOps Cloud Academy
DevOps Cloud Academy
Mar 26, 2023 · Operations

Essential DevOps Capabilities for Continuous Delivery, Architecture, Product, Lean Management, and Culture

This article outlines 24 key DevOps capabilities—covering continuous delivery, loosely‑coupled architecture, product feedback, value‑stream visibility, small‑batch work, lean management, monitoring, and cultural practices—derived from the Accelerate research to improve software delivery performance.

Continuous DeliveryCultureDevOps
0 likes · 10 min read
Essential DevOps Capabilities for Continuous Delivery, Architecture, Product, Lean Management, and Culture
Selected Java Interview Questions
Selected Java Interview Questions
Mar 26, 2023 · Databases

9 Common Pitfalls of SQL Scripts During System Deployment and How to Avoid Them

This article outlines nine typical problems that arise when executing SQL scripts in production—such as missing scripts, syntax errors, wrong order, timing issues, wrong database selection, long‑running updates, lack of rollback, missing indexes, and field renaming—and provides practical solutions to prevent each pitfall.

DBADatabase DeploymentDevOps
0 likes · 11 min read
9 Common Pitfalls of SQL Scripts During System Deployment and How to Avoid Them
DevOps Cloud Academy
DevOps Cloud Academy
Mar 25, 2023 · Operations

Essential Skills for DevOps Engineers

The article outlines the key competencies DevOps engineers must master—including cloud computing, automation, containerization, CI/CD, monitoring, logging, and infrastructure-as-code—to accelerate, stabilize, and scale software delivery in modern development environments.

AutomationCI/CDCloud Computing
0 likes · 6 min read
Essential Skills for DevOps Engineers
DevOps Cloud Academy
DevOps Cloud Academy
Mar 23, 2023 · Operations

Using Git Parameters for Dynamic Branch Builds in Jenkins

This tutorial explains why and how to use Git parameters in Jenkins freestyle and pipeline jobs to enable dynamic branch selection, covering configuration steps, example Jenkinsfiles, and best practices for managing branch builds in DevOps environments.

CI/CDDevOpsDynamic Branch
0 likes · 8 min read
Using Git Parameters for Dynamic Branch Builds in Jenkins
Efficient Ops
Efficient Ops
Mar 23, 2023 · Operations

How ICBC Transformed Banking with DevOps: A Deep Dive into Operations Excellence

This article examines Industrial and Commercial Bank of China's four‑year DevOps journey, detailing its top‑level design, toolchain integration, end‑to‑end pipelines, team benchmarking, data‑driven management, and coach development, and shows how these practices boosted delivery speed, reduced defects, and supported digital transformation in banking.

BankingContinuous DeliveryDevOps
0 likes · 14 min read
How ICBC Transformed Banking with DevOps: A Deep Dive into Operations Excellence
JD Tech
JD Tech
Mar 23, 2023 · Operations

Implementing CI/CD Pipelines: Concepts, Scenarios, and Project Practices

This article explains the author's understanding of CI/CD, outlines several practical scenarios for its implementation—including compilation and deployment, unit testing, code scanning, and full‑link testing—details key steps, benefits, and real‑world applications using tools such as Bamboo, SonarQube, JUnit, and Python‑based automation.

AutomationCI/CDDevOps
0 likes · 13 min read
Implementing CI/CD Pipelines: Concepts, Scenarios, and Project Practices
DevOps Cloud Academy
DevOps Cloud Academy
Mar 21, 2023 · Operations

Using Ansible Async Mode to Run Long‑Running Tasks in Playbooks

This article explains how Ansible’s async and poll parameters enable background execution of long‑running tasks, allowing playbooks to continue without blocking, and provides practical examples, configuration tips, and status‑checking techniques for reliable DevOps automation.

AnsibleAsyncAutomation
0 likes · 10 min read
Using Ansible Async Mode to Run Long‑Running Tasks in Playbooks
FunTester
FunTester
Mar 21, 2023 · Operations

Understanding Continuous Delivery: Workflow, Benefits, and Challenges

This article explains continuous delivery (CD) within DevOps, describing its definition, automated workflow, key benefits such as reduced risk, faster releases, higher quality, flexibility and cost savings, as well as common implementation challenges and best‑practice recommendations.

CI/CDContinuous DeliveryDevOps
0 likes · 9 min read
Understanding Continuous Delivery: Workflow, Benefits, and Challenges