Tagged articles

DevOps

3877 articles · Page 36 of 39
High Availability Architecture
High Availability Architecture
Oct 13, 2017 · Cloud Native

Spock: Qiniu's Continuous Delivery Platform – Architecture, Business Flow, and Best Practices

The article presents Qiniu's Spock continuous delivery platform, detailing its business and technical architecture, pipeline stages from self‑test to release, automation practices, microservice challenges, quality gates, and operational metrics that enable fast, reliable cloud‑native software delivery.

CI/CDContinuous DeliveryDevOps
0 likes · 18 min read
Spock: Qiniu's Continuous Delivery Platform – Architecture, Business Flow, and Best Practices
DevOps
DevOps
Oct 12, 2017 · Cloud Computing

Lessons Learned from the Visual Studio Online Launch: Scaling, DevOps, and Feature‑Flag Practices

The article recounts Visual Studio Online’s 2013 launch outage, explains how Microsoft adopted multi‑region scaling, canary releases, continuous integration, and feature‑flag patterns to transition from Agile to DevOps, and shows how these practices dramatically improved service stability and accelerated product delivery.

Canary ReleaseCloud ScalingDevOps
0 likes · 11 min read
Lessons Learned from the Visual Studio Online Launch: Scaling, DevOps, and Feature‑Flag Practices
ITPUB
ITPUB
Oct 5, 2017 · Operations

Essential Command-Line Tools Every DevOps Engineer Should Know

This article presents a curated collection of fast, interactive, and productivity‑boosting command‑line utilities—including ag, tig, mycli, jq, shellcheck, yapf, mosh, fzf, PathPicker, htop, axel, cloc, ccache, tmux, and many more—along with brief usage examples and screenshots to help engineers streamline development, debugging, and system monitoring tasks.

DevOpsLinuxProductivity
0 likes · 10 min read
Essential Command-Line Tools Every DevOps Engineer Should Know
Meitu Technology
Meitu Technology
Sep 28, 2017 · Operations

Inside Meipai’s 3‑D Monitoring System: Scaling 150M Users with Unified Observability

This article examines how Meipai, a popular live‑streaming and short‑video platform with over 150 million monthly active users, engineered a comprehensive, three‑dimensional monitoring architecture that spans client to server, integrates unified dashboards, and leverages both private and public cloud resources to ensure reliable, scalable operations.

DevOpsMeipaiMonitoring
0 likes · 3 min read
Inside Meipai’s 3‑D Monitoring System: Scaling 150M Users with Unified Observability
Efficient Ops
Efficient Ops
Sep 27, 2017 · Operations

From Ops to SRE: What Google’s Site Reliability Model Means for Your Team

The article reflects on the shift from traditional operations to Site Reliability Engineering (SRE), comparing Google’s SRE practices with those of a Chinese cloud provider, and explores infrastructure, tooling, team structure, and cultural challenges while drawing practical lessons for engineers.

DevOpsGoogleSRE
0 likes · 19 min read
From Ops to SRE: What Google’s Site Reliability Model Means for Your Team
DevOps
DevOps
Sep 24, 2017 · Operations

DevOps as a Lean, Artifact‑Centric Process: Principles, Value‑Stream Mapping, and Measurement

The article explains how DevOps applies lean principles to integrate IT operations and software development, describes artifact‑centric workflows, introduces value‑stream mapping and flow measurements, and shows how these practices enable continuous delivery, feedback loops, and systematic improvement across the enterprise.

Continuous DeliveryDevOpsProcess Measurement
0 likes · 19 min read
DevOps as a Lean, Artifact‑Centric Process: Principles, Value‑Stream Mapping, and Measurement
Continuous Delivery 2.0
Continuous Delivery 2.0
Sep 24, 2017 · Operations

Differences and Relationships among Continuous Integration, Continuous Deployment, and Continuous Delivery

Continuous Integration, Continuous Deployment, and Continuous Delivery are distinct yet related software delivery practices; the article explains their definitions, the meaning of “continuous”, differences in nature and scope, and real‑world examples from companies like IMVU and Facebook, highlighting technical operations versus business value aspects.

CI/CDDevOps
0 likes · 9 min read
Differences and Relationships among Continuous Integration, Continuous Deployment, and Continuous Delivery
Didi Tech
Didi Tech
Sep 22, 2017 · Operations

Didi’s “Jianmu” Build System: Architecture, Advantages, and Future Enhancements

Didi’s self‑developed “Jianmu” build system replaces Jenkins with a master‑slave architecture that colocates build scripts with source code, offering stable, high‑performance, permission‑controlled builds across multiple OSes via lightweight scheduling, workspace reuse, two‑level caching, Docker image management, and an “Env As Code” approach, while roadmap plans auto‑upgrades, elastic scaling, and further 30% efficiency gains.

Build SystemCI/CDContainerized Build
0 likes · 9 min read
Didi’s “Jianmu” Build System: Architecture, Advantages, and Future Enhancements
DevOps
DevOps
Sep 21, 2017 · Cloud Native

Microservices in Practice – Part 2: Harnessing Linux Containers for Faster, Smaller Deployments

This article explains how Linux containers, especially Docker, complement microservices by providing lightweight, portable, and easily managed runtime environments, and discusses key concepts such as logging and monitoring, zero‑downtime continuous delivery, and dynamic service registries for scalable cloud‑native applications.

DevOpsDockercloud-native
0 likes · 16 min read
Microservices in Practice – Part 2: Harnessing Linux Containers for Faster, Smaller Deployments
DevOps
DevOps
Sep 19, 2017 · Operations

Two Key Practices for Implementing DevOps: Granularity and Decoupling

This article records Xu Lei's online DevOps talk, outlining his ten‑year journey, emphasizing the importance of managing granularity and engineering decoupling, and providing practical strategies, agile insights, continuous delivery frameworks, Docker benefits, and a Q&A to help teams improve software delivery efficiency.

