Tagged articles

DevOps

3877 articles · Page 9 of 39
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Oct 9, 2024 · Operations

AIOps Implementation at Xiaohongshu: Fault Localization and Intelligent Operations

Xiaohongshu’s AIOps initiative builds a four‑layer framework that leverages machine‑learning‑driven anomaly detection, causal analysis, and trace‑based fault localization to automatically identify root‑cause services in micro‑service environments, achieving over 80 % accuracy across 1000 daily diagnoses while guiding future enhancements in change correlation and automated remediation.

AIOpsDevOpsFault Localization
0 likes · 28 min read
AIOps Implementation at Xiaohongshu: Fault Localization and Intelligent Operations
Liangxu Linux
Liangxu Linux
Oct 2, 2024 · Operations

10 Essential Ops Engineer Tools Every Sysadmin Should Master

A comprehensive guide lists ten indispensable tools for operations engineers, detailing each tool's functionality, ideal use cases, advantages, and real‑world examples, plus practical code snippets for automation, monitoring, container orchestration, and log analysis.

DevOpsautomationoperations
0 likes · 7 min read
10 Essential Ops Engineer Tools Every Sysadmin Should Master
Python Programming Learning Circle
Python Programming Learning Circle
Sep 28, 2024 · Operations

Essential Skills for Becoming a Successful DevOps Engineer

The article outlines the key competencies a DevOps engineer must master—including programming, Linux system knowledge, configuration management, infrastructure-as-code, CI/CD tools, networking and security, monitoring, and cloud services—to guide readers on building a comprehensive skill set for effective DevOps practice.

DevOpsInfrastructure as CodeLinux
0 likes · 5 min read
Essential Skills for Becoming a Successful DevOps Engineer
DevOps Engineer
DevOps Engineer
Sep 25, 2024 · Operations

Understanding What DevOps Truly Is: Principles Over Tools

The article clarifies that DevOps is not defined by specific tools like Kubernetes or Jenkins, but by the ability to design robust systems that ensure smooth deployments, effortless scaling, reliable operation, early issue detection, and effective team collaboration, emphasizing enduring principles over changing technologies.

ContinuousDeliveryDevOpsMonitoring
0 likes · 3 min read
Understanding What DevOps Truly Is: Principles Over Tools
DevOps
DevOps
Sep 23, 2024 · Operations

Ten Essential DevOps Practices and Effective Implementation Methods

This article explains why DevOps often feels idealistic, outlines ten practical DevOps practices such as Infrastructure as Code, Immutable Infrastructure, and Built‑in Quality, and then presents three concrete work methods to help teams successfully adopt DevOps in real‑world environments.

Continuous DeliveryDevOpsInfrastructure as Code
0 likes · 21 min read
Ten Essential DevOps Practices and Effective Implementation Methods
Architecture and Beyond
Architecture and Beyond
Sep 21, 2024 · Cloud Native

Understanding Cloud Native Architecture: Definitions, Evolution, Core Technologies, Maturity Models, and Challenges

Cloud native architecture, a modern design paradigm leveraging containers, microservices, CI/CD, and infrastructure-as-code, enables flexible, scalable, and automated applications; this article explores its definition, evolution, core technologies, maturity models, benefits, challenges, and best practices for enterprises transitioning from traditional systems.

CI/CDContainersDevOps
0 likes · 37 min read
Understanding Cloud Native Architecture: Definitions, Evolution, Core Technologies, Maturity Models, and Challenges
Didi Tech
Didi Tech
Sep 19, 2024 · Cloud Native

Configuration‑as‑Code Platform for Multi‑Region Deployment: Design, Implementation and Practices

To overcome Didi’s costly, months‑long, manual multi‑region rollouts, the team built a Configuration‑as‑Code platform that isolates environment settings in a dedicated repository, enforces a versioned template with validation rules, and integrates automated placeholder substitution into CI/CD, cutting manual effort by roughly 80 % and removing coordination bottlenecks.

DevOpsconfiguration managementdeployment-automation
0 likes · 26 min read
Configuration‑as‑Code Platform for Multi‑Region Deployment: Design, Implementation and Practices
vivo Internet Technology
vivo Internet Technology
Sep 18, 2024 · Cloud Native

Full-Link Multi-Version Deployment in Testing Environments: Architecture and Practices

Vivo’s full‑link multi‑version deployment framework lets a complete microservice system be launched once while concurrently running multiple service versions in isolated baseline and on‑demand feature environments, using custom traffic‑coloring headers, tag propagation across HTTP/Dubbo/MQ, dynamic routing, and distributed tracing to reduce resource waste, accelerate hot‑fix testing, and pave the way for future data‑level isolation and production‑grade A/B experiments.

CI/CDDevOpsMulti-Version Deployment
0 likes · 15 min read
Full-Link Multi-Version Deployment in Testing Environments: Architecture and Practices
MaGe Linux Operations
MaGe Linux Operations
Sep 17, 2024 · Operations

Master Ansible: Essential Commands and Common Modules Explained

This guide provides a comprehensive overview of Ansible's ad‑hoc command options and the most frequently used modules—including shell, copy, template, file, fetch, synchronize, yum, service, user, and cron—detailing their parameters, usage examples, and best‑practice tips for efficient automation.

AnsibleDevOpsModules
0 likes · 41 min read
Master Ansible: Essential Commands and Common Modules Explained
Liangxu Linux
Liangxu Linux
Sep 17, 2024 · Operations

Top 10 Essential Ops Tools Every Engineer Should Master

This article presents ten indispensable tools for operations engineers—detailing each tool’s functionality, ideal use cases, advantages, and real‑world examples, from shell scripting and Git to Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, the ELK stack, and Zabbix, helping professionals streamline automation, monitoring, and deployment tasks.

DevOpsToolingautomation
0 likes · 8 min read
Top 10 Essential Ops Tools Every Engineer Should Master
Python Programming Learning Circle
Python Programming Learning Circle
Sep 15, 2024 · Operations

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

This article explains how operations engineers can leverage Python scripts and popular libraries such as paramiko, regex, psutil, fabric, and shutil to automate tasks like remote command execution, log analysis, system monitoring with alerts, batch software deployment, and file backup and recovery, enhancing efficiency and reducing manual errors.

DevOpsOperations Automationremote execution
0 likes · 9 min read
Using Python Scripts for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup
Efficient Ops
Efficient Ops
Sep 11, 2024 · Artificial Intelligence

How AI Large Models Can Automate DevOps Pipeline Failure Analysis

This article explores how AI large‑model technology can be integrated into DevOps pipelines to automatically detect, classify, and resolve interruption events, dramatically reducing manual troubleshooting time and improving overall software development and operations efficiency.

AIDevOpsLarge Models
0 likes · 11 min read
How AI Large Models Can Automate DevOps Pipeline Failure Analysis
DevOps Engineer
DevOps Engineer
Sep 11, 2024 · Operations

Will DevOps Disappear? How AI Impacts the Role of DevOps Engineers

While AI can automate many routine DevOps tasks such as scripting, CI/CD pipeline creation, and infrastructure design, it cannot replace the contextual understanding, critical thinking, experience, and judgment of senior DevOps engineers, who will evolve into architects and innovators rather than being rendered obsolete.

Artificial IntelligenceDevOpsautomation
0 likes · 4 min read
Will DevOps Disappear? How AI Impacts the Role of DevOps Engineers
Open Source Linux
Open Source Linux
Sep 10, 2024 · Operations

Boost Ops Efficiency: 5 Python Scripts Every Engineer Should Use

This article explains how Python scripts can automate key operations tasks—connecting to remote servers, parsing logs, monitoring system health, batch deploying software, and handling backups—enhancing efficiency and reducing manual errors for engineers.

DevOpsOperations AutomationPython
0 likes · 9 min read
Boost Ops Efficiency: 5 Python Scripts Every Engineer Should Use
Efficient Ops
Efficient Ops
Sep 8, 2024 · Operations

Boost Ops Efficiency: 5 Python Scripts Every Sysadmin Should Use

This article explains how Python can automate common operations tasks—remote command execution, log parsing, system monitoring with alerts, batch software deployment, and backup/restore—providing code examples and highlighting the benefits for sysadmins.

DevOpsOperations Automationautomation
0 likes · 9 min read
Boost Ops Efficiency: 5 Python Scripts Every Sysadmin Should Use
phodal
phodal
Sep 7, 2024 · Industry Insights

Bridging Cloud and IDE AI Agents for Seamless DevOps Collaboration

This article analyzes the current state and challenges of AI‑assisted development tools, proposes strategies to integrate cloud‑based and IDE‑embedded intelligent agents, and presents practical examples—including Shire language scripts and tool orchestration—to improve end‑to‑end software engineering efficiency.

AIDevOpsIDE
0 likes · 10 min read
Bridging Cloud and IDE AI Agents for Seamless DevOps Collaboration
21CTO
21CTO
Sep 7, 2024 · Cloud Native

What Is Dokku? The Minimal Open‑Source PaaS Powered by Docker

Dokku is an open‑source Platform‑as‑a‑Service built on Docker that uses Dockerfiles or Buildpacks to auto‑detect languages, runs apps in isolated containers, extends functionality via plugins, and has grown to over 28 000 GitHub stars since its 2013 launch.

DevOpsDockerPaaS
0 likes · 2 min read
What Is Dokku? The Minimal Open‑Source PaaS Powered by Docker
MaGe Linux Operations
MaGe Linux Operations
Sep 6, 2024 · Cloud Native

Speed Up Docker Pulls: Configure Registry Mirrors & Manage Containers

Learn how to accelerate Docker image pulls by configuring registry mirrors, then follow step‑by‑step instructions to pull, run, inspect, and manage Nginx containers, including commands for starting, stopping, logging, networking, and modifying container files, ensuring efficient container operations.

Container ManagementDevOpsDocker
0 likes · 10 min read
Speed Up Docker Pulls: Configure Registry Mirrors & Manage Containers
MaGe Linux Operations
MaGe Linux Operations
Sep 6, 2024 · Operations

Master Building ARM and x86 System Images: A Step‑by‑Step Guide

This comprehensive guide walks IT and DevOps professionals through understanding ARM and x86 architectures, setting up the build environment, creating and customizing base images, optimizing size and performance, and packaging for distribution, with practical commands and best‑practice recommendations.

ARMCross-CompilationDevOps
0 likes · 9 min read
Master Building ARM and x86 System Images: A Step‑by‑Step Guide
Selected Java Interview Questions
Selected Java Interview Questions
Sep 4, 2024 · Backend Development

Essential Linux Commands for Backend Engineers

This article provides backend engineers with a comprehensive guide to essential Linux commands—from navigation and file management to permission handling and package installation—detailing syntax, common options, and practical examples to improve productivity in terminal environments.

DevOpscommand-line
0 likes · 11 min read
Essential Linux Commands for Backend Engineers
Liangxu Linux
Liangxu Linux
Sep 2, 2024 · Fundamentals

Create a Git Commit Message Template to Keep Your History Clean

This guide explains why simple commit messages are insufficient, outlines the benefits of a standardized commit template, and provides step‑by‑step commands to create, configure, and use a Git commit‑message template globally or per‑repository.

Commit MessageDevOpsGit
0 likes · 5 min read
Create a Git Commit Message Template to Keep Your History Clean
DevOps Operations Practice
DevOps Operations Practice
Sep 2, 2024 · Operations

How a Strong Operations Team Drives Business Success

In the digital era, a capable IT operations team ensures system stability, reduces costs, accelerates issue resolution, strengthens security, supports product development, and improves user experience, making it a critical driver of overall business value.

DevOpsIT Operationsbusiness support
0 likes · 6 min read
How a Strong Operations Team Drives Business Success
Efficient Ops
Efficient Ops
Sep 2, 2024 · Operations

How China’s Auto Industry Is Leading the Way in DevOps Standardization

The article details China’s 2024‑2027 Information Standardization Action Plan, the CAICT’s DevOps assessment framework, and showcases how automotive firms like FAW‑Volkswagen and Chang'an have achieved top‑tier continuous delivery and system‑tool standards, highlighting key metrics and the role of international ITU standards.

Continuous DeliveryDevOpsIT governance
0 likes · 9 min read
How China’s Auto Industry Is Leading the Way in DevOps Standardization
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Sep 2, 2024 · Cloud Native

How Lilith Games Used Cloud‑Native Architecture to Transform AFK Journey

This article examines Lilith Games' cloud‑native migration of the new title AFK Journey, detailing the motivations, technical challenges of containerizing stateful game servers, the adoption of OpenKruise for in‑place updates, and the measurable improvements in resource utilization, release speed, and operational costs.

DevOpsGame DevelopmentKubernetes
0 likes · 8 min read
How Lilith Games Used Cloud‑Native Architecture to Transform AFK Journey
MaGe Linux Operations
MaGe Linux Operations
Aug 30, 2024 · Operations

Master Jenkins CI/CD: Install, Configure, and Write Declarative Pipelines

This guide introduces Jenkins as an open-source CI tool, explains continuous integration and delivery concepts, walks through Docker-based installation, and provides detailed examples of both scripted and declarative pipelines, including common directives, parameters, triggers, and best practices for effective DevOps automation.

CI/CDDevOpsDocker
0 likes · 18 min read
Master Jenkins CI/CD: Install, Configure, and Write Declarative Pipelines
DevOps
DevOps
Aug 26, 2024 · Operations

The Evolution of Operations: From Manual Ops to AIOps and ChatOps

This article explores the progression of IT operations—from manual processes through automated DevOps, to AI‑driven AIOps and chat‑based ChatOps—examining concepts, advantages, tools, and future possibilities, while also reflecting on how these trends reshape the role of operations engineers.

AIAIOpsChatOps
0 likes · 12 min read
The Evolution of Operations: From Manual Ops to AIOps and ChatOps
Architecture Digest
Architecture Digest
Aug 23, 2024 · Backend Development

Using ArthasHotSwap for Fast Hot Updates in Java Backend Development

This article introduces the ArthasHotSwap plugin, explains why hot‑updating a few Java classes in a test environment can save minutes compared to full redeployment, and provides step‑by‑step instructions—including downloading, compiling, uploading bytecode to OSS, and applying the changes on the server—complete with code snippets and screenshots.

ArthasHotSwapDevOpsHotSwap
0 likes · 3 min read
Using ArthasHotSwap for Fast Hot Updates in Java Backend Development
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 23, 2024 · Backend Development

Master Spring Boot: Complete Roadmap for Enterprise Java Development

This guide walks you through why Java remains vital, explains what Spring Boot is, outlines its core features, and provides a detailed learning roadmap covering Java fundamentals, Spring core concepts, web development, AOP, microservices, databases, security, DevOps tools, and deployment strategies for building robust enterprise applications.

DatabaseDevOpsSpring Boot
0 likes · 16 min read
Master Spring Boot: Complete Roadmap for Enterprise Java Development
DevOps
DevOps
Aug 20, 2024 · Operations

CI/CD Maturity Levels and DevOps Practices in Chinese Enterprises

This article analyzes the current state of DevOps adoption in China, presents detailed CI/CD capability levels with a maturity model table, and discusses future operational trends such as automation, AIOps, security integration, observability, and reliability engineering to guide enterprises toward more efficient software delivery.

CI/CDDevOpsObservability
0 likes · 20 min read
CI/CD Maturity Levels and DevOps Practices in Chinese Enterprises
Alibaba Cloud Native
Alibaba Cloud Native
Aug 20, 2024 · Cloud Native

How We Built a Scalable Cloud‑Native DevOps Platform from Scratch

From zero‑to‑hero in 2021, a Shanghai tech firm designed, selected, and implemented a full‑stack Cloud‑Native DevOps solution on Alibaba Cloud, covering project management, GitFlow, CI/CD pipelines, multi‑environment image promotion, infrastructure‑as‑code, and monitoring to support hundreds of micro‑services.

CI/CDDevOpsGitOps
0 likes · 16 min read
How We Built a Scalable Cloud‑Native DevOps Platform from Scratch
Architecture Development Notes
Architecture Development Notes
Aug 19, 2024 · Cloud Native

10 Essential Docker Best Practices to Boost Efficiency and Security

This guide presents ten essential Docker best practices—from choosing official images and minimizing layers to leveraging multi‑stage builds, .dockerignore, Compose, volumes, resource constraints, security, monitoring, and CI/CD automation—helping developers create efficient, secure, and maintainable containerized applications.

CI/CDDevOpsDocker
0 likes · 14 min read
10 Essential Docker Best Practices to Boost Efficiency and Security
DevOps Coach
DevOps Coach
Aug 19, 2024 · Cloud Native

Why Crossplane Might Outshine Terraform for Cloud‑Native Infrastructure Management

This article compares Crossplane and Terraform, highlighting how Crossplane’s control‑plane architecture, flexible collaboration model, self‑service abstractions, and native REST API can address the scalability and integration challenges that often limit Terraform in modern cloud‑native environments.

Control PlaneCrossplaneDevOps
0 likes · 8 min read
Why Crossplane Might Outshine Terraform for Cloud‑Native Infrastructure Management
21CTO
21CTO
Aug 17, 2024 · Cloud Native

Why Go Is Becoming the Go‑To Language for Cloud‑Native Development

The article traces Go's 15‑year journey from its 2009 debut, highlighting its rapid rise in popularity, strong community, advantages over C/C++ and Java, and its pivotal role in cloud‑native, microservice, and AI/ML applications today.

DevOpsbackend developmentcloud-native
0 likes · 7 min read
Why Go Is Becoming the Go‑To Language for Cloud‑Native Development
DevOps
DevOps
Aug 15, 2024 · Product Management

Product Manager Role Transformation in the DevOps Era

This article examines how DevOps reshapes the product manager’s responsibilities, highlighting traditional limitations, the drivers for role transformation, required capabilities such as agile mindset and DevOps tool proficiency, and effective collaboration mechanisms to achieve faster, higher‑quality product delivery.

AgileContinuous DeliveryDevOps
0 likes · 10 min read
Product Manager Role Transformation in the DevOps Era
DevOps
DevOps
Aug 14, 2024 · Operations

Choosing Test Strategies, Ensuring Test Stability, and Writing High‑Quality Tests

The article examines why moving tests left, selecting appropriate testing strategies, guaranteeing test stability through local testing and test doubles, and applying disciplined test‑case design and naming practices are essential for reducing maintenance costs, improving test quality, and accelerating feedback in modern software development.

DevOpstest automationtest design
0 likes · 15 min read
Choosing Test Strategies, Ensuring Test Stability, and Writing High‑Quality Tests
MaGe Linux Operations
MaGe Linux Operations
Aug 14, 2024 · Cloud Native

Master Docker: Core Concepts, Installation, and Essential Commands

This guide introduces Docker’s fundamental concepts, explains its advantages and architecture, walks through installation steps, and provides a comprehensive list of common Docker commands for managing images and containers, including practical examples such as setting up SSH access within a container.

Container ManagementDevOpsDocker
0 likes · 11 min read
Master Docker: Core Concepts, Installation, and Essential Commands
Alibaba Cloud Observability
Alibaba Cloud Observability
Aug 12, 2024 · Operations

How iLogtail Achieves Million‑Scale Observability with SRE Best Practices

This article explains how iLogtail, Alibaba Cloud's high‑performance observability agent, tackles reliability challenges at million‑scale deployments through a comprehensive SRE workflow that spans design, development, testing, gray‑release, operations, and continuous customer support, all while leveraging cloud‑native tools and automation.

DevOpsSREcloud-native
0 likes · 31 min read
How iLogtail Achieves Million‑Scale Observability with SRE Best Practices
DevOps
DevOps
Aug 11, 2024 · R&D Management

Git Branch Types and Continuous Integration Branch Strategies

This article explains common Git branch types, including master, develop, feature, release, and hotfix branches, and details various continuous integration branch strategies such as Git Flow, GitHub Flow, and GitLab Flow, helping teams choose an appropriate branching model for efficient DevOps practices.

CI/CDDevOpsGit
0 likes · 17 min read
Git Branch Types and Continuous Integration Branch Strategies
Liangxu Linux
Liangxu Linux
Aug 11, 2024 · Operations

Essential Linux Networking Commands Every DevOps Engineer Should Master

This article provides a comprehensive, step‑by‑step guide to the most important native Linux networking commands—such as hostname, host, ping, curl, ip, ss, traceroute, dig, and tcpdump—explaining their purpose, common usage examples, and key options for effective system and network troubleshooting.

DevOpsLinuxNetworking
0 likes · 13 min read
Essential Linux Networking Commands Every DevOps Engineer Should Master
Bilibili Tech
Bilibili Tech
Aug 9, 2024 · Operations

Design and Implementation of Bilibili's Change Control Platform

Bilibili’s Change Prevention Platform consolidates data from over 60 systems to proactively detect and block more than 100 risky changes daily, reducing change‑related incidents by applying a four‑pillar framework of technical support, landing, cross‑domain enablement, and cultural safeguards, while evolving toward AI‑driven, end‑to‑end change defense.

BilibiliDevOpsIncident Prevention
0 likes · 20 min read
Design and Implementation of Bilibili's Change Control Platform
JD Retail Technology
JD Retail Technology
Aug 8, 2024 · Frontend Development

Ensuring Frontend System Stability through Monitoring and Automated Inspection

This article explains how modern front‑end teams ensure system stability and high‑quality operation by implementing comprehensive monitoring and automated inspection, covering background, significance, architecture, real‑time and scheduled checks, performance metrics, alert strategies, error handling, custom reporting, and future improvement plans.

DevOpsMonitoringWeb
0 likes · 24 min read
Ensuring Frontend System Stability through Monitoring and Automated Inspection
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Aug 7, 2024 · Cloud Native

Top 10 Must‑Know Kubernetes Features to Boost Your Cloud‑Native Apps

This article introduces ten essential Kubernetes technologies—including Helm Charts, Operators, Service Mesh, StatefulSets, CRDs, Network Policies, Pod Disruption Budgets, HPA, Persistent Volumes, and Ingress Controllers—explaining their core concepts, key capabilities, and how they improve application reliability, scalability, and security.

DevOpsHelmKubernetes
0 likes · 8 min read
Top 10 Must‑Know Kubernetes Features to Boost Your Cloud‑Native Apps
Java Backend Technology
Java Backend Technology
Aug 6, 2024 · Backend Development

Master Spring Boot Project Setup: From IDE to Version Management & Common Tools

This guide walks through initializing a Spring Boot project, handling IDE licensing hurdles, ensuring compatible Spring Cloud, Spring Boot, and Kafka versions, leveraging Maven for dependency management, and integrating essential utilities like global exception handling, logging, CORS, Swagger, and helpful development tools.

DevOpsKafkaVersion management
0 likes · 11 min read
Master Spring Boot Project Setup: From IDE to Version Management & Common Tools
Java Tech Enthusiast
Java Tech Enthusiast
Aug 4, 2024 · Cloud Native

Deploy Web-based IntelliJ IDEA on a Cloud Server Using Docker

This guide walks you through configuring Docker mirrors, installing JDK and Maven, setting permissions, and using Docker Compose to launch a web‑based IntelliJ IDEA container on a cloud server, then accessing it via port 8887 for browser‑based Java development.

DevOpsIDEcloud
0 likes · 6 min read
Deploy Web-based IntelliJ IDEA on a Cloud Server Using Docker
Efficient Ops
Efficient Ops
Aug 1, 2024 · R&D Management

How Chinese Banks and Securities Firms Achieved Top Agile DevOps Maturity Levels

The article outlines China's agile development and DevOps maturity standards, highlights the rapid adoption by major financial institutions such as the Agricultural Bank of China and China Merchants Securities, and details the measurable improvements in delivery speed, quality, and user satisfaction achieved through these practices.

DevOpsFinancial IndustryMaturity Model
0 likes · 9 min read
How Chinese Banks and Securities Firms Achieved Top Agile DevOps Maturity Levels
Open Source Linux
Open Source Linux
Aug 1, 2024 · Operations

Mastering Common Ansible Modules: File, Copy, Yum, Service, and More

This guide walks through the most frequently used Ansible modules—including file, copy, yum_repository, yum, service, systemd, user, group, fetch, get_url, and setup—explaining their key options and demonstrating ad‑hoc command usage with complete code examples for Linux automation.

DevOpsLinux
0 likes · 17 min read
Mastering Common Ansible Modules: File, Copy, Yum, Service, and More
Efficient Ops
Efficient Ops
Jul 30, 2024 · Operations

How FAW‑Volkswagen Earned Dual DevOps Certifications and Accelerated Digital Transformation

FAW‑Volkswagen successfully passed both the ITU DevOps international standard and China's domestic DevOps system‑and‑tool standard, showcasing leading capabilities through its R&D Efficiency Platform and Integrated Operations Platform, while sharing insights on the assessment process, platform benefits, and future DevOps directions.

DevOpsIT OperationsPlatform Engineering
0 likes · 16 min read
How FAW‑Volkswagen Earned Dual DevOps Certifications and Accelerated Digital Transformation
DevOps Cloud Academy
DevOps Cloud Academy
Jul 30, 2024 · Operations

Implementing a DevSecOps CI/CD Pipeline with Jenkins, Kubernetes, ArgoCD, and Security Scanners

This article details a comprehensive DevSecOps pipeline that uses Jenkins for CI/CD, Dependency‑Track and DefectDojo for SBOM management, SonarQube and Trivy for static and container scanning, Docker for image builds, and ArgoCD with Kubernetes for automated deployments, illustrating each stage with full code examples.

ArgoCDCI/CDDevOps
0 likes · 15 min read
Implementing a DevSecOps CI/CD Pipeline with Jenkins, Kubernetes, ArgoCD, and Security Scanners
DevOps
DevOps
Jul 29, 2024 · R&D Management

Why Bugs Are Inevitable and How to Balance Quality with Delivery Speed

The article reflects on a bug‑fixing team's experience, arguing that bugs are an inevitable by‑product of software development, discussing the limits of zero‑tolerance policies, the trade‑offs between quality and resources, and suggesting cultural and engineering practices such as testing left‑shift, code reviews, and refactoring to improve quality without sacrificing delivery speed.

DevOpsbug managementengineering culture
0 likes · 9 min read
Why Bugs Are Inevitable and How to Balance Quality with Delivery Speed
Efficient Ops
Efficient Ops
Jul 28, 2024 · Operations

What the 2024 China DevOps & BizDevOps Survey Reveals About XOps Trends

The 2024 XOps Industry Innovation Forum in Beijing unveiled the China DevOps & BizDevOps State Survey, revealing that over 6,300 enterprises participated, with more than 60% adopting agile practices, 83% using containers or VMs, and a growing focus on automation, testing, and BizDevOps transformation across diverse sectors.

AgileBizDevOpsDevOps
0 likes · 11 min read
What the 2024 China DevOps & BizDevOps Survey Reveals About XOps Trends
Efficient Ops
Efficient Ops
Jul 25, 2024 · Operations

How Changan Auto Earned Top‑Tier DevOps Certification and Boosted Delivery

Changan Automobile’s digital Gaia platform recently passed both the ITU DevOps international standard and China’s domestic DevOps maturity model, showcasing how a unified, automated delivery pipeline can accelerate software release, improve quality, and position the company at the forefront of automotive digital transformation.

AutomotiveDevOpsSoftware Delivery
0 likes · 15 min read
How Changan Auto Earned Top‑Tier DevOps Certification and Boosted Delivery
Efficient Ops
Efficient Ops
Jul 25, 2024 · Operations

FAW‑Volkswagen’s Dual DevOps Certification: Driving Digital Transformation

FAW‑Volkswagen successfully earned both ITU DevOps international certification and the domestic DevOps standard assessment for its R&D Efficiency Platform and Integrated Operations Platform, showcasing how standardized DevOps practices can accelerate digital transformation, improve delivery quality, and enhance operational efficiency in the automotive industry.

DevOpscase studydigital transformation
0 likes · 16 min read
FAW‑Volkswagen’s Dual DevOps Certification: Driving Digital Transformation
DevOps Operations Practice
DevOps Operations Practice
Jul 24, 2024 · Operations

Key Skills Required for DevOps Engineers

DevOps engineers must master programming and scripting, configuration and version control, deployment across hardware and cloud, security practices, performance monitoring, network optimization, and effective communication and team management to ensure rapid, reliable software delivery.

CI/CDDevOpsPerformance Monitoring
0 likes · 5 min read
Key Skills Required for DevOps Engineers
Continuous Delivery 2.0
Continuous Delivery 2.0
Jul 24, 2024 · R&D Management

Understanding DORA Metrics and Their Business Implications

The article explains the four core DORA metrics—deployment frequency, change failure rate, mean time to recovery, and lead time for changes—highlighting their focus on speed and stability, their limited business relevance, and proposes using leading indicators and broader measures to align engineering performance with business outcomes.

DORADevOpsEngineering Management
0 likes · 5 min read
Understanding DORA Metrics and Their Business Implications
Open Source Tech Hub
Open Source Tech Hub
Jul 23, 2024 · Operations

How to Deploy and Use Gitea: A Lightweight Self‑Hosted Git Platform

This guide introduces Gitea—a Go‑based, open‑source Git service—covers its core features, compares it with GitLab and GitHub, and provides step‑by‑step instructions for binary installation, systemd service setup, Nginx reverse‑proxy configuration, and basic repository usage on Linux.

CI/CDDevOpsGitea
0 likes · 12 min read
How to Deploy and Use Gitea: A Lightweight Self‑Hosted Git Platform
Cloud Native Technology Community
Cloud Native Technology Community
Jul 23, 2024 · Industry Insights

Jenkins vs GitLab CI/CD: Which Tool Wins Your DevOps Pipeline?

This article provides an in‑depth, side‑by‑side analysis of Jenkins and GitLab CI/CD, covering their histories, core features, community support, pros and cons, and practical guidance to help DevOps teams choose the most suitable continuous integration and delivery platform for their projects.

CI/CD comparisonContinuous DeliveryDevOps
0 likes · 14 min read
Jenkins vs GitLab CI/CD: Which Tool Wins Your DevOps Pipeline?
Efficient Ops
Efficient Ops
Jul 22, 2024 · Operations

Mastering Ansible: Core Concepts, Architecture, and Essential Commands

This article introduces Ansible as an open‑source automation tool, explains its declarative, abstract and idempotent characteristics, shows how to install it with pip, outlines its core architecture components, describes its working principles, and provides usage examples for its seven main commands.

AnsibleDevOpsInfrastructure as Code
0 likes · 8 min read
Mastering Ansible: Core Concepts, Architecture, and Essential Commands
ITPUB
ITPUB
Jul 22, 2024 · Operations

How We Upgraded Watcher to Second‑Level Monitoring for Real‑Time Order Alerts

This article details the end‑to‑end redesign of Quora Travel's Watcher monitoring platform from minute‑level to second‑level precision, covering architectural changes, storage engine migration, client‑side metric collection, server‑side scheduling, dashboard and alarm adaptations, and the resulting operational improvements.

DevOpsMonitoringObservability
0 likes · 20 min read
How We Upgraded Watcher to Second‑Level Monitoring for Real‑Time Order Alerts
Continuous Delivery 2.0
Continuous Delivery 2.0
Jul 19, 2024 · Operations

Strategic Enhancements for CI/CD Pipelines: Performance, Security, Blue‑Green Deployment, and Infrastructure as Code

This article outlines six practical strategies to upgrade CI/CD pipelines, including performance and device‑compatibility testing, visual regression and accessibility checks, automated security scans with Dependabot, blue‑green deployments, phased testing, infrastructure‑as‑code integration, and automated rollback checkpoints, helping teams deliver higher‑quality software faster.

Blue-Green DeploymentCI/CDDevOps
0 likes · 10 min read
Strategic Enhancements for CI/CD Pipelines: Performance, Security, Blue‑Green Deployment, and Infrastructure as Code
Software Development Quality
Software Development Quality
Jul 17, 2024 · R&D Management

How to Measure and Optimize Your Software Development Process with Key Metrics

This guide details a comprehensive set of software development metrics—including agile velocity, code quality, continuous integration, technical debt, unit and smoke testing, test automation, quality process, and continuous delivery—explaining their definitions, data sources, calculation methods, reference standards, and responsible platforms to help teams monitor and improve performance.

AgileDevOpscontinuous integration
0 likes · 27 min read
How to Measure and Optimize Your Software Development Process with Key Metrics
Continuous Delivery 2.0
Continuous Delivery 2.0
Jul 17, 2024 · Operations

Design Principles of Deployment Pipelines

The article explains the core concept of deployment pipelines in Continuous Delivery 2.0, outlines essential quality‑gate mechanisms, and details five design principles—build once, loose coupling, parallelization, fast feedback, and important feedback—plus team collaboration disciplines such as immediate pause and security audit.

Continuous DeliveryDevOpsQuality Gate
0 likes · 8 min read
Design Principles of Deployment Pipelines
ITPUB
ITPUB
Jul 15, 2024 · Operations

Why CentOS Is Shifting and Which Linux Distributions Are Viable Replacements

The article traces CentOS’s evolution from a downstream RHEL clone to the upstream‑focused CentOS Stream, explains the end of CentOS Linux updates, and evaluates a range of alternative distributions—including Ubuntu, Rocky Linux, Oracle Linux, and several Chinese OS projects—to help enterprises choose the most suitable platform for their workloads.

CentOSDevOpsalternatives
0 likes · 9 min read
Why CentOS Is Shifting and Which Linux Distributions Are Viable Replacements
Efficient Ops
Efficient Ops
Jul 14, 2024 · Operations

How China’s Top Banks Earned Level 3 Continuous Testing Under the New DevOps Standard

The article details China’s push for integrated R&D‑operations through DevOps, highlights the ITU‑T Y.3525 international standard, and showcases how leading banks and financial firms achieved Level 3 Continuous Testing assessments, illustrating the impact on software quality, automation, and delivery efficiency.

DevOpsIT StandardsR&D Operations
0 likes · 12 min read
How China’s Top Banks Earned Level 3 Continuous Testing Under the New DevOps Standard
Efficient Ops
Efficient Ops
Jul 9, 2024 · Operations

How China’s 2024 DevOps Standards Are Shaping Global IT Operations

In the first half of 2024, Chinese enterprises boosted their international influence through significant progress in informationization standards, with the CAICT DevOps assessment seeing 13 firms pass 26 evaluations and unveiling five key highlights that signal a shift toward organization‑wide DevOps adoption.

2024ChinaDevOps
0 likes · 2 min read
How China’s 2024 DevOps Standards Are Shaping Global IT Operations
Tech Architecture Stories
Tech Architecture Stories
Jul 9, 2024 · Operations

Why Tencent’s EPC Initiative Failed: Lessons from DevOps and Middle‑Platform Missteps

The article analyses Tencent’s 2019 tech transformation—its DevOps and middle‑platform efforts—critiques the EPC productivity certification, shares the author’s two‑year hands‑on experience, and outlines practical requirements for tools, environments, and culture to truly improve engineering efficiency.

DevOpsEPCSoftware Efficiency
0 likes · 15 min read
Why Tencent’s EPC Initiative Failed: Lessons from DevOps and Middle‑Platform Missteps
Code Mala Tang
Code Mala Tang
Jul 9, 2024 · Cloud Native

Why Front‑End Developers Should Master Docker: A Hands‑On Guide

This guide explains why front‑end developers need Docker, introduces core concepts, walks through installing Docker, building and running a simple container, using Docker Compose for a full‑stack React‑Node app, and shares practical configuration tips to ensure consistent, efficient development across environments.

DevOpsDockerDocker Compose
0 likes · 10 min read
Why Front‑End Developers Should Master Docker: A Hands‑On Guide
Continuous Delivery 2.0
Continuous Delivery 2.0
Jul 8, 2024 · Operations

Reformatting 100k+ BUILD Files at Google: The Story of Buildifier

This article recounts how Google engineer Laurent Le Brun and the Bazel team designed, built, and rolled out Buildifier—a code‑formatting tool that automatically reformatted over one hundred thousand BUILD files—detailing the technical challenges, testing strategies, large‑scale deployment, and the resulting improvements in code consistency and developer productivity.

BazelBuildifierDevOps
0 likes · 8 min read
Reformatting 100k+ BUILD Files at Google: The Story of Buildifier
Efficient Ops
Efficient Ops
Jul 7, 2024 · Operations

How Suzhou Bank’s Mobile Banking 5.0 Sets a New Standard for DevOps in Banking

Suzhou Bank’s Mobile Banking 5.0 platform, showcased at the 23rd GOPS Global Operations Conference, demonstrates how a unified micro‑service architecture, advanced security technologies, and a comprehensive DevOps platform can elevate development efficiency, meet international standards, and drive innovative financial services.

Continuous DeliveryDevOpsfinancial technology
0 likes · 4 min read
How Suzhou Bank’s Mobile Banking 5.0 Sets a New Standard for DevOps in Banking
Efficient Ops
Efficient Ops
Jul 3, 2024 · Operations

How Shanghai Stock Exchange Secured Dual DevOps International and Domestic Certification

The article details China's 2024‑2027 Information Standard Construction Action Plan, the launch of synchronized ITU DevOps international and domestic assessments, and how Shanghai Stock Exchange's website and app platform successfully passed both standards, highlighting the significance for national standardization and operational excellence.

ChinaDevOpsInternational Standards
0 likes · 8 min read
How Shanghai Stock Exchange Secured Dual DevOps International and Domestic Certification