Tagged articles

DevOps

3877 articles · Page 29 of 39
Efficient Ops
Efficient Ops
Apr 27, 2020 · Operations

From Manual Chaos to Automated DevOps: How a Fund Company Built Its PaaS Platform

This article recounts the journey of a Chinese fund company's infrastructure team as they transformed low‑efficiency manual operations into a standardized, automated DevOps workflow, detailing the challenges, decisions between self‑development and partnership, and future plans for security, CMDB, and PaaS evolution.

CMDBDevOpsPaaS
0 likes · 26 min read
From Manual Chaos to Automated DevOps: How a Fund Company Built Its PaaS Platform
MaGe Linux Operations
MaGe Linux Operations
Apr 27, 2020 · Operations

Master GitLab CI/CD: From Basics to Automated Deployments

This guide explains GitLab CI/CD fundamentals, including continuous integration, delivery, deployment, .gitlab-ci.yml configuration, runner setup, pipeline stages, Auto DevOps, and Kubernetes deployment, with practical code examples and visual walkthroughs for automating software delivery.

Auto DevOpsDevOpsGitLab CI/CD
0 likes · 12 min read
Master GitLab CI/CD: From Basics to Automated Deployments
Efficient Ops
Efficient Ops
Apr 26, 2020 · Operations

How China’s 2020 DevOps Survey Reveals Key Gaps and Best Practices

The article analyses the 2020 Chinese DevOps survey, highlighting the current maturity of agile management, continuous delivery, technical operations, application design, and security, while sharing practical experiences, tool choices, and common challenges faced by enterprises during DevOps transformation.

AgileContinuous DeliveryDevOps
0 likes · 29 min read
How China’s 2020 DevOps Survey Reveals Key Gaps and Best Practices
DevOps Coach
DevOps Coach
Apr 26, 2020 · Operations

Deploy Elastic Workplace Search with Vagrant: Step‑by‑Step Guide

This guide walks you through installing Elastic Workplace Search and Elastic Enterprise Search on a CentOS 8 VM using Vagrant, configuring data sources such as GitHub and Atlassian products, setting up user groups and weights, and verifying search results, all within a day.

DevOpsElasticsearchVagrant
0 likes · 14 min read
Deploy Elastic Workplace Search with Vagrant: Step‑by‑Step Guide
Top Architect
Top Architect
Apr 26, 2020 · Backend Development

Understanding Microservice Architecture: Concepts, Advantages, Challenges, and Comparison with Monolithic Architecture

This article explains the fundamentals of microservice architecture, contrasts it with traditional three‑layer monolithic designs, outlines its characteristics, benefits, drawbacks, and implementation challenges, and compares it to SOA, providing a comprehensive overview for developers and architects.

DevOpsSOAarchitecture
0 likes · 16 min read
Understanding Microservice Architecture: Concepts, Advantages, Challenges, and Comparison with Monolithic Architecture
21CTO
21CTO
Apr 25, 2020 · Cloud Native

How We Built a Scalable Cloud‑Native WebIDE for End‑to‑End Development

This article details the evolution of an online development platform—from early WebIDE experiments and code‑server integration to a cloud‑native architecture with client, server, and container pool components—highlighting challenges in resource scheduling, high availability, startup speed, and plugin ecosystems, and sharing practical solutions and scenario deployments.

DevOpsKubernetesOnline Development
0 likes · 11 min read
How We Built a Scalable Cloud‑Native WebIDE for End‑to‑End Development
Ctrip Technology
Ctrip Technology
Apr 23, 2020 · Frontend Development

CTrip Flight App Frontend CI/CD and UI Automation Practices

This article details how CTrip's flight app transitioned to React Native and adopted BDD-driven CI/CD, introducing parallel linting, unit testing, automated publishing, a mock data platform, distributed UI automation, and multi‑process frameworks to achieve 95% test coverage, minute‑level execution times, and significantly reduced release costs.

CI/CDDevOpsUI automation
0 likes · 13 min read
CTrip Flight App Frontend CI/CD and UI Automation Practices
Efficient Ops
Efficient Ops
Apr 21, 2020 · Operations

Master Ansible: From Basics to Advanced Automation with Playbooks and Roles

This comprehensive guide introduces Ansible's core concepts, architecture, and key features, then walks through installation, inventory configuration, command usage, module options, playbook creation, handlers, and role-based organization, providing practical examples and code snippets for effective automation across Linux and mixed environments.

AnsibleDevOpsLinux
0 likes · 27 min read
Master Ansible: From Basics to Advanced Automation with Playbooks and Roles
DevOps Cloud Academy
DevOps Cloud Academy
Apr 21, 2020 · Operations

Resolving Common SonarQube Issues: Data Instability, Rule Configuration, and Project Authorization

This article discusses common challenges encountered when using SonarQube at scale—including data instability across branches, rule configuration for new projects, and project permission management—and presents practical solutions such as branch-specific project naming, Jenkins-driven API automation, and recommendations for purchasing commercial editions.