Continuous DeliveryDevOpsDocker
0 likes · 36 min read
Two Key Practices for Implementing DevOps: Granularity and Decoupling
Efficient Ops
Efficient Ops
Sep 14, 2017 · Operations

How to Slash Data Center Energy Costs: 36 Green Ops Strategies and Real-World Cases

This article examines why electricity dominates data‑center operating costs, outlines practical green‑IT measures—including enclosure design, airflow management, lighting, and renewable power—and presents three detailed case studies that illustrate how modular design, cold‑aisle containment, and innovative cooling can dramatically reduce PUE and overall energy consumption.

Data CenterDevOpscase study
0 likes · 14 min read
How to Slash Data Center Energy Costs: 36 Green Ops Strategies and Real-World Cases
Efficient Ops
Efficient Ops
Sep 12, 2017 · Operations

Building a Simple, Smart, Deep Ops Team: Tencent’s Cloud Operations Insights

This article shares Tencent’s practical journey of simplifying, smartening, and deepening operations through the Cloud Operations Console, covering R&D structures, management modes, standardization, AI‑driven monitoring, and real‑world case studies that illustrate how modern DevOps can evolve in the era of AI and large‑scale services.

Artificial IntelligenceDevOps
0 likes · 18 min read
Building a Simple, Smart, Deep Ops Team: Tencent’s Cloud Operations Insights
DevOps
DevOps
Sep 7, 2017 · Cloud Computing

Understanding Cloud Computing, ALM, and DevOps Best Practices

The article explains how cloud computing supports Application Lifecycle Management, outlines the benefits and risks of various cloud service models, and describes DevOps practices such as Infrastructure as Code, automated provisioning, continuous integration, and knowledge sharing that help mitigate cloud‑related challenges.

ALMCloud ComputingDevOps
0 likes · 13 min read
Understanding Cloud Computing, ALM, and DevOps Best Practices
DevOps
DevOps
Sep 5, 2017 · Operations

Integrating Performance Testing into Continuous Integration Pipelines

This article explains why performance testing is often delayed in CI/CD pipelines, outlines the prerequisites and environment tiers needed for automated performance testing, and describes how tools like XMeter can enable standardized, continuous performance validation within DevOps workflows.

DevOpsTesting EnvironmentXMeter
0 likes · 11 min read
Integrating Performance Testing into Continuous Integration Pipelines
Continuous Delivery 2.0
Continuous Delivery 2.0
Sep 4, 2017 · Operations

Key Insights from 2017 DevOpsDays Shanghai: DevOps Predictions, Continuous Delivery Cases, and Contract‑Driven Service Teams

The talk reviews the 2011 DevOps prediction, two‑stage continuous delivery case studies, the relationship between Agile, DevOps and continuous delivery, the evolution of application deployment, challenges across infrastructure, architecture and organization, and proposes a contract‑driven, service‑oriented future for microservice teams.

DevOpsService Contracts
0 likes · 13 min read
Key Insights from 2017 DevOpsDays Shanghai: DevOps Predictions, Continuous Delivery Cases, and Contract‑Driven Service Teams
DevOps
DevOps
Sep 3, 2017 · Operations

Challenges and Implementation Strategies for DevOps in Large Financial Enterprises

The article examines how large financial institutions face technical, procedural, and risk‑control challenges when adopting DevOps, and proposes a three‑stage implementation roadmap—including automation of delivery pipelines, optimization of development models, and continuous‑delivery process refinement—to achieve reliable, rapid software releases.

Continuous DeliveryDevOpsFinancial Services
0 likes · 19 min read
Challenges and Implementation Strategies for DevOps in Large Financial Enterprises
MaGe Linux Operations
MaGe Linux Operations
Sep 2, 2017 · Operations

From Traditional Ops to DevOps: The One Step You’re Missing

This talk walks through the transition from classic application operations to a DevOps culture, highlighting common pain points, the need for standardization and automation, and practical steps for engineers to evolve their skills and boost organizational efficiency.

DevOpsIT CultureLinux
0 likes · 14 min read
From Traditional Ops to DevOps: The One Step You’re Missing
MaGe Linux Operations
MaGe Linux Operations
Aug 30, 2017 · Operations

How Traditional Banks Are Overcoming IT Ops Challenges in the Digital Age

The article examines how traditional banks are reshaping their IT architecture and operations to meet soaring online transaction volumes, tighter regulatory demands, and the need for seamless DevOps and SRE practices, highlighting automation, self‑developed tools, and future data‑driven priorities.

BankingDevOpsIT Operations
0 likes · 7 min read
How Traditional Banks Are Overcoming IT Ops Challenges in the Digital Age
Efficient Ops
Efficient Ops
Aug 30, 2017 · Operations

8 Common Misconceptions About Operations and How to Overcome Them

This article debunks eight widespread myths about IT operations and DevOps, explaining why treating operations as a narrow, cost‑center role limits value, and showing how a broader, collaborative, value‑driven approach can boost system reliability, efficiency, and business impact.

DevOpsmisconceptions
0 likes · 10 min read
8 Common Misconceptions About Operations and How to Overcome Them
Efficient Ops
Efficient Ops
Aug 29, 2017 · Operations

From ITIL to SRE: How Vipshop Transformed Its Operations

This article recounts Vipshop’s journey from a traditional ITIL‑based operations model to an SRE‑inspired, automated workflow, detailing the construction of ITIL processes, the challenges faced, the shift toward automation, and personal insights on managing people, quality, and change.

DevOpsITILSRE
0 likes · 20 min read
From ITIL to SRE: How Vipshop Transformed Its Operations
DevOpsClub
DevOpsClub
Aug 29, 2017 · Operations

Mastering DevOps: The Tao, Fa, Shu, Qi Framework for Efficient Delivery

This article introduces the DevOps “Tao, Fa, Shu, Qi” framework, explaining its four layers—purpose, strategy, tactics, and tools—while discussing VUCA challenges, agile principles, automation, measurement, culture, and practical implementation guidance for building high‑speed, reliable software delivery pipelines.

DevOpsInfrastructure as Codeautomation
0 likes · 16 min read
Mastering DevOps: The Tao, Fa, Shu, Qi Framework for Efficient Delivery
Efficient Ops
Efficient Ops
Aug 28, 2017 · Operations

Can Ops Teams Become Agile? A Practical Kanban Journey

This article explores how operations teams can adopt agile principles—especially Kanban—to address common challenges such as delayed feedback, task overload, and hidden risks, demonstrating a step‑by‑step transformation within the DevOps lifecycle.

AgileDevOpsKanban
0 likes · 28 min read
Can Ops Teams Become Agile? A Practical Kanban Journey
MaGe Linux Operations
MaGe Linux Operations
Aug 25, 2017 · Operations

What Do Ops Professionals Earn? Insights from the First Ops Salary Survey

This report analyzes the roles, salaries, demographics, skills, tools, and workplace perceptions of over 650 operations professionals worldwide, revealing median earnings of $100,000, regional variations, the impact of experience, education, company size, and the evolving nature of Ops work in the cloud era.

DevOpscareer-developmentsalary survey
0 likes · 23 min read
What Do Ops Professionals Earn? Insights from the First Ops Salary Survey
Efficient Ops
Efficient Ops
Aug 23, 2017 · Operations

Inside Tencent’s DevOps Pipeline: How Continuous Delivery Powers Scalable Operations

Tencent builds a complete DevOps pipeline using four platforms—TAPD, TGit, CIS, and ZhiYun—explaining the eight principles of continuous delivery, the four stages of operability, a three‑layer architecture, and showcasing ZhiYun’s configuration, automation, and self‑healing practices to deliver a systematic operations solution for enterprises.

DevOpsconfiguration managementscalable architecture
0 likes · 11 min read
Inside Tencent’s DevOps Pipeline: How Continuous Delivery Powers Scalable Operations
DevOps Engineer
DevOps Engineer
Aug 23, 2017 · R&D Management

From QA to Engineering Productivity: Reflections on Building an EP Team

The article shares a senior engineer’s experience transitioning a traditional QA group into an Engineering Productivity (EP) team, discussing organizational challenges, core values, role definitions, team structure, and practical strategies for improving software development efficiency in fast‑changing internet companies.

DevOpsProductivityQA
0 likes · 21 min read
From QA to Engineering Productivity: Reflections on Building an EP Team
DevOps
DevOps
Aug 22, 2017 · Operations

How ChatOps Boosts Collaboration, Documentation, and Mobility for Modern Teams

The article explains how integrating chatbots into communication platforms like Slack transforms routine operations into transparent, collaborative, and mobile-friendly workflows, enabling continuous pair‑programming, on‑the‑fly documentation, focused incident response, and seamless cross‑team coordination.

ChatOpsDevOpsSlack
0 likes · 7 min read
How ChatOps Boosts Collaboration, Documentation, and Mobility for Modern Teams
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Aug 21, 2017 · Fundamentals

What Does It Really Take to Be a Modern Full‑Stack Engineer?

This article traces the evolution of the full‑stack developer role from early 2000s tasks like Photoshop design and basic PHP/MySQL work to today’s extensive skill set covering operations, cloud platforms, backend frameworks, databases, frontend tooling, design, logging, and mobile development, and finally asks whether the breadth of knowledge is worth the effort.

DevOpsFull-StackWeb Development
0 likes · 10 min read
What Does It Really Take to Be a Modern Full‑Stack Engineer?
DevOpsClub
DevOpsClub
Aug 21, 2017 · Operations

How DevOpsDays Shanghai 2017 Revolutionized Continuous Delivery in Finance

The 2017 DevOpsDays Shanghai conference brought together over 1,200 attendees, including more than 50 financial firms, to showcase how DevOps practices, continuous delivery, open‑source pipelines, and lean‑agile principles are reshaping high‑speed, low‑risk software delivery in the finance sector.

DevOpsFinTechLean Agile
0 likes · 5 min read
How DevOpsDays Shanghai 2017 Revolutionized Continuous Delivery in Finance
21CTO
21CTO
Aug 21, 2017 · Operations

Why Continuous Integration Is Essential: Problems It Solves and Best Practices

This article examines the shortcomings of traditional software development, explains the concepts of continuous integration and CI servers, outlines the benefits of adopting CI, and provides practical best‑practice recommendations while also addressing common challenges teams may face.

CIDevOpsautomation
0 likes · 12 min read
Why Continuous Integration Is Essential: Problems It Solves and Best Practices
DevOps
DevOps
Aug 20, 2017 · Operations

DevOps Practices on the Telad Cloud Platform

This article explains the DevOps methodology, its goals of rapid high‑quality software delivery and cost reduction, and details how the Telad Cloud Platform implements end‑to‑end automation—including CI, automated testing, packaging, deployment, and continuous delivery using Microsoft TFS and custom tools.

CI/CDDevOpsautomation
0 likes · 9 min read
DevOps Practices on the Telad Cloud Platform
Architecture Digest
Architecture Digest
Aug 17, 2017 · Backend Development

An Introduction to Microservice Architecture: Concepts, Evolution, Practices, and Design Patterns

This article provides a comprehensive overview of microservice architecture, covering its definition, historical development, differences from monolithic systems, core characteristics, comparison with SOA, practical implementation concerns such as API gateways, communication, service discovery, fault tolerance, common design patterns, advantages, challenges, and a mindset shift required for successful adoption.

API GatewayDevOpsarchitecture
0 likes · 20 min read
An Introduction to Microservice Architecture: Concepts, Evolution, Practices, and Design Patterns
DevOps
DevOps
Aug 13, 2017 · Operations

Configuring Continuous Build and Continuous Delivery with VSTS for Azure Web Apps

This guide explains how to configure Continuous Build and Continuous Delivery in Visual Studio Team Services (VSTS) for Azure Web Apps, covering source, build, test, and release steps, linking accounts, setting up pipelines, and customizing build tasks for .NET and other projects.

Azure Web AppCI/CDContinuous Delivery
0 likes · 7 min read
Configuring Continuous Build and Continuous Delivery with VSTS for Azure Web Apps
MaGe Linux Operations
MaGe Linux Operations
Aug 11, 2017 · Operations

Why Operations Matters: Beyond Automation to Real Business Value

In this reflective piece, Zhao Cheng (aka Qianyi) shares his experience managing the operations team at Mogujie, argues that operations value extends beyond automation to efficiency, stability, security, cost, and user experience, and offers practical guidance for shifting mindsets and aligning ops with business goals.

DevOpsStabilityautomation
0 likes · 12 min read
Why Operations Matters: Beyond Automation to Real Business Value
DevOps
DevOps
Aug 10, 2017 · Information Security

Securing VSTS with Azure Conditional Access: A Step‑by‑Step Guide

This article explains how to protect Visual Studio Team Services (VSTS) by integrating Azure Conditional Access, covering account binding, rule creation, user and group selection, condition settings such as sign‑in risk and location, and testing the resulting access restrictions.

Azure ADAzure Conditional AccessCloud security
0 likes · 6 min read
Securing VSTS with Azure Conditional Access: A Step‑by‑Step Guide
DevOps
DevOps
Aug 8, 2017 · Operations

A Decade of DevOps: History, Challenges, and the Road Ahead

Reflecting on ten years of DevOps, this article traces its origins, examines enduring obstacles such as reliability, coordination, and cultural resistance, highlights early success stories like Flickr, and argues that the future of DevOps depends on solid toolchains rather than abstract cultural shifts.

CultureDevOpsToolchain
0 likes · 11 min read
A Decade of DevOps: History, Challenges, and the Road Ahead
Efficient Ops
Efficient Ops
Aug 6, 2017 · Operations

Why Python Is the Secret Weapon for Modern Linux Operations

This article explains why mastering Python is essential for senior Linux operations engineers, detailing its role as a versatile glue language for automation, the limitations of shell scripts, and showcasing six real-world Python projects that streamline tasks such as static file serving, jump‑server access, distributed monitoring, CMDB management, task scheduling, and workflow orchestration.

DevOpsPythonScripting
0 likes · 9 min read
Why Python Is the Secret Weapon for Modern Linux Operations
Dada Group Technology
Dada Group Technology
Aug 3, 2017 · Operations

How JD Daojia Built a Robust Continuous Integration Pipeline

This article explains the concept of continuous integration, its benefits, and details JD Daojia's end‑to‑end CI implementation—including Git commits, static code analysis, unit testing, automated packaging, deployment, UI/JSF/APP testing, code coverage, and future automation plans—illustrated with architecture diagrams and configuration snippets.

DevOpsJD DaojiaJenkins
0 likes · 12 min read
How JD Daojia Built a Robust Continuous Integration Pipeline
DevOps
DevOps
Aug 2, 2017 · Operations

Executive Insights on the State of DevOps: Findings from 16 Leaders Across 14 Companies

Based on interviews with 16 senior executives from 14 companies, this article highlights that DevOps success hinges on people, process, and technology, emphasizing cultural change, automation, faster releases, higher quality, and the growing impact of cloud and containers on future development practices.

Continuous DeliveryCultureDevOps
0 likes · 9 min read
Executive Insights on the State of DevOps: Findings from 16 Leaders Across 14 Companies
Efficient Ops
Efficient Ops
Aug 1, 2017 · Operations

How Continuous Delivery Transforms DevOps: Real Cases from Baidu and Tencent

This article explores the evolution of continuous delivery, explains its core principles, and presents two detailed case studies from Baidu and Tencent that illustrate how organizational, architectural, and automation improvements can dramatically accelerate software release cycles while maintaining quality.

AgileContinuous DeliveryDevOps
0 likes · 16 min read
How Continuous Delivery Transforms DevOps: Real Cases from Baidu and Tencent
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Aug 1, 2017 · Operations

How to Build a Jenkins‑Docker CI/CD Pipeline from Scratch

This article walks you through the fundamentals of continuous integration, introduces Jenkins and Docker, explains key Jenkins concepts, and provides step‑by‑step commands to deploy Jenkins in Docker, configure master‑slave nodes, install essential Docker plugins, and use the Jenkins Remote API for automation.

CI/CDDevOpsDocker
0 likes · 13 min read
How to Build a Jenkins‑Docker CI/CD Pipeline from Scratch
Efficient Ops
Efficient Ops
Jul 25, 2017 · Operations

Why Google’s SRE Model Matters: Lessons for Modern Ops Teams

This article explains the origins, responsibilities, and team structures of Google Site Reliability Engineering (SRE), compares it with traditional operations roles in companies like Yahoo, Alibaba, and Facebook, and offers practical guidance for building effective SRE or application‑operations teams today.

DevOpsSREsite reliability engineering
0 likes · 25 min read
Why Google’s SRE Model Matters: Lessons for Modern Ops Teams
DevOps
DevOps
Jul 24, 2017 · Operations

Understanding ChatOps: Concepts, Ecosystem, and Practical Guidance

This article introduces ChatOps, explains its relationship to DevOps, reviews popular open‑source implementations such as Hubot, Lita and Err, and provides practical advice on robot integration, command design, common pitfalls, and how to build a collaborative chat‑based operations workflow.

ChatOpsDevOpsHubot
0 likes · 10 min read
Understanding ChatOps: Concepts, Ecosystem, and Practical Guidance
Architects' Tech Alliance
Architects' Tech Alliance
Jul 19, 2017 · Industry Insights

How AI Can Transform Software Integration: From MiddleBox to Knowledge Graphs

The article examines the evolution of integration architectures, identifies persistent data‑search, adaptation, and system‑linkage challenges, and proposes AI‑driven solutions such as knowledge‑graph self‑service and deep‑learning UI automation, illustrating how intelligent integration can reshape software development pipelines.

AI integrationDevOpsKnowledge Graph
0 likes · 13 min read
How AI Can Transform Software Integration: From MiddleBox to Knowledge Graphs
DevOpsClub
DevOpsClub
Jul 18, 2017 · Operations

Unlock High‑Performance Teams: Key DevOps Practices from the 2017 Survey

The article interprets the 2017 DevOps State Survey, highlighting how continuous delivery, architecture decoupling, trunk‑based development, and lean product management together boost IT efficiency and enable high‑performance organizations.

Architecture DecouplingDevOpsLean Management
0 likes · 15 min read
Unlock High‑Performance Teams: Key DevOps Practices from the 2017 Survey
Efficient Ops
Efficient Ops
Jul 17, 2017 · Operations

How a $100B Financial Giant Mastered DevOps: Real‑World Transformation Lessons

This article recounts the DevOps transformation of a large traditional financial institution, detailing its background, challenges, agile restructuring, legacy system consolidation, continuous delivery pipeline, cloud migration, infrastructure‑as‑code adoption, platformization, and the core principles that enabled successful large‑scale automation.

Continuous DeliveryDevOpsFinancial Services
0 likes · 27 min read
How a $100B Financial Giant Mastered DevOps: Real‑World Transformation Lessons
DevOpsClub
DevOpsClub
Jul 17, 2017 · Operations

What the 2017 DevOps Survey Reveals About High‑Performance Organizations

An in‑depth English translation of the 2017 DevOps State of the Industry Survey uncovers how leadership, automation, lean management, and decoupled architecture drive IT efficiency, revealing key findings, statistics, and actionable models for building high‑performance, resilient organizations.

DevOpsIT efficiencyLeadership
0 likes · 18 min read
What the 2017 DevOps Survey Reveals About High‑Performance Organizations
DevOps
DevOps
Jul 13, 2017 · Operations

Reflections on the Phoenix Project DevOps Simulation Game

The author recounts attending a Phoenix Project‑based DevOps simulation in Beijing, describing role misunderstandings, the use of Kanban boards, bottleneck handling, one‑piece flow, and communication challenges, and concludes with recommendations on who should participate in such training.

DevOpsKanbanSimulation
0 likes · 9 min read
Reflections on the Phoenix Project DevOps Simulation Game
Architecture Digest
Architecture Digest
Jul 13, 2017 · Operations

Comprehensive Architecture and DevOps Tool Knowledge Map

This article compiles an extensive collection of architecture knowledge maps and a detailed overview of DevOps tools, categorizing them by development, deployment, and maintenance functions while also presenting related big‑data and cloud‑computing skill maps for engineers seeking a holistic view of modern software infrastructure.

Big DataCloud ComputingDevOps
0 likes · 9 min read
Comprehensive Architecture and DevOps Tool Knowledge Map
Efficient Ops
Efficient Ops
Jul 12, 2017 · Operations

How Alibaba Built a Scalable DevOps Platform: Lessons for Modern Operations

This article, based on a DevOpsDays Beijing talk, details Alibaba's post‑DevOps transformation, outlining the three evolution stages of operations, the four pillars of automated ops, the importance of CMDB, CI/CD pipelines, and the design of the ATOM platform that enables rapid, data‑driven, and resilient service delivery.

CI/CDCMDBDevOps
0 likes · 15 min read
How Alibaba Built a Scalable DevOps Platform: Lessons for Modern Operations
DevOps
DevOps
Jul 10, 2017 · Operations

Measuring Business Value and ROI of DevOps Adoption

The article explains how enterprises can quantify the commercial benefits and return on investment of DevOps by examining adoption statistics, business outcomes, success criteria for CEOs, CIOs and team leads, and key performance metrics that demonstrate the impact on cost, speed, and reliability.

Business ValueDevOpsROI
0 likes · 5 min read
Measuring Business Value and ROI of DevOps Adoption
Efficient Ops
Efficient Ops
Jul 4, 2017 · Operations

Real‑World Ops Lessons: Cloud Architecture, Security, and Team Management in Action

This narrative chronicles a DevOps professional’s day, illustrating cloud project planning, efficient meeting practices, network security remediation, automation platform design, multi‑site architecture, incident response, team dynamics, and the contrast between traditional and internet‑scale operations, while inviting reader interaction and reflection.

DevOpsteam management
0 likes · 23 min read
Real‑World Ops Lessons: Cloud Architecture, Security, and Team Management in Action
DevOps
DevOps
Jul 3, 2017 · R&D Management

Scrum Development Experience Sharing: Insights, Roles, and Practices

This article shares practical Scrum experiences, covering the current development challenges, Scrum fundamentals, team composition, role responsibilities, daily rituals, product management tools, versioning rules, backlog handling, and key takeaways for adapting agile processes in modern software projects.

DevOpsproduct managementteam management
0 likes · 11 min read
Scrum Development Experience Sharing: Insights, Roles, and Practices
Efficient Ops
Efficient Ops
Jul 3, 2017 · Operations

Designing Ops‑Friendly Microservice Architecture: 6 Key Principles

This article outlines six essential design principles—architecture independence, deployment friendliness, operability, fault tolerance, quality monitoring, and performance cost—that help engineers build microservice systems that are efficient, reliable, and easy for operations teams to manage.

DevOpsarchitecture
0 likes · 19 min read
Designing Ops‑Friendly Microservice Architecture: 6 Key Principles
MaGe Linux Operations
MaGe Linux Operations
Jul 3, 2017 · Operations

Essential Linux Skills Every Beginner Should Master

This guide outlines why learning a single Linux distribution like CentOS or RHEL provides a solid foundation, recommends a practical beginner's book, lists core knowledge areas and essential tools, and highlights the importance of hardware basics and automation for aspiring Linux operations engineers.

DevOpsLinuxShell scripting
0 likes · 5 min read
Essential Linux Skills Every Beginner Should Master
Efficient Ops
Efficient Ops
Jul 2, 2017 · Cloud Computing

Why Azure’s Open‑Source Turn Is Redefining Cloud Computing and DevOps

The article examines how legacy, monolithic software struggles in modern IT, while cloud‑centric architectures—exemplified by Microsoft Azure’s embrace of open‑source, IaaS, PaaS, and DevOps tools—enable scalable, flexible development and operations, signaling an inevitable shift toward cloud‑native production.

AzureCloud ComputingDevOps
0 likes · 8 min read
Why Azure’s Open‑Source Turn Is Redefining Cloud Computing and DevOps
DevOps
DevOps
Jun 28, 2017 · Operations

The Importance of Continuous Testing in DevOps

This article explains why continuous testing is essential for effective DevOps, describing its role in feedback loops, key performance metrics, testing frameworks, and how automated testing drives quality and rapid delivery across development, QA, and operations.

DevOpsautomationcontinuous testing
0 likes · 5 min read
The Importance of Continuous Testing in DevOps
21CTO
21CTO
Jun 28, 2017 · Operations

What Is DevOps? Benefits, Challenges, and Balancing Efficiency with Stability

This article explains what DevOps is, compares it with traditional development‑operations workflows, outlines its advantages and drawbacks, discusses key challenges such as balancing efficiency with stability, responsibility allocation, and measurement metrics, and concludes with practical takeaways for modern operations teams.

DevOpsautomationefficiency
0 likes · 9 min read
What Is DevOps? Benefits, Challenges, and Balancing Efficiency with Stability
vivo Internet Technology
vivo Internet Technology
Jun 23, 2017 · Operations

CI/CD Practices and Experience at Qiniu Cloud: Building Efficient Engineering Systems

In this talk, Li Qian details Qiniu Cloud’s end‑to‑end CI/CD journey—from building a scratch‑made quality assurance system and integrating Travis, Jenkins, and Docker, to automating unit, integration, and system tests, establishing quality gates, and achieving ten‑minute rapid deployments and gray releases through metrics‑driven development.

CI/CDContinuous DeliveryDevOps
0 likes · 2 min read
CI/CD Practices and Experience at Qiniu Cloud: Building Efficient Engineering Systems
MaGe Linux Operations
MaGe Linux Operations
Jun 21, 2017 · Operations

Master Ansible: From Basics to Advanced Playbooks and Automation

This comprehensive guide walks you through Ansible fundamentals, architecture, installation, core modules, playbook structure, variables, templates, handlers, roles, conditionals, loops, and practical examples, enabling you to automate configuration management across multiple Linux hosts with confidence and precision.

AnsibleDevOpsPlaybooks
0 likes · 23 min read
Master Ansible: From Basics to Advanced Playbooks and Automation
DevOps
DevOps
Jun 19, 2017 · Operations

Barclays' Agile and DevOps Transformation in the FinTech Era

The article examines how Barclays bank undertook an 18‑month enterprise‑wide agile and DevOps transformation—spanning IT, HR, security, and all business units—to meet FinTech competition, improve speed, reliability, and support a large‑scale digital overhaul for the financial sector.

BankingDevOpsDigitalTransformation
0 likes · 7 min read
Barclays' Agile and DevOps Transformation in the FinTech Era
DevOps
DevOps
Jun 14, 2017 · Operations

A Historical Overview of DevOps Evolution

This article traces the evolution of DevOps from its early roots in agile development and the challenges faced by developers and operations teams, through community formation, industry adoption, and the rise of cloud‑native technologies that have shaped modern continuous delivery practices.

CloudNativeContinuousDeliveryDevOps
0 likes · 7 min read
A Historical Overview of DevOps Evolution
Efficient Ops
Efficient Ops
Jun 14, 2017 · Operations

Scaling Alibaba's Operations: Inside StarAgent, Qingteng & Normandy

This article details Alibaba's evolution of its operations platform, describing the design, features, and performance of StarAgent, the Qingteng P2P file distribution system, and the Normandy application‑deployment platform, highlighting how these tools enable high‑availability, automation, and massive scalability across global data centers.

AlibabaDevOpsPlatform Engineering
0 likes · 13 min read
Scaling Alibaba's Operations: Inside StarAgent, Qingteng & Normandy
Efficient Ops
Efficient Ops
Jun 12, 2017 · Operations

Mastering DevOps in Complex Business Systems: Theory, Culture, Architecture & Case Studies

This article presents a comprehensive overview of a GOPS 2017 Shenzhen talk on DevOps theory and practice in complex business environments, covering the fundamentals of DevOps, cultural transformation, technical architecture, and real‑world case studies that illustrate automation, deployment pipelines, and value‑stream delivery.

Continuous DeliveryDevOpsinfrastructure
0 likes · 17 min read
Mastering DevOps in Complex Business Systems: Theory, Culture, Architecture & Case Studies
Efficient Ops
Efficient Ops
Jun 11, 2017 · Operations

How Bilibili Scaled Its Ops: From DIY Deployments to Prometheus Monitoring

From early manual deployments to a sophisticated, multi-layered monitoring stack—including ELK, Zabbix, Statsd, Grafana, and Prometheus—Bilibili’s ops team shares the evolution, challenges, and lessons learned in building scalable, automated infrastructure for massive internet traffic.

DevOpsELKGrafana
0 likes · 8 min read
How Bilibili Scaled Its Ops: From DIY Deployments to Prometheus Monitoring
DevOps
DevOps
Jun 11, 2017 · Operations

REA Group’s End‑to‑End DevOps Practice for Microservices on AWS

This article details how REA Group implements a comprehensive DevOps workflow for its micro‑service architecture on AWS, covering the 12‑Factor principles, toolchain components, automated deployment with rea‑shipper, monitoring, alerting, and the collaborative processes that enable continuous delivery at scale.

AWSCI/CDContinuous Delivery
0 likes · 13 min read
REA Group’s End‑to‑End DevOps Practice for Microservices on AWS
Efficient Ops
Efficient Ops
Jun 10, 2017 · Operations

What Google’s SRE Book Reveals About Modern Operations

This article introduces the Chinese translation of Google’s SRE book, shares behind‑the‑scenes stories of its creation, and distills key concepts such as the AAA model, Borg architecture, SLOs, toil reduction, and the cultural shift required for reliable large‑scale services.

DevOpsGoogleSRE
0 likes · 20 min read
What Google’s SRE Book Reveals About Modern Operations
DevOps
DevOps
Jun 8, 2017 · Operations

The Illusion of Tool‑Stacked DevOps and the Need for a True DevOps Culture

The article argues that merely stacking automation tools does not create DevOps; instead, a sustainable DevOps practice requires cultural changes such as shared responsibility, trust, autonomy, continuous feedback, and tolerance of failure to break down silos between development and operations.

CultureDevOpsautomation
0 likes · 13 min read
The Illusion of Tool‑Stacked DevOps and the Need for a True DevOps Culture
DevOps
DevOps
Jun 7, 2017 · Operations

Key Findings from the 2017 Puppet State of DevOps Report

The 2017 Puppet State of DevOps Report reveals that high‑performing IT teams deploy code far more frequently, recover from failures dramatically faster, and rely on automation, loose‑coupled architectures, lean product management, and transformational leadership to achieve superior continuous delivery outcomes.

Continuous DeliveryDevOpsLean Product Management
0 likes · 5 min read
Key Findings from the 2017 Puppet State of DevOps Report
Efficient Ops
Efficient Ops
Jun 6, 2017 · Operations

How SF Express Transformed Its Infrastructure: From Chaos to Automated DevOps

This article details SF Express's journey from a fragmented, manual infrastructure operation to a standardized, automated DevOps environment, covering organizational restructuring, open‑source adoption, change management, capacity forecasting, and the vision for a self‑service "WeiX" platform.

DevOpsinfrastructurestandardization
0 likes · 18 min read
How SF Express Transformed Its Infrastructure: From Chaos to Automated DevOps
DevOps
DevOps
Jun 5, 2017 · Operations

Design and Implementation of an Automated Deployment Framework in a DevOps Platform

This article explains the design and implementation of an automated deployment framework within a DevOps platform, covering background issues, requirement analysis, concept clarification of CI/CD, a three‑stage model (design, transition, operation), variable management, execution planning, deployment strategies such as blue‑green, rolling upgrade, canary, and rollback.

Automated DeploymentCI/CDDeployment Strategies
0 likes · 16 min read
Design and Implementation of an Automated Deployment Framework in a DevOps Platform
MaGe Linux Operations
MaGe Linux Operations
Jun 1, 2017 · Operations

5 Essential Docker Utilities to Boost Your Development Workflow

Discover five powerful Docker utilities—Watchtower, docker‑gc, docker‑slim, Rocker, and ctop—that automate container updates, clean up unused images, shrink image sizes, enhance Dockerfile capabilities, and provide real‑time container monitoring, helping developers streamline workflows and improve efficiency.

DevOpsToolingcontainer utilities
0 likes · 8 min read
5 Essential Docker Utilities to Boost Your Development Workflow
Efficient Ops
Efficient Ops
May 31, 2017 · Operations

How a Veteran Ops Leader Transforms DevOps into Full‑Chain Automation

This article shares a veteran operations leader’s insights on DevOps fundamentals, the comprehensive ops knowledge system and career paths, the evolution of small‑business web architectures, and the step‑by‑step development of a full‑chain automation platform, emphasizing both technical and soft‑skill growth.

DevOpscareer-developmentinfrastructure
0 likes · 17 min read
How a Veteran Ops Leader Transforms DevOps into Full‑Chain Automation
Efficient Ops
Efficient Ops
May 30, 2017 · Operations

Why Continuous Delivery Matters: Insights from Jenkins Founder KK’s QCon Talk

The article distills Kohsuke Kawaguchi’s QCon Beijing presentation on continuous delivery, covering the evolution of delivery pipelines, DevOps maturity models, practical engineering techniques, and strategic transformation paths, while highlighting Jenkins’ role and offering actionable guidance for teams seeking to adopt efficient, reliable software release processes.

Continuous DeliveryDevOpsJenkins
0 likes · 12 min read
Why Continuous Delivery Matters: Insights from Jenkins Founder KK’s QCon Talk
Continuous Delivery 2.0
Continuous Delivery 2.0
May 26, 2017 · Operations

Decoupling Development and Operations through Continuous Delivery and Containers

The article explains how applying continuous delivery and infrastructure automation enables self‑service, allowing developers to focus on business logic while operations concentrate on environment optimization, and how containers further separate development from operations roles, addressing coupling in business, organization, architecture, and roles.

ContainersDevOps
0 likes · 3 min read
Decoupling Development and Operations through Continuous Delivery and Containers
Efficient Ops
Efficient Ops
May 25, 2017 · Operations

How a Bank Transformed IT Ops with Automated DevOps and SRE Practices

This article outlines how China Merchants Bank’s data‑center application management team identified traditional financial IT operational pain points, introduced DevOps and SRE concepts, built non‑functional management frameworks, and implemented automated tooling, monitoring, and capacity‑scaling to achieve fully automated operations.

DevOpsIT OperationsPerformance Scaling
0 likes · 24 min read
How a Bank Transformed IT Ops with Automated DevOps and SRE Practices
Efficient Ops
Efficient Ops
May 22, 2017 · Operations

How Assembly Lines Inspired Modern Software Deployment Pipelines

The article traces the impact of Ford’s 1910 assembly line on software delivery, explains Jez Humble’s definition of deployment pipelines, showcases continuous delivery concepts, and presents real-world examples from Baidu, Netflix, and an open-source end-to-end pipeline, highlighting key design points for DevOps transformation.

Continuous DeliveryDevOpsJenkins
0 likes · 8 min read
How Assembly Lines Inspired Modern Software Deployment Pipelines
Efficient Ops
Efficient Ops
May 21, 2017 · Operations

Taming DevOps: The ‘Strangling’ Model to Turn Chaos into Continuous Delivery

This article explores why many find DevOps daunting, introduces the ‘Strangling’ model as a step‑by‑step approach to break down barriers, outlines a comprehensive DevOps capability framework, and shares practical case studies from LeTV’s hardware division to illustrate continuous delivery implementation.

Continuous DeliveryCultureDevOps
0 likes · 12 min read
Taming DevOps: The ‘Strangling’ Model to Turn Chaos into Continuous Delivery
Efficient Ops
Efficient Ops
May 19, 2017 · Operations

Mastering Continuous Feedback in Massive Operations: DevOps Strategies from Tencent

This article shares insights from Tencent’s SNG operations leader on building effective continuous feedback loops for massive‑scale services, covering monitoring, alerting, operational metrics, multi‑dimensional analysis, and practical DevOps techniques to improve reliability, availability, and automated self‑healing.

Continuous FeedbackDevOpslarge-scale
0 likes · 26 min read
Mastering Continuous Feedback in Massive Operations: DevOps Strategies from Tencent
DevOps
DevOps
May 16, 2017 · Operations

DevOps Evolution: Key Takeaways from Patrick Debois’ DevOpsDays Austin Slides

The article presents a visual recap of Patrick Debois' DevOpsDays Austin presentation, illustrating the history, culture, practices, challenges, and future directions of DevOps through a series of themed paintings and captions that highlight automation, measurement, feedback loops, and the human side of the movement.

Continuous DeliveryCultureDevOps
0 likes · 9 min read
DevOps Evolution: Key Takeaways from Patrick Debois’ DevOpsDays Austin Slides
DevOps
DevOps
May 14, 2017 · Operations

Expert Xu Lei on DevOps Efficiency, Practices, and Toolchains

In this interview, DevOps veteran Xu Lei explains that efficiency is the core competitive advantage of DevOps, shares real‑world transformation cases, outlines three key success factors, and recommends a comprehensive set of lifecycle, automation, testing, and orchestration tools for enterprises.

DevOpsToolchainautomation
0 likes · 16 min read
Expert Xu Lei on DevOps Efficiency, Practices, and Toolchains
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
May 12, 2017 · Cloud Native

Huawei’s Open‑Source Breakthroughs at OSCON 2017: Cloud‑Native Insights

The OSCON 2017 conference in Austin featured Huawei’s extensive open‑source showcase, including talks on ecosystem growth, serverless micro‑service orchestration, unified storage with OpenSDS, network simplification via iCAN, and Go‑based DevOps orchestration, plus demos of OpenStack and developer ecosystem solutions.

DevOpsServerlesscontainer
0 likes · 6 min read
Huawei’s Open‑Source Breakthroughs at OSCON 2017: Cloud‑Native Insights
Node Underground
Node Underground
May 12, 2017 · Cloud Native

How Joyent’s Autopilot Pattern Revolutionizes Container Deployment and Scaling

With containers becoming mainstream, Joyent introduced the Autopilot pattern—a one‑click deployment and real‑time scaling solution that leverages container orchestration, service discovery, automatic configuration refresh, and health checks, enabling seamless CI/CD integration and cloud‑agnostic application management.

Autopilot PatternDeployment AutomationDevOps
0 likes · 2 min read
How Joyent’s Autopilot Pattern Revolutionizes Container Deployment and Scaling
DevOps
DevOps
May 11, 2017 · Operations

Understanding DevOps: Principles, Differences from Traditional Models, Challenges, and Measurement

This article explains what DevOps is, contrasts it with traditional development‑operations workflows, discusses its benefits and drawbacks, outlines key challenges such as balancing efficiency with stability, responsibility allocation, and assessment, and presents four metrics for evaluating DevOps effectiveness.

DevOpsEngineering EfficiencyTooling
0 likes · 9 min read
Understanding DevOps: Principles, Differences from Traditional Models, Challenges, and Measurement
Efficient Ops
Efficient Ops
May 10, 2017 · Operations

What the DevOps Father Revealed: Key Insights from Patrick Debois’s Beijing Talk

This article summarizes Patrick Debois’s first DevOpsDays Beijing presentation, covering the origins of DevOps, entry points, four improvement directions, practical scenarios, five maturity levels, common challenges, and a set of actionable practices and tools, while emphasizing collaboration, feedback loops, and cultural change.

ContinuousDeliveryDevOpscollaboration
0 likes · 19 min read
What the DevOps Father Revealed: Key Insights from Patrick Debois’s Beijing Talk
DevOps
DevOps
May 9, 2017 · Operations

A Clear and Concise DevOps Implementation Framework: 11 Core Service Capabilities

This article introduces a straightforward DevOps implementation framework that maps eleven essential service capabilities across the software development lifecycle, explains why adopting DevOps is a multi‑year journey, and uses a fitness analogy to illustrate how enterprises can progressively build these capabilities.

Continuous DeliveryDevOpsMonitoring
0 likes · 4 min read
A Clear and Concise DevOps Implementation Framework: 11 Core Service Capabilities