CI/CDDevOpsJenkins
0 likes · 6 min read
Resolving Common SonarQube Issues: Data Instability, Rule Configuration, and Project Authorization
Efficient Ops
Efficient Ops
Apr 20, 2020 · Operations

From Legacy Ops to Cloud‑Native: Key Trends Shaping Modern IT Operations

This article explores the evolving role of IT operations, defining its core value, comparing traditional closed‑source and open‑source architectures, analyzing the shift toward automation, DevOps, cloud‑native and digitalization trends, and outlining essential skills and management practices for today’s ops professionals.

DevOpsIT OperationsSystem Architecture
0 likes · 20 min read
From Legacy Ops to Cloud‑Native: Key Trends Shaping Modern IT Operations
dbaplus Community
dbaplus Community
Apr 20, 2020 · Operations

Preventing Database Disasters: Key Lessons from the Zhengda Hospital Outage

The Zhengda Hospital HIS database outage, caused by unauthorized scripts and poor permission controls, sparked a detailed discussion on how to prevent reckless production testing, enforce proper authorization, design efficient yet secure workflows, improve outsourcing oversight, and build robust emergency and compliance practices.

DevOpsProduction Securitycompliance
0 likes · 12 min read
Preventing Database Disasters: Key Lessons from the Zhengda Hospital Outage
Efficient Ops
Efficient Ops
Apr 17, 2020 · Operations

5 Key Factors for Successful DevOps Implementation in the VUCA Era

This article summarizes a DevOps best‑practice talk, explaining how the VUCA environment and hidden "gray rhino" risks demand five critical success factors—goal alignment, people & culture, process, platform, and technology—and offers practical steps for enterprises to start and mature their DevOps journey.

CultureDevOpsPlatform
0 likes · 27 min read
5 Key Factors for Successful DevOps Implementation in the VUCA Era
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 17, 2020 · Operations

Exploring Database Operations Automation at Tiancheng Financial – Interview with Senior DBA Ge Haoqiang

In this interview, senior DBA Ge Haoqiang from Tiancheng Financial discusses the scale of their database clusters, the efficiency gains from automation, DevOps culture, language choices, and how they adapt to new database features, offering insights into modern database operations automation.

DBADatabase AutomationDevOps
0 likes · 6 min read
Exploring Database Operations Automation at Tiancheng Financial – Interview with Senior DBA Ge Haoqiang
Liangxu Linux
Liangxu Linux
Apr 17, 2020 · Operations

Essential Bash Scripting Tips for Building Reliable Shell Scripts

This guide presents practical Bash scripting techniques—including strict mode, file locking, graceful termination, timeout handling, and pipeline debugging—to help developers write more robust, maintainable, and error‑resilient shell scripts for automation and system tasks.

DevOpsLinuxReliability
0 likes · 7 min read
Essential Bash Scripting Tips for Building Reliable Shell Scripts
DevOps
DevOps
Apr 16, 2020 · R&D Management

The Role of Value‑Stream Architects in Modern Software Development

This article explains how value‑stream architects act as influencers, consultants, optimizers, and architects who visualize, influence, design, and train around software delivery pipelines, enabling organizations to accelerate business value flow and achieve continuous improvement in large‑scale DevOps environments.

DevOpsR&D EfficiencySoftware Architecture
0 likes · 9 min read
The Role of Value‑Stream Architects in Modern Software Development
DevOps Cloud Academy
DevOps Cloud Academy
Apr 15, 2020 · Operations

Common Jenkins Pipeline Debugging Issues and Their Solutions

This article compiles a series of frequent Jenkins pipeline problems—such as Git parameter handling, credential plaintext usage, Sonar scanning, JSON parsing, HTTP request handling, and build termination—and provides practical solutions, code snippets, and tips to help developers avoid pitfalls and streamline their CI/CD workflows.

CI/CDDebuggingDevOps
0 likes · 7 min read
Common Jenkins Pipeline Debugging Issues and Their Solutions
Continuous Delivery 2.0
Continuous Delivery 2.0
Apr 15, 2020 · Operations

Facebook Configuration Management (Six): Configerator and Gatekeeper Performance, Latency Analysis, and Configuration Error Cases

This article examines Facebook's large‑scale configuration management system, detailing Configerator and Gatekeeper performance metrics, latency breakdowns, real‑world configuration error incidents, statistical analysis of failures, and the DevOps practices that keep the system reliable and scalable.

DevOpsGatekeeperconfigerator
0 likes · 13 min read
Facebook Configuration Management (Six): Configerator and Gatekeeper Performance, Latency Analysis, and Configuration Error Cases
DevOps
DevOps
Apr 15, 2020 · Product Management

What Flows Through a Software Value Stream – Defining the Four Types of Flow Work Items

The article explains that to improve software delivery you must first agree on what actually flows through the value stream, evaluates existing metrics, introduces four mutually exclusive flow work‑item categories—including features, security/compliance, and technical debt—and shows how this lean, business‑centric view helps identify bottlenecks and drive productivity.

DevOpsflow metricssoftware value stream
0 likes · 11 min read
What Flows Through a Software Value Stream – Defining the Four Types of Flow Work Items
DevOps Cloud Academy
DevOps Cloud Academy
Apr 14, 2020 · Operations

Common Jenkins Pipeline Debugging Issues and Solutions

This article compiles a series of real-world Jenkins pipeline problems—ranging from Git parameter handling and credential usage to Sonar scanning, JSON parsing, and pipeline control—offering concise solutions and code snippets to help DevOps engineers avoid common pitfalls and streamline their CI/CD workflows.

CI/CDDebuggingDevOps
0 likes · 7 min read
Common Jenkins Pipeline Debugging Issues and Solutions
FunTester
FunTester
Apr 14, 2020 · Operations

Spot Performance Problems Without Writing a Single Line of Code

Experienced developers can often identify performance bottlenecks simply by reviewing code implementations, configuration settings such as timeouts, intervals, database and Redis parameters, as well as service monitoring data, container and JVM configurations, allowing them to avoid unnecessary test scripts and code changes.

ConfigurationDevOpsMonitoring
0 likes · 2 min read
Spot Performance Problems Without Writing a Single Line of Code
DevOps
DevOps
Apr 13, 2020 · Product Management

What Software Can Learn from Physical Product Delivery

The article argues that software development should adopt physical product delivery principles such as lean production, value‑stream organization, and customer‑centric metrics, illustrating the growing complexity of software in products like cars and urging organizations to treat software as a continuous product flow rather than a time‑boxed project.

DevOpsLean ProductionSoftware Delivery
0 likes · 6 min read
What Software Can Learn from Physical Product Delivery
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Apr 13, 2020 · Backend Development

Essential Backend Infrastructure for Scalable Java Applications

This article outlines the critical backend components required for building robust Java services, covering API gateways, MVC/IOC/ORM frameworks, caching, databases, search engines, message queues, file storage, unified authentication, configuration, service governance, scheduling, logging, data pipelines, and monitoring strategies.

DevOpsJavaapi-gateway
0 likes · 23 min read
Essential Backend Infrastructure for Scalable Java Applications
FunTester
FunTester
Apr 10, 2020 · Industry Insights

Why Bugs Slip Into Production: Common QA Pitfalls and How to Fix Them

Even with thorough testing environments, bugs often surface in production due to missing continuous monitoring, rushed last‑minute releases, inadequate compatibility checks, data inconsistencies, outdated QA practices, lack of shared goals, and microservice deployment challenges, highlighting the need for robust, production‑mirroring QA processes.

DevOpsQAcompatibility
0 likes · 8 min read
Why Bugs Slip Into Production: Common QA Pitfalls and How to Fix Them
DevOps
DevOps
Apr 10, 2020 · Operations

Spotify’s Scaled Agile Framework: Organizational Structure and Practices

The article examines Spotify’s scaled agile model, detailing its organizational units—Squads, Tribes, Chapters, and Guilds—along with their characteristics, governance, dependency management, and comparison to other large‑scale agile frameworks such as SAFe, LeSS, and Scrum@Scale.

DevOpsScaled AgileSpotify
0 likes · 18 min read
Spotify’s Scaled Agile Framework: Organizational Structure and Practices
DevOps Cloud Academy
DevOps Cloud Academy
Apr 9, 2020 · Operations

Why DevOps Is Essential for Modern IT Operations

The article explains how traditional IT silos hinder rapid incident response, outlines common symptoms of poorly managed applications, and argues that adopting DevOps—supported by cloud‑native infrastructure, automation, and shared responsibility—delivers higher transparency, employee autonomy, operational quality, and customer satisfaction.

DevOpsIT CultureProduction
0 likes · 7 min read
Why DevOps Is Essential for Modern IT Operations
Youku Technology
Youku Technology
Apr 9, 2020 · Frontend Development

How Alibaba Entertainment Scaled Front‑End Engineering with Hub CLI and Service Platform

This article details Alibaba Entertainment's front‑end engineering challenges and presents a comprehensive solution that consolidates tools, introduces Hub CLI and Hub Service, defines a unified lifecycle, automates releases, enforces quality gates, and enables domain‑specific extensions to achieve scalable, maintainable front‑end development.

DevOpsEngineeringTooling
0 likes · 12 min read
How Alibaba Entertainment Scaled Front‑End Engineering with Hub CLI and Service Platform
Java Architect Essentials
Java Architect Essentials
Apr 9, 2020 · Operations

Installing and Configuring Gogs: A Self‑Hosted Git Service Guide

This guide explains why Gogs is a lightweight alternative to GitLab, outlines its key features, details the required environment, and provides step‑by‑step Linux commands for installing, configuring, and running the self‑hosted Git server, including troubleshooting tips and post‑installation notes.

DevOpsGitGogs
0 likes · 7 min read
Installing and Configuring Gogs: A Self‑Hosted Git Service Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 8, 2020 · Cloud Native

Serverless Is Like Teenage Sex – Unpacking the Hype and Reality

The article explores the current state of Serverless, comparing its hype to teenage sex, examines why many talk about it without practical implementation, outlines its vision of abstracting servers, discusses gaps in programming models and cloud native tooling, and identifies the real needs for stability, security, and cost‑effective resource management.

DevOpsKubernetesServerless
0 likes · 17 min read
Serverless Is Like Teenage Sex – Unpacking the Hype and Reality
Liangxu Linux
Liangxu Linux
Apr 8, 2020 · Fundamentals

Essential Git Commands Every Developer Should Master

This guide compiles the most frequently used Git commands, explaining their purpose, common options, and practical scenarios such as logging, branching, committing, rebasing, merging, stashing, and reverting, to help developers work efficiently with version control in real-world projects.

DevOpsGitRepository
0 likes · 10 min read
Essential Git Commands Every Developer Should Master
Efficient Ops
Efficient Ops
Apr 8, 2020 · R&D Management

Designing Autonomous Teams: Reduce Collaboration Overhead for End‑to‑End Ownership

The article explains how designing autonomous, end‑to‑end responsible teams—by minimizing inter‑team collaboration, adopting full‑process or cross‑functional squads, and leveraging automation tools—leads to better software architecture, aligns with Conway’s law, and improves efficiency in modern DevOps environments.

AgileConway's LawDevOps
0 likes · 6 min read
Designing Autonomous Teams: Reduce Collaboration Overhead for End‑to‑End Ownership
Wukong Talks Architecture
Wukong Talks Architecture
Apr 8, 2020 · Cloud Native

Step-by-Step Guide to Installing Docker on Ubuntu

This article provides a complete, step‑by‑step tutorial for uninstalling old Docker versions, configuring the APT repository, installing Docker Engine on Ubuntu, verifying the installation, enabling automatic start on boot, and setting up image acceleration.

DevOpsUbuntucontainer
0 likes · 3 min read
Step-by-Step Guide to Installing Docker on Ubuntu
Java Architect Essentials
Java Architect Essentials
Apr 8, 2020 · Cloud Native

Rainbond (CloudHelp) Installation and Optimization Guide

This article provides a comprehensive step‑by‑step guide for installing, configuring, and performance‑tuning the Rainbond (formerly CloudHelp) Kubernetes‑based platform, covering prerequisites, FAQ, installation commands, node addition, kernel and system parameter adjustments, and post‑installation verification.

DevOpsInstallationKubernetes
0 likes · 11 min read
Rainbond (CloudHelp) Installation and Optimization Guide
DevOps
DevOps
Apr 8, 2020 · Operations

Bilibili DevOps Case Study: Culture, Community, User‑Driven Demand Management, High‑Performance Microservices, and Data Operations

This article presents a comprehensive DevOps case study of Bilibili, covering its cultural background, community ecosystem, user‑centric demand management, migration to high‑performance microservices, and the implementation of logging, monitoring, and real‑time data platforms to support rapid, reliable delivery.

BilibiliDevOpsMonitoring
0 likes · 17 min read
Bilibili DevOps Case Study: Culture, Community, User‑Driven Demand Management, High‑Performance Microservices, and Data Operations
DevOps Cloud Academy
DevOps Cloud Academy
Apr 5, 2020 · Operations

Using the File Operations Plugin in Jenkins Pipelines

This article demonstrates how to install the Jenkins File Operations plugin, generate its DSL configuration, run a pipeline that creates a file, lists directory contents, and includes a sample pipeline script with logs and screenshots illustrating each step.

CI/CDDevOpsFile Operations
0 likes · 1 min read
Using the File Operations Plugin in Jenkins Pipelines
DevOps Cloud Academy
DevOps Cloud Academy
Apr 5, 2020 · Operations

2020 DevOps Roadmap and Essential Reading for Aspiring DevOps Engineers

This article outlines why DevOps is a hot career path, answers common questions about tools and practices, presents a 2020 DevOps roadmap, recommends key books such as The Phoenix Project and Continuous Delivery, and suggests free and paid courses—including Jenkins pipelines and CI/CD—to help beginners become competent DevOps engineers.

BooksCI/CDDevOps
0 likes · 3 min read
2020 DevOps Roadmap and Essential Reading for Aspiring DevOps Engineers
FunTester
FunTester
Apr 4, 2020 · Operations

How QAOps Transforms Software Quality with DevOps Practices

QAOps integrates continuous testing from DevOps into the software development lifecycle, combining automated testing, parallel execution, and scalable reporting to improve collaboration between QA engineers, developers, and operations teams while accelerating and stabilizing software releases.

DevOpsQAOpsautomated testing
0 likes · 14 min read
How QAOps Transforms Software Quality with DevOps Practices
DevOps
DevOps
Apr 3, 2020 · Cloud Native

Implementing a TFS + Jenkins CI/CD Solution on a PaaS Platform with OpenShift

This article describes how to build a CI/CD pipeline using TFS for source control and Jenkins for automation on a Red Hat OpenShift‑based PaaS, covering code management, automated builds, testing, container image creation, deployment, and the necessary Jenkins and TFS configurations.

CI/CDDevOpsJenkins
0 likes · 10 min read
Implementing a TFS + Jenkins CI/CD Solution on a PaaS Platform with OpenShift
Manbang Technology Team
Manbang Technology Team
Apr 2, 2020 · Operations

Operational Security and Automation: The “Nuclear Button” Strategy

The article examines the critical challenges of operational security in internet companies, proposes a “nuclear button” permission‑minimization framework, and outlines practical automation solutions such as bastion hosts, Ansible task control, and backup management to balance safety, cost, and efficiency.

AnsibleDevOpsPermission
0 likes · 9 min read
Operational Security and Automation: The “Nuclear Button” Strategy
DevOps
DevOps
Apr 2, 2020 · Operations

2019 Acceleration: Insights into High‑Performance DevOps Organizations from the State of DevOps Report

The article reviews the State of DevOps Report series (2014‑2019), highlighting rising industry performance, the critical role of fast and secure software delivery, community building, cloud adoption, work‑life balance, and the shift toward automation and personal effectiveness as key drivers of high‑performing DevOps organizations.

DevOpsPerformanceState of DevOps Report
0 likes · 18 min read
2019 Acceleration: Insights into High‑Performance DevOps Organizations from the State of DevOps Report
Tencent Cloud Developer
Tencent Cloud Developer
Apr 1, 2020 · Cloud Computing

Serverless Cloud Development for Mini Programs: Overview and Opportunities

Wang Lihua’s talk introduces Tencent Cloud Base’s serverless cloud development platform for Mini Programs—an integrated, one‑cloud‑multiple‑clients solution that eliminates backend setup, offers elastic resources, rich SDKs, and pre‑packaged services—enabling rapid, low‑cost app creation, real‑time scaling, and new developer roles across web, mobile, and cloud.

BaaSDevOpsServerless
0 likes · 15 min read
Serverless Cloud Development for Mini Programs: Overview and Opportunities
DevOps Cloud Academy
DevOps Cloud Academy
Mar 31, 2020 · Operations

Customizing Jenkins UI with Custom CSS and Themes

This guide explains how to refresh the Jenkins interface by installing the Simple Theme plugin, applying an online material CSS stylesheet or a local custom CSS file, and configuring the theme settings to achieve improved fonts, syntax highlighting, and console output appearance.

CI/CDCSSDevOps
0 likes · 2 min read
Customizing Jenkins UI with Custom CSS and Themes
Tencent Cloud Developer
Tencent Cloud Developer
Mar 31, 2020 · Industry Insights

How the Pandemic Is Reshaping R&D Management and Tech Entrepreneurship

The pandemic has forced a fundamental shift in R&D management toward resource‑centric, DevOps‑enabled practices while prompting tech leaders to rethink career paths, business models, and growth strategies, highlighting both the challenges and opportunities for technology entrepreneurship in the new era.

DevOpsLeadershipPandemic Impact
0 likes · 14 min read
How the Pandemic Is Reshaping R&D Management and Tech Entrepreneurship
DevOps
DevOps
Mar 31, 2020 · Cloud Native

Applying Hospital Construction Practices to Cloud‑Native and DevOps: Lessons from the Huoshenshan and Leishenshan Hospitals

This article analyzes how the rapid, modular construction methods used for the Huoshenshan and Leishenshan hospitals can be mapped to software development, illustrating parallels in requirement decomposition, architecture selection, containerization, and cloud‑native microservice design for efficient DevOps delivery.

Construction AnalogyDevOpscloud-native
0 likes · 6 min read
Applying Hospital Construction Practices to Cloud‑Native and DevOps: Lessons from the Huoshenshan and Leishenshan Hospitals
DevOps
DevOps
Mar 30, 2020 · Operations

Efficient Value Stream in the Construction of Huoshenshan and Leishenshan Hospitals: A DevOps Case Study

This article presents a detailed DevOps case study of the Huoshenshan and Leishenshan hospital construction, outlining a ten‑day timeline of parallel and serial value‑streams, highlighting extreme efficiency, short lead times, and a high proportion of value‑added activities across infrastructure, power, communications, medical systems, and IT equipment.

DevOpsHospital Constructioncase study
0 likes · 6 min read
Efficient Value Stream in the Construction of Huoshenshan and Leishenshan Hospitals: A DevOps Case Study
DevOps Engineer
DevOps Engineer
Mar 29, 2020 · Operations

Top 14 CI/CD Tools and Their Key Features

This article presents a comprehensive overview of the 14 most popular CI/CD tools, describing their main functionalities, licensing models, and official websites to help teams choose the most suitable solution for fast and reliable software delivery.

CI/CDContinuous DeliveryDevOps
0 likes · 20 min read
Top 14 CI/CD Tools and Their Key Features
Zhengtong Technical Team
Zhengtong Technical Team
Mar 27, 2020 · Cloud Computing

Case Study: Seamless Migration of Alibaba Cloud Services and Kubernetes Cluster to a New Account and Region

This article details a comprehensive, day‑long migration of a WeChat mini‑program's backend—including Kubernetes, RDS, Redis, NAS, CDN and SNAT services—from an Alibaba Cloud A account in Hangzhou to a B account in Beijing, emphasizing pre‑planning, resource optimization, DTS‑based data sync, and zero‑downtime cut‑over.

Alibaba CloudCloud ComputingDTS
0 likes · 13 min read
Case Study: Seamless Migration of Alibaba Cloud Services and Kubernetes Cluster to a New Account and Region
Alibaba Cloud Native
Alibaba Cloud Native
Mar 25, 2020 · Cloud Native

How OAM Simplifies Kubernetes API Complexity for Cloud‑Native DevOps

This article explains how the Open Application Model (OAM) addresses the inherent complexity of the Kubernetes API by introducing an application‑centric resource model, separating developer and operator concerns, and providing a portable application abstraction that enables more efficient cloud‑native DevOps workflows.

Application ModelDevOpsKubernetes
0 likes · 9 min read
How OAM Simplifies Kubernetes API Complexity for Cloud‑Native DevOps
Cloud Native Technology Community
Cloud Native Technology Community
Mar 25, 2020 · Industry Insights

How a Top Real Estate Firm Used Cloud‑Native Middle Platforms to Accelerate Digital Transformation

The case study details how a major state‑owned real estate company, with nearly 40 years of experience, built a three‑stage cloud‑native middle‑platform strategy—business, data, and technology platforms—using microservices, containers, and Tencent Cloud TSF to achieve integrated operations, data‑driven decision making, and agile infrastructure across its nationwide projects.

DevOpscloud-nativedata platform
0 likes · 9 min read
How a Top Real Estate Firm Used Cloud‑Native Middle Platforms to Accelerate Digital Transformation
DevOps
DevOps
Mar 25, 2020 · Operations

DevOps Case Study: ‘Small Team, Big Backend’ Organizational Structure in the Rapid Construction of Huoshenshan and Leishenshan Hospitals

This article reviews the rapid ten‑day construction of Huoshenshan and Leishenshan hospitals from a DevOps perspective, highlighting how a ‘small team, big backend’ organizational model—mirroring agile and networked structures—enabled efficient coordination across multiple industries and swift project delivery.

DevOpscase studyconstruction
0 likes · 6 min read
DevOps Case Study: ‘Small Team, Big Backend’ Organizational Structure in the Rapid Construction of Huoshenshan and Leishenshan Hospitals
Tencent Cloud Developer
Tencent Cloud Developer
Mar 23, 2020 · Cloud Computing

Understanding Serverless: Concepts, Architecture, and Practical Deployment

The article explains serverless computing—distinguishing it from pure FaaS, outlining its layered architecture, core principles of the Serverless Framework, and step‑by‑step deployment using the CLI—showing how developers can quickly turn ideas into scalable products while abstracting infrastructure management.

BaaSCloud ComputingDevOps
0 likes · 24 min read
Understanding Serverless: Concepts, Architecture, and Practical Deployment
DevOps
DevOps
Mar 23, 2020 · Cloud Native

Quick Ways to Obtain a Kubernetes Cluster and an Effective Learning Path

This article explains why Kubernetes has become the de‑facto standard, outlines simple methods to get a usable cluster such as Katacoda, Minikube or cloud services, and proposes a focused learning path that starts with core concepts and real‑world deployment scenarios for developers.

AzureDevOpsKatacoda
0 likes · 8 min read
Quick Ways to Obtain a Kubernetes Cluster and an Effective Learning Path
Efficient Ops
Efficient Ops
Mar 20, 2020 · Operations

How Zhejiang Mobile Revamped IT Operations with AIOpsDev and SRE

Zhejiang Mobile’s IT Operations team announced a strategic shift from reactive ticket‑driven maintenance to a proactive, AI‑powered AIOpsDev model, establishing new departments, adopting SRE practices, and leveraging cloud‑native technologies to dramatically improve efficiency, reliability, and digital transformation.

AIOpsDevOpsITIL
0 likes · 7 min read
How Zhejiang Mobile Revamped IT Operations with AIOpsDev and SRE
Programmer DD
Programmer DD
Mar 20, 2020 · Fundamentals

Mastering YAML Multi‑Line Strings: Preserve Paragraphs or Flatten Text

This guide explains how to write multi‑line text in YAML configuration files, covering techniques to keep paragraph breaks when displaying the value and methods to collapse line breaks for a single‑line output, complete with code examples and practical differences.

DevOpsMultiline StringsString Formatting
0 likes · 5 min read
Mastering YAML Multi‑Line Strings: Preserve Paragraphs or Flatten Text
DevOps Cloud Academy
DevOps Cloud Academy
Mar 19, 2020 · Operations

Implementing Jenkins as Code with Docker and Configuration‑as‑Code

This article describes how to create an immutable Jenkins instance by storing all configuration and job definitions as declarative code, building a Docker image with required plugins, using the Configuration‑as‑Code and Job‑DSL plugins, and automating setup tasks such as default user creation and wizard skipping across multiple environments.

CI/CDConfiguration as CodeDevOps
0 likes · 9 min read
Implementing Jenkins as Code with Docker and Configuration‑as‑Code
Tencent Cloud Developer
Tencent Cloud Developer
Mar 18, 2020 · Cloud Native

Cloud Native Technology Insights from Tencent Cloud TVP Technical Closed-Door Meeting

At Tencent Cloud’s closed‑door TVP meeting, experts traced cloud‑native’s evolution from monolithic to PB‑scale distributed platforms, highlighted its ecosystem of infrastructure, service‑mesh and Kubernetes‑driven scheduling, noted widespread Fortune‑100 and Tencent adoption, and stressed that successful implementation hinges more on organizational and developer mindset shifts than on technology maturity.

Container TechnologyDevOpsKubernetes
0 likes · 15 min read
Cloud Native Technology Insights from Tencent Cloud TVP Technical Closed-Door Meeting
DevOps
DevOps
Mar 16, 2020 · Operations

JD.com DevOps Case Study: Agile Transformation, Continuous Delivery, and Organizational Practices

This case study examines JD.com’s evolution into a technology‑driven enterprise, detailing its corporate culture, the “ABCDE” technology strategy, the implementation of DevOps and agile practices through the CALMS framework, and how unified continuous‑delivery platforms and operational metrics have driven growth, efficiency, and pandemic response.

Big DataContinuous DeliveryDevOps
0 likes · 16 min read
JD.com DevOps Case Study: Agile Transformation, Continuous Delivery, and Organizational Practices
DevOps Cloud Academy
DevOps Cloud Academy
Mar 12, 2020 · Operations

Understanding CI/CD Pipelines: Functions, Challenges, and Benefits

This article explains the core concepts of continuous integration, delivery, deployment, and testing, outlines common challenges such as limited environments and ownership issues, and highlights why CI/CD is vital for improving developer productivity, code quality, and faster software releases.

CI/CDContinuous DeliveryDevOps
0 likes · 11 min read
Understanding CI/CD Pipelines: Functions, Challenges, and Benefits
政采云技术
政采云技术
Mar 12, 2020 · Frontend Development

Front‑end Technical Infrastructure (Base Construction) – Insights from the 2020 Front‑end Early Talk Conference

This article presents a comprehensive overview of front‑end technical base construction, covering its definition, importance, typical components such as standards, tooling, CI/CD, data tracking and performance automation, and shares practical experiences and best‑practice examples from the 2020 Front‑end Early Talk conference.

CI/CDDevOpsTooling
0 likes · 21 min read
Front‑end Technical Infrastructure (Base Construction) – Insights from the 2020 Front‑end Early Talk Conference
Efficient Ops
Efficient Ops
Mar 11, 2020 · Operations

How to Elevate Your Monitoring System: Proven Practices from Top DevOps Models

This article explains why modern services depend on highly available, scalable monitoring, outlines a systematic way to assess and improve monitoring capabilities using open‑source tools and the DevOps Capability Maturity Model, and details concrete improvement points across data collection, management, and application.

DevOpsObservabilityoperations
0 likes · 9 min read
How to Elevate Your Monitoring System: Proven Practices from Top DevOps Models
Cloud Native Technology Community
Cloud Native Technology Community
Mar 11, 2020 · Industry Insights

How CNPC’s “Dream Cloud” Platform Accelerates Energy Industry Digital Transformation

The article examines the energy sector’s digitalization challenges and presents CNPC’s “Dream Cloud” platform—detailing its cloud‑native architecture, container‑based PaaS, DevOps workflow, and service‑oriented framework—and shows how these technologies enable unified data sharing, agile application delivery, and measurable operational improvements across upstream oil and gas operations.

CNPCDevOpsEnergy Industry
0 likes · 7 min read
How CNPC’s “Dream Cloud” Platform Accelerates Energy Industry Digital Transformation
DevOps Cloud Academy
DevOps Cloud Academy
Mar 11, 2020 · Operations

How to Build an Efficient CI/CD Pipeline for Enterprise Applications

This article explains the fundamental principles, practical steps, and toolchain choices for designing a reliable CI/CD pipeline that accelerates software delivery while maintaining quality, covering integration, automation, DevOps culture, containerization, continuous testing, and controlled deployment.

CI/CDDevOpsJenkins
0 likes · 9 min read
How to Build an Efficient CI/CD Pipeline for Enterprise Applications
Qunar Tech Salon
Qunar Tech Salon
Mar 11, 2020 · Operations

Continuous Delivery Practices and Evolution at Meituan Delivery

The article reviews Meituan Delivery’s journey from early serial releases to bi‑weekly and weekly delivery models, detailing the key factors, automation tools, CI/CD pipelines, and operational principles that enable faster, high‑quality mobile app releases.

CI/CDDevOpsMeituan
0 likes · 30 min read
Continuous Delivery Practices and Evolution at Meituan Delivery
Efficient Ops
Efficient Ops
Mar 10, 2020 · Operations

How to Build Anti‑Fragile Operations in the Cloud Era

This article explains the anti‑fragility concept, illustrates how cloud‑based systems become increasingly vulnerable to unexpected events, and offers practical strategies—including risk reduction, choice diversification, proactive experimentation, and biologically inspired resilience—to transform operations and turn shocks into opportunities.

Anti-FragilityCloud ComputingDevOps
0 likes · 19 min read
How to Build Anti‑Fragile Operations in the Cloud Era
Efficient Ops
Efficient Ops
Mar 9, 2020 · Operations

Unlocking Enterprise Transformation with the New DevOps Capability Maturity Model

China’s first global DevOps Capability Maturity Model, jointly created by leading industry and academic partners, defines best‑practice assessments across agile development, continuous delivery, technical operations, security, and tooling, offering enterprises a concrete roadmap to mature their DevOps processes and achieve faster, reliable software delivery.

Capability Maturity ModelContinuous DeliveryDevOps
0 likes · 7 min read
Unlocking Enterprise Transformation with the New DevOps Capability Maturity Model
AntTech
AntTech
Mar 9, 2020 · R&D Management

Ant Financial’s Financial‑Grade R&D Efficiency Practice Analysis

This article presents a comprehensive analysis of Ant Financial’s financial‑grade R&D efficiency practices, covering industry challenges, the SOFAStack‑LinkE platform, agile and DevOps methodologies, continuous integration, testing, deployment, release strategies, cloud‑native transformation, and consulting solutions for improving development productivity and reliability.

AgileContinuous DeliveryDevOps
0 likes · 20 min read
Ant Financial’s Financial‑Grade R&D Efficiency Practice Analysis
Big Data Technology Architecture
Big Data Technology Architecture
Mar 7, 2020 · Operations

How to Perform a Graceful Shutdown of an Elasticsearch Node

This article outlines a step‑by‑step procedure for safely taking an Elasticsearch node offline—checking master‑eligible settings, adjusting minimum_master_nodes, excluding the node from routing, waiting for shard relocation, stopping the service, and restoring the cluster routing—ensuring no data loss or service interruption.

Cluster ManagementDevOpsElasticsearch
0 likes · 6 min read
How to Perform a Graceful Shutdown of an Elasticsearch Node
Tencent Cloud Developer
Tencent Cloud Developer
Mar 6, 2020 · Cloud Computing

Free Online Course on Automated Maintenance by Tencent Cloud University

During the pandemic, Tencent Cloud University launched a free online course on automated maintenance, teaching automation concepts, tools, and the BlueKing platform, while instructor Li Xiaohui—an expert in OpenStack, Docker, Kubernetes, and Ceph—shared his infrastructure experience and offered participants chances to earn free A‑level certification exam slots through live Q&A sessions.

Automated MaintenanceCloud ComputingDevOps
0 likes · 2 min read
Free Online Course on Automated Maintenance by Tencent Cloud University
Java Backend Technology
Java Backend Technology
Mar 5, 2020 · Operations

How a Massive Delete-Database Crisis at Weimeng Reveals Key Ops Lessons

On Feb 23, Weimeng suffered a large‑scale system outage caused by a core operations staff mistakenly deleting production databases, prompting a multi‑day recovery effort with Tencent Cloud support; the article examines the incident’s background, historical parallels, crisis response, and broader operational insights for DevOps and reliability engineering.

Database RecoveryDevOpscrisis management
0 likes · 16 min read
How a Massive Delete-Database Crisis at Weimeng Reveals Key Ops Lessons
DevOps Cloud Academy
DevOps Cloud Academy
Mar 1, 2020 · Operations

Setting Up Jenkins with Docker: A Step‑by‑Step Guide

This article explains what Jenkins and pipelines are, then guides you through installing Docker, running a Jenkins container, retrieving the initial admin password, and completing the Jenkins setup via the web interface, including plugin installation and user creation.

CI/CDDevOpsDocker
0 likes · 2 min read
Setting Up Jenkins with Docker: A Step‑by‑Step Guide
Tencent Cloud Developer
Tencent Cloud Developer
Feb 29, 2020 · R&D Management

Software Testing Innovation in the UVCA Era: A Deep Dive with TVP Expert

During the pandemic, Tencent Cloud University partnered with its TVP team to launch a free live course series led by senior DELL EMC architect Ru Bingsheng, teaching disruptive, agile software‑testing innovations for the UVCA era, while offering interactive Q&A, prizes, and TVP certification information.

DevOpsR&D engineering efficiencyTVP expert
0 likes · 3 min read
Software Testing Innovation in the UVCA Era: A Deep Dive with TVP Expert