Tagged articles

DevOps

3877 articles · Page 32 of 39
dbaplus Community
dbaplus Community
Aug 14, 2019 · Cloud Native

What Is the “Container Ops Pattern” and How It Reshapes Kubernetes Management

The article traces the shift from physical‑server deployments to container‑cloud platforms, defines a newly coined “container ops pattern”, explains its core scenarios, compares declarative and imperative workflows, dissects Kubernetes API objects, controllers, and interfaces (CRI, CSI, CNI), and outlines the master‑node architecture that underpins modern cloud‑native operations.

CloudNativeContainerOpsDesignPatterns
0 likes · 23 min read
What Is the “Container Ops Pattern” and How It Reshapes Kubernetes Management
DevOps
DevOps
Aug 13, 2019 · R&D Management

Configuring and Using TFS Electronic Board for Agile Task Management

This guide explains how to configure the TFS electronic board, create and maintain tasks, and leverage the board in daily stand‑ups and other meetings to improve agile task tracking and project visibility within a development team.

ConfigurationDevOpsElectronic Board
0 likes · 5 min read
Configuring and Using TFS Electronic Board for Agile Task Management
Tencent Cloud Developer
Tencent Cloud Developer
Aug 13, 2019 · Cloud Computing

Tencent's Internal Business Migration to Public Cloud: Strategies, Practices, and Lessons

Tencent’s internal migration from isolated private data centers to a unified public‑cloud environment—driven by the need to eliminate siloed “chimney” architectures, boost development speed, engineer experience, and customer value—was executed in three staged phases using refactor‑or‑migrate strategies, comprehensive testing, security integration, database‑migration patterns, hybrid‑cloud management, and cloud‑native DevOps practices, yielding a scalable, cost‑effective platform.

Database MigrationDevOpsTencent
0 likes · 21 min read
Tencent's Internal Business Migration to Public Cloud: Strategies, Practices, and Lessons
DevOps
DevOps
Aug 13, 2019 · Operations

Comprehensive DevOps Toolset Overview

This article presents a detailed, categorized list of DevOps tools—including version control, automated build and testing, CI/CD, container platforms, configuration management, micro‑service platforms, logging, and monitoring solutions—providing concise descriptions for each to help teams select appropriate utilities for modern software delivery pipelines.

CI/CDDevOpsMonitoring
0 likes · 14 min read
Comprehensive DevOps Toolset Overview
dbaplus Community
dbaplus Community
Aug 12, 2019 · Operations

Why DevOps Matters and How to Implement It: Practical Lessons from Vipshop

This article explains the need for DevOps, contrasts it with ITIL, outlines practical steps for implementation, and shares Vipshop’s component‑centric DevOps practice, including configuration platforms, risk‑matrix control, and continuous improvement metrics, offering engineers actionable insights for real‑world deployment.

DevOpsITILRisk Management
0 likes · 12 min read
Why DevOps Matters and How to Implement It: Practical Lessons from Vipshop
MaGe Linux Operations
MaGe Linux Operations
Aug 12, 2019 · Operations

Master Ansible Automation: Guide to Playbooks, Modules, and Best Practices

This comprehensive tutorial walks you through Ansible fundamentals, including its architecture, installation, core modules, playbook structure, variables, templates, handlers, roles, and advanced features such as conditional execution, loops, and tagging, providing step‑by‑step examples and practical demonstrations for effective automation.

AnsibleDevOpsPlaybooks
0 likes · 21 min read
Master Ansible Automation: Guide to Playbooks, Modules, and Best Practices
vivo Internet Technology
vivo Internet Technology
Aug 7, 2019 · Cloud Native

Reexamining Software Process Improvement in the DevOps and Cloud‑Native Era

The article revisits software process improvement, arguing that despite DevOps and cloud‑native advances—exemplified by Jenkins’s evolution—continuous, metric‑driven refinement remains essential for efficiency, quality, and cost control, while highlighting new challenges such as organizational recognition, flexible measurement, and integrated CI/CD solutions.

CI/CDDevOpsJenkins
0 likes · 15 min read
Reexamining Software Process Improvement in the DevOps and Cloud‑Native Era
DevOps
DevOps
Aug 7, 2019 · Operations

Amazon’s DevOps Transformation: Organizational, Architectural, Tooling, and Process Changes for Continuous Delivery

This article examines how Amazon revamped its organization, migrated from a monolithic to a micro‑service architecture, built unified tooling such as APOLLO, and automated its delivery pipeline, enabling thousands of deployments per day while also promoting a DevOps hackathon for practitioners.

Continuous DeliveryDevOpsautomation
0 likes · 11 min read
Amazon’s DevOps Transformation: Organizational, Architectural, Tooling, and Process Changes for Continuous Delivery
DevOps
DevOps
Aug 2, 2019 · Operations

Essential Reading List for DevOps, Agile, Lean, and Software Engineering Professionals

An extensive curated list of 39 essential books, categorized into eight sections such as foundational agile practice, agile testing, lean, technical engineering, DevOps, coaching, facilitation, and large‑scale agile, provides DevOps and software development professionals with a comprehensive reading roadmap from beginner to expert.

Book RecommendationsDevOpsLean
0 likes · 17 min read
Essential Reading List for DevOps, Agile, Lean, and Software Engineering Professionals
FunTester
FunTester
Aug 1, 2019 · Operations

Why Gradle Build Failed on Windows and How Switching Drives Fixed It

The author encountered a Gradle build failure on Windows due to an incorrect lock‑file path in the default C: drive, tried various fixes like adjusting Gradle paths and environment variables, and ultimately resolved the issue by moving the project to a D: drive, highlighting Windows permission nuances.

Build FailureDevOpsGradle
0 likes · 3 min read
Why Gradle Build Failed on Windows and How Switching Drives Fixed It
DevOps
DevOps
Jul 31, 2019 · R&D Management

Microsoft’s Cultural Foundations: How DevOps and Agile Practices Drove Its Trillion‑Dollar Turnaround

This case study examines how Microsoft’s evolving corporate culture, from visible artifacts to deep‑seated assumptions, enabled its shift from a waterfall‑driven past to a cloud‑first, DevOps‑powered organization that achieved a trillion‑dollar valuation through agile transformation and continuous delivery practices.

DevOpsMicrosoft
0 likes · 11 min read
Microsoft’s Cultural Foundations: How DevOps and Agile Practices Drove Its Trillion‑Dollar Turnaround
MaGe Linux Operations
MaGe Linux Operations
Jul 30, 2019 · Operations

Speed Up Onboarding: Build Python Development Environments with Vagrant

Learn how to quickly provision a consistent Python development environment using Vagrant and VirtualBox, from installing the tools, configuring a Vagrantfile, syncing project directories, installing dependencies, to exporting the box for sharing, eliminating manual setup and onboarding delays.

DevOpsEnvironment provisioningPython
0 likes · 8 min read
Speed Up Onboarding: Build Python Development Environments with Vagrant
Programmer DD
Programmer DD
Jul 29, 2019 · Cloud Native

Master Docker: From Basics to Advanced Container Management

This comprehensive guide explains Docker's origins, core concepts, advantages, installation steps, essential commands, container lifecycle management, image customization with Dockerfile, and publishing to both Docker Hub and private registries, providing practical examples and code snippets for hands‑on learning.

ContainersDevOpsDocker
0 likes · 25 min read
Master Docker: From Basics to Advanced Container Management
DevOps
DevOps
Jul 29, 2019 · Operations

Google’s Continuous Delivery Practices and SRE Culture: A DevOps Case Study

This article examines Google’s corporate values, development history, culture, and detailed DevOps and Site Reliability Engineering practices—including continuous delivery, SRE responsibilities, and Google Cloud Platform CI/CD tools—to illustrate how the company achieves 24/7 reliable service deployment at massive scale.

Continuous DeliveryDevOpsGoogle
0 likes · 15 min read
Google’s Continuous Delivery Practices and SRE Culture: A DevOps Case Study
DevOps
DevOps
Jul 26, 2019 · Operations

Amazon’s DevOps Journey: From Customer Obsession to Continuous Delivery

This article examines Amazon’s evolution—from its early focus on books and relentless customer obsession to the adoption of micro‑service architecture, two‑pizza teams, and a high‑velocity continuous delivery pipeline—illustrating how strategic cultural and technical choices drive massive operational efficiency.

AmazonContinuous DeliveryCustomer Obsession
0 likes · 9 min read
Amazon’s DevOps Journey: From Customer Obsession to Continuous Delivery
DevOps
DevOps
Jul 25, 2019 · Operations

Why DevOps Teams Often Turn Into Tool Chains and What an Ideal DevOps Team Structure Looks Like

The article analyzes why many DevOps teams devolve into tool‑chain or pipeline roles, examines executor and organizational factors, presents a six‑role DevOps team model linked to the Six Thinking Hats, shares community viewpoints on role prioritization, and concludes that DevOps structures must be tailored to solve concrete business problems rather than follow a fixed standard.

DevOpsTool Chainoperations
0 likes · 12 min read
Why DevOps Teams Often Turn Into Tool Chains and What an Ideal DevOps Team Structure Looks Like
DevOps
DevOps
Jul 24, 2019 · Operations

Netflix Case Study: Culture, Growth, and Engineering Practices

This article examines Netflix's evolution through three growth phases—DVD mail service, streaming transition, and original content production—while analyzing its disruptive culture of freedom and responsibility, DevOps practices, anti‑fragile mindset, and the strategic lessons for organizations.

Anti-fragileCultureDevOps
0 likes · 16 min read
Netflix Case Study: Culture, Growth, and Engineering Practices
21CTO
21CTO
Jul 22, 2019 · Cloud Native

Understanding Kubernetes v1.0: The Comic Guide to the Cloud Native Revolution

Released on July 21, 2015, Kubernetes v1.0 marked a pivotal moment in cloud-native computing, quickly becoming a foundational open‑source platform adopted by companies worldwide, and this article uses a comic strip to illustrate its core concepts and significance.

Container OrchestrationDevOpsopen source
0 likes · 4 min read
Understanding Kubernetes v1.0: The Comic Guide to the Cloud Native Revolution
DevOps
DevOps
Jul 22, 2019 · Operations

DevOps Team Topologies: Anti‑Types, Types, and Choosing the Right Structure

This article explains the various DevOps team topologies—including anti‑patterns A‑G and nine positive types—detailing their characteristics, applicability, and potential effectiveness so organizations can select the most suitable structure for their value‑stream delivery goals.

Anti-PatternDevOpsTeam Topology
0 likes · 14 min read
DevOps Team Topologies: Anti‑Types, Types, and Choosing the Right Structure
MaGe Linux Operations
MaGe Linux Operations
Jul 18, 2019 · Operations

Mastering Linux Operations: Roles, Skills, and Career Roadmap

This comprehensive guide explores Linux’s dominance in servers, outlines the various Linux‑related fields, details the responsibilities and classifications of Linux operations roles, lists essential tools and skills, and highlights the evolution and future trends for aspiring Linux ops professionals.

DevOpsautomationcareer guide
0 likes · 15 min read
Mastering Linux Operations: Roles, Skills, and Career Roadmap
UCloud Tech
UCloud Tech
Jul 18, 2019 · Cloud Native

How UCloud Built a Kubernetes‑Powered CI/CD Platform with GitLab and KUN

UCloud integrated GitLab with its custom Kubernetes‑based container service platform KUN to achieve daily automated deployments, detailing CI/CD goals, branch strategy, pipeline design, Kaniko image building, runner execution, and a specialized YAML editor for seamless cloud‑native development.

CI/CDDevOpsGitLab
0 likes · 11 min read
How UCloud Built a Kubernetes‑Powered CI/CD Platform with GitLab and KUN
Cloud Native Technology Community
Cloud Native Technology Community
Jul 18, 2019 · Cloud Native

Container PaaS Journey of a Large Joint-Stock Bank: Architecture, DevOps, and Kube‑OVN Network Solution

The talk from KubeCon 2019 details how a major commercial bank adopted a container‑based PaaS platform, covering digital transformation drivers, agile and DevOps practices, a multi‑cluster Kubernetes architecture, the custom Kube‑OVN networking solution, and the resulting operational and business benefits.

DevOpsKube-OVNKubernetes
0 likes · 11 min read
Container PaaS Journey of a Large Joint-Stock Bank: Architecture, DevOps, and Kube‑OVN Network Solution
21CTO
21CTO
Jul 17, 2019 · Cloud Native

What Exactly Is Cloud Native? A Clear Guide to Its Core Concepts and Benefits

Cloud native, a rapidly evolving paradigm, combines containerization, microservices, DevOps, and continuous delivery to build applications that fully leverage cloud elasticity and scalability, and while its definitions vary across organizations and time, the core principles remain DevOps, continuous delivery, microservices, and containers.

DevOpscloud-nativecontainerization
0 likes · 11 min read
What Exactly Is Cloud Native? A Clear Guide to Its Core Concepts and Benefits
DevOpsClub
DevOpsClub
Jul 16, 2019 · Operations

How Microsoft Shifted Testing Left to Accelerate DevOps Efficiency

Microsoft’s Azure DevOps team dramatically improved engineering efficiency by adopting a shift‑left testing strategy, replacing thousands of legacy functional tests with fast, reliable unit and integration tests, establishing six testing principles, a tiered test pyramid, and data‑driven metrics that now enable tens of thousands of daily releases.

DevOpsEngineering EfficiencyMicrosoft Azure
0 likes · 15 min read
How Microsoft Shifted Testing Left to Accelerate DevOps Efficiency
DevOps
DevOps
Jul 16, 2019 · R&D Management

Deadline‑Driven Development (DDD) – The “Hanging‑Rope” Approach and Its Advantages

The article introduces Deadline‑Driven Development (DDD), humorously dubbed “hanging‑rope development,” explains its reverse‑schedule methodology, outlines three key implementation steps, highlights its benefits for task clarity and focus, and concludes with a light‑hearted invitation to discuss other quirky development‑driven approaches.

AgileDevOpsProject Management
0 likes · 6 min read
Deadline‑Driven Development (DDD) – The “Hanging‑Rope” Approach and Its Advantages
DevOps
DevOps
Jul 14, 2019 · Cloud Native

Foxconn Cloud Platform and Industrial Internet Practices: Microservices, DevOps, and Cloud‑Native Architecture

The talk outlines Foxconn Cloud’s industrial‑internet practices, explaining why microservices, DevOps and cloud computing dominate industries, detailing unique microservice design versus traditional SOA, and showcasing real‑world cloud‑native architectures and development approaches for manufacturing and IoT applications.

Cloud ComputingDevOpsIndustrial Internet
0 likes · 16 min read
Foxconn Cloud Platform and Industrial Internet Practices: Microservices, DevOps, and Cloud‑Native Architecture
Programmer DD
Programmer DD
Jul 13, 2019 · Operations

Deploy SpringBoot Apps Directly from IDEA Using Cloud Toolkit

This article walks through using Alibaba Cloud's Cloud Toolkit IDE plugin to configure, package, and deploy a SpringBoot application from IntelliJ IDEA to any server, compares its workflow with native IDEA deployment, and evaluates its core features such as Deploy to Host, Deploy to ECS, file upload, remote terminal, and built‑in Arthas diagnostics.

ArthasDevOpsIDE plugin
0 likes · 16 min read
Deploy SpringBoot Apps Directly from IDEA Using Cloud Toolkit
Java Captain
Java Captain
Jul 13, 2019 · Cloud Native

Comprehensive Docker Guide: Introduction, Installation, Basic Commands, Dockerfile, and Image Publishing

This article provides a detailed overview of Docker, covering its origins, core concepts, advantages, installation steps, configuration of accelerators, essential command‑line usage, container lifecycle management, Dockerfile syntax for custom images, and how to publish images to public and private registries.

Command LineDevOpsDockerfile
0 likes · 19 min read
Comprehensive Docker Guide: Introduction, Installation, Basic Commands, Dockerfile, and Image Publishing
DevOps
DevOps
Jul 11, 2019 · R&D Management

Reflections on a Four‑Week Research Project About Google’s Agile Core

The author recounts a four‑week, self‑organized DevOps research sprint on Google’s agile practices, describing the challenges of remote teamwork, sprint planning, iterative deliverables, and the final presentation, while highlighting lessons learned about autonomy, communication, and outcome‑focused management.

DevOpsresearchsprint
0 likes · 7 min read
Reflections on a Four‑Week Research Project About Google’s Agile Core
Ctrip Technology
Ctrip Technology
Jul 11, 2019 · Cloud Native

Ctrip’s Continuous Delivery Practices and Unified Build Platform with Jenkins on Kubernetes

This article describes Ctrip’s large‑scale continuous delivery system, its benefits for efficiency, quality, reliability and team collaboration, the evolution of its deployment models, the design of a unified Jenkins‑based build platform, and practical experiences running Jenkins on Kubernetes with elastic scheduling and workspace management.

CI/CDContinuous DeliveryDevOps
0 likes · 19 min read
Ctrip’s Continuous Delivery Practices and Unified Build Platform with Jenkins on Kubernetes
DevOpsClub
DevOpsClub
Jul 9, 2019 · Operations

How Microsoft’s Release Flow Revamped DevOps Efficiency

This article examines Microsoft’s DevOps transformation, detailing the shift to a trunk‑based Release Flow, the new branch strategy, pull‑request workflow, hot‑fix process, and how these practices dramatically boost engineering speed, reliability, and large‑scale deployment across data centers.

Azure DevOpsBranch StrategyDevOps
0 likes · 13 min read
How Microsoft’s Release Flow Revamped DevOps Efficiency
Architect's Tech Stack
Architect's Tech Stack
Jul 8, 2019 · Cloud Native

Understanding Docker Images, Containers, and Commands

This article explains Docker's core concepts—including the union file system, the distinction between images and containers, the structure of read‑only and read‑write layers, and detailed explanations of common Docker commands such as create, start, run, ps, images, and more—providing a comprehensive guide for developers to master container technology.

DevOpsDockerDocker Commands
0 likes · 12 min read
Understanding Docker Images, Containers, and Commands
DevOps
DevOps
Jul 2, 2019 · R&D Management

Implementing Requirement Itemization in TFS: Process and Best Practices

This article explains how the Agricultural Bank's R&D Center uses TFS for end‑to‑end requirement itemization, detailing the workflow of project, module, and function work items, the importance of standardized information entry, and guidelines for demand batch and change number documentation.

DevOpsTFSprocess
0 likes · 4 min read
Implementing Requirement Itemization in TFS: Process and Best Practices
DevOps Cloud Academy
DevOps Cloud Academy
Jun 30, 2019 · Operations

Integrating ZenTao with Jenkins for Automated Builds

This guide explains how to configure ZenTao to trigger Jenkins builds automatically when tasks reach a designated status, covering Jenkins parameterized builds, webhook setup, integration testing, and practical tips for controlling builds based on task state.

CI/CDDevOpsIntegration
0 likes · 2 min read
Integrating ZenTao with Jenkins for Automated Builds
Tencent Cloud Developer
Tencent Cloud Developer
Jun 28, 2019 · Cloud Computing

How Serverless 2.0 Redefines Cloud Development: Architecture, Features, and Tooling

The article analyzes the rapid growth of the serverless market, outlines the technical limitations of existing serverless solutions, and details Tencent Cloud's Serverless 2.0 architecture—including event functions, HTTP functions, HTTP services, developer tools, DevOps integration, and monitoring—while presenting real‑world use cases and performance improvements.

Cloud ComputingDevOpsServerless
0 likes · 15 min read
How Serverless 2.0 Redefines Cloud Development: Architecture, Features, and Tooling
360 Tech Engineering
360 Tech Engineering
Jun 28, 2019 · Operations

Modular Puppet Code: Environments, Modules, and Classes

This article explains how to structure modular Puppet code by configuring environments, creating reusable modules, and designing classes, covering environment paths, hiera data, module generation, publishing to the Forge, and key class functions such as include, require, contain, and hiera_include.

DevOpsModulesPuppet
0 likes · 11 min read
Modular Puppet Code: Environments, Modules, and Classes
DevOps
DevOps
Jun 25, 2019 · Operations

Applying Emergency Room Principles to IT Operations: Kanban, Scrum, and Prioritization

The article draws parallels between emergency rooms and IT operations, describing how Kanban's WIP limits, one‑to‑one liaison models, transparent dashboards, and Scrum time‑boxing (daily stand‑ups and weekly reviews) help a globally distributed team prioritize urgent incidents while still advancing important non‑urgent work.

DevOpsIT Operationsincident management
0 likes · 10 min read
Applying Emergency Room Principles to IT Operations: Kanban, Scrum, and Prioritization
Efficient Ops
Efficient Ops
Jun 25, 2019 · Operations

Unlocking the Future of IT: What Is Operations Development and Why It Matters

This article defines operations development, examines why traditional IT ops tools often fail, outlines a four‑principle methodology emphasizing simplicity, automation, full‑stack and collaborative development, and explains how mastering these practices can transform manual operations into efficient, scalable DevOps solutions.

DevOpsFull-Stacktool development
0 likes · 12 min read
Unlocking the Future of IT: What Is Operations Development and Why It Matters
DevOps
DevOps
Jun 24, 2019 · Operations

Why TDD Is Essential for Effective DevOps and Continuous Delivery

The article argues that without Test‑Driven Development (TDD) or its extension ATDD, DevOps initiatives and continuous delivery pipelines lack reliable automated testing, making releases risky despite high code‑coverage metrics.

ATDDCI/CDContinuous Delivery
0 likes · 6 min read
Why TDD Is Essential for Effective DevOps and Continuous Delivery
MaGe Linux Operations
MaGe Linux Operations
Jun 24, 2019 · Operations

Mastering Elegant Dockerfiles: From Basics to Multi‑Stage Builds

This article explains Docker containers and Dockerfiles, compares simple and compact Dockerfile examples, demonstrates single‑file versus multi‑file builds, and shows how multi‑stage builds can dramatically reduce image size while keeping Dockerfiles maintainable and efficient.

DevOpsDockerDockerfile
0 likes · 12 min read
Mastering Elegant Dockerfiles: From Basics to Multi‑Stage Builds
System Architect Go
System Architect Go
Jun 24, 2019 · Fundamentals

Revisiting the Twelve-Factor App: Core Principles for Building Robust and Scalable Services

This article reviews the Twelve-Factor App methodology, outlining twelve essential guidelines—including codebase management, explicit dependencies, configuration separation, backing services, build‑release‑run workflow, stateless processes, port binding, concurrency, disposability, environment parity, logging, and admin processes—to help developers design resilient, cloud‑native applications.

App ArchitectureDevOpsTwelve-Factor
0 likes · 6 min read
Revisiting the Twelve-Factor App: Core Principles for Building Robust and Scalable Services
Mafengwo Technology
Mafengwo Technology
Jun 21, 2019 · Frontend Development

How Containers Supercharge Frontend Development: Real-World Practices

This article explains how container technology, including Docker and Kubernetes, empowers modern frontend development by improving build isolation, accelerating testing, enabling rapid rollbacks, and providing stable, scalable deployment pipelines for web, mobile, and mini‑program applications.

CI/CDContainersDevOps
0 likes · 17 min read
How Containers Supercharge Frontend Development: Real-World Practices
Cloud Native Technology Community
Cloud Native Technology Community
Jun 19, 2019 · Operations

Key DevOps Challenges in 2019 and How to Overcome Them

The article examines the major DevOps challenges teams faced in 2019—including legacy systems, project selection, performance testing, and human factors—and offers practical strategies to address each issue while outlining the outlook for DevOps adoption in the coming year.

2019 OutlookDevOpsLegacy Systems
0 likes · 5 min read
Key DevOps Challenges in 2019 and How to Overcome Them
macrozheng
macrozheng
Jun 19, 2019 · Cloud Native

Master Docker Compose: Install, Configure, and Deploy Multi-Container Apps

Learn how to install Docker Compose, configure its permissions, verify installation, and use it to define services, images, ports, volumes, and environment variables in a docker‑compose.yml file, then manage containers with common commands to deploy and run multi‑container applications efficiently.

ContainersDevOpsDocker
0 likes · 9 min read
Master Docker Compose: Install, Configure, and Deploy Multi-Container Apps
21CTO
21CTO
Jun 18, 2019 · Cloud Native

Why Docker? A Practical Guide to Containerizing Development Environments

This article explains why Docker is essential for modern development, compares it with traditional VM approaches, introduces core concepts such as images, containers, Dockerfiles, and Docker Compose, and provides practical commands and examples for building, running, and orchestrating services efficiently.

DevOpsDocker ComposeDockerfile
0 likes · 12 min read
Why Docker? A Practical Guide to Containerizing Development Environments
Continuous Delivery 2.0
Continuous Delivery 2.0
Jun 18, 2019 · Operations

Key Questions on DevOps Transformation: Persuading Leadership, Building a Middle Platform, and Integrating Automated Testing

The article records three audience questions from a DevOps transformation talk—how to convince leadership, when and how to adopt a middle platform, and how to address automation testing in traditional development—providing practical advice and an event announcement.

Automation TestingDevOpsmiddle platform
0 likes · 6 min read
Key Questions on DevOps Transformation: Persuading Leadership, Building a Middle Platform, and Integrating Automated Testing
Architects' Tech Alliance
Architects' Tech Alliance
Jun 15, 2019 · Cloud Native

From Functions to Serverless: Tracing the Evolution of Cloud‑Native Architecture

The article chronicles the historical shift from low‑level functions through object‑oriented, interface‑driven, and component‑based designs to WebServices, microservices, and finally serverless cloud‑native applications, highlighting key industry milestones, Amazon's architectural principles, and the role of DevOps, Docker, and Kubernetes.

DevOpsDockerKubernetes
0 likes · 18 min read
From Functions to Serverless: Tracing the Evolution of Cloud‑Native Architecture
DevOps
DevOps
Jun 13, 2019 · Operations

How to Import and Export Test Cases in TFS

This guide explains how to use the TFS Test Plan Management tool to import and export test cases, detailing step‑by‑step procedures, example screenshots, default file locations, and answers to common questions for testers seeking to manage their test case data efficiently.

DevOpsExportTFS
0 likes · 3 min read
How to Import and Export Test Cases in TFS
DevOps
DevOps
Jun 11, 2019 · R&D Management

How to Use TFS: Understanding Defect Statuses and Performing Bulk Updates

This guide explains how to query, interpret, and manage defect statuses in TFS—including the four typical workflow states and the method for bulk‑updating statuses—providing practical tips for developers and testers in a DevOps environment.

Bulk UpdateDefect ManagementDevOps
0 likes · 4 min read
How to Use TFS: Understanding Defect Statuses and Performing Bulk Updates
macrozheng
macrozheng
Jun 10, 2019 · Operations

Master Docker: Install the Environment and Essential Commands for Containers

This guide walks you through installing Docker on Linux, adding the Docker repository, installing the engine, and mastering the most common Docker commands for managing images and containers, including searching, pulling, running, inspecting, and cleaning up resources.

Command LineContainersDevOps
0 likes · 7 min read
Master Docker: Install the Environment and Essential Commands for Containers
DevOps Cloud Academy
DevOps Cloud Academy
Jun 7, 2019 · Operations

SonarQube Architecture and Integration Overview

This article explains SonarQube’s architecture, detailing its server, database, plugin library, and scanner components, and describes the typical development workflow from IDE integration and code commit through CI‑triggered analysis, result submission, and code review, including deployment considerations for machines and network placement.

CI/CDDevOpsSonarQube
0 likes · 3 min read
SonarQube Architecture and Integration Overview
DevOps
DevOps
May 30, 2019 · Product Management

Agile Planning Misconceptions and Two-Level Project Planning in DevCloud

This article clarifies common agile planning myths, explains the two‑level project planning approach used in Huawei’s DevCloud—including roadmap and iteration planning—covers demand gathering, backlog management, sprint execution, and the importance of continuous feedback and adaptation in product management.

DevOpsRoadmapproduct management
0 likes · 13 min read
Agile Planning Misconceptions and Two-Level Project Planning in DevCloud
dbaplus Community
dbaplus Community
May 30, 2019 · Cloud Native

Re‑engineering a Legacy Ops Platform with Kubernetes and Docker

Facing scaling and resource‑management limits of a legacy Java‑centric ops platform, a team rebuilt their deployment system from 2018 onward, adopting Docker, Kubernetes, Prometheus, and kube‑router, while ensuring seamless migration for thousands of services and addressing networking, memory, and debugging challenges.

DevOpsDockerKubernetes
0 likes · 15 min read
Re‑engineering a Legacy Ops Platform with Kubernetes and Docker
MaGe Linux Operations
MaGe Linux Operations
May 28, 2019 · Operations

What Skills and Knowledge Do You Need to Master Large‑Scale Website Operations?

This article explains what large‑scale website operations entail, outlines the product lifecycle and the crucial role of operations engineers, lists essential technical skills and personal qualities, and discusses current challenges, future prospects, and key technical topics such as cluster management, monitoring, fault handling, and automation.

Cluster ManagementDevOpsMonitoring
0 likes · 18 min read
What Skills and Knowledge Do You Need to Master Large‑Scale Website Operations?
DevOps
DevOps
May 26, 2019 · Product Management

Applying DevCloud to Agile Practices: User Stories, Requirements, and Workflow Management

This article shares the author's experience using Huawei Cloud DevCloud to implement agile DevOps practices, focusing on user story creation, the 3C principle, requirement splitting, non‑functional requirements, and practical tips for effective demand management within software development teams.

DevOpsproduct managementrequirements
0 likes · 12 min read
Applying DevCloud to Agile Practices: User Stories, Requirements, and Workflow Management
dbaplus Community
dbaplus Community
May 18, 2019 · Cloud Native

Why Kubernetes Is the Bedrock of Cloud‑Native and How to Adopt It

This article explains Kubernetes' origins, its pivotal role in the cloud‑native ecosystem, practical steps for migrating legacy applications, common operational challenges, and emerging trends such as service mesh, serverless, and data‑service integration.

Container OrchestrationDevOpsKubernetes
0 likes · 11 min read
Why Kubernetes Is the Bedrock of Cloud‑Native and How to Adopt It
Continuous Delivery 2.0
Continuous Delivery 2.0
May 17, 2019 · Operations

Continuous Delivery 2.0: Dual‑Loop Model, DevOps Practices, and Organizational Insights

This article presents the author’s experience and concepts behind Continuous Delivery 2.0, covering the evolution from traditional waterfall to DevOps, case studies from Flickr, Etsy and LinkedIn, the dual‑loop delivery model, lean and system‑thinking principles, and practical guidance for building sustainable, high‑frequency software delivery pipelines.

DevOpsLean
0 likes · 19 min read
Continuous Delivery 2.0: Dual‑Loop Model, DevOps Practices, and Organizational Insights
Tencent Cloud Developer
Tencent Cloud Developer
May 16, 2019 · Game Development

Case Study: Deploying Pandora Marketing Solution on Tencent Cloud Kubernetes for Game Operations

The case study details how Pandora’s marketing solution for Tencent’s games was migrated to a managed Tencent Cloud Kubernetes cluster, compares container‑service, serverless, and self‑built options, outlines the new image‑based deployment workflow, autoscaling, monitoring practices, and demonstrates the operational benefits of tighter dev‑ops collaboration.

DevOpsGame MarketingKubernetes
0 likes · 12 min read
Case Study: Deploying Pandora Marketing Solution on Tencent Cloud Kubernetes for Game Operations
Efficient Ops
Efficient Ops
May 14, 2019 · Operations

How to Master Multi‑Cloud Operations: Lessons from a Gaming Company’s Hybrid Architecture

This talk shares a senior director’s experience building a hybrid multi‑cloud infrastructure for a game company, covering stability, efficiency, cost challenges, design‑for‑failure principles, standardization, resource automation, and the cultural and organizational factors that affect successful cloud operations.

DevOpsMulti-Cloudcost optimization
0 likes · 20 min read
How to Master Multi‑Cloud Operations: Lessons from a Gaming Company’s Hybrid Architecture
Tencent Cloud Developer
Tencent Cloud Developer
May 13, 2019 · Cloud Native

Reexamining Software Process Improvement in the DevOps and Cloud‑Native Era

The article revisits software process improvement, arguing that despite DevOps and cloud‑native advances—exemplified by Jenkins’s evolution from simple builds to fully programmable, Git‑and‑Kubernetes‑driven pipelines—continuous, metric‑driven refinement remains essential for boosting efficiency, quality, and resilience in modern, micro‑service‑centric delivery.

CI/CDDevOpsJenkins
0 likes · 15 min read
Reexamining Software Process Improvement in the DevOps and Cloud‑Native Era
Java Captain
Java Captain
May 12, 2019 · Operations

Fundamentals of Container Technology and Docker

This article explains the core concepts of container technology—including specifications, runtimes, management tools, image definitions, registries, and container operating systems—while illustrating why containers are advantageous for developers and operations teams in modern software delivery.

Container OSContainer RegistryContainers
0 likes · 9 min read
Fundamentals of Container Technology and Docker
21CTO
21CTO
May 10, 2019 · Backend Development

How to Build a Scalable Backend Stack for Startups: Languages, Tools & Best Practices

This guide walks through the essential layers of a startup's backend technology stack—from language choices and core components like databases, RPC frameworks, and messaging middleware to operational tools for CI/CD, monitoring, logging, and deployment—offering practical selection criteria and architectural diagrams.

DevOpsbackendcloud
0 likes · 30 min read
How to Build a Scalable Backend Stack for Startups: Languages, Tools & Best Practices
Architecture Digest
Architecture Digest
May 10, 2019 · Backend Development

Comprehensive Guide to Building a Backend Technology Stack for Startups

This article provides an extensive overview of how startups can design, select, and integrate languages, components, processes, and systems—such as project management, DNS, load balancing, databases, messaging, monitoring, and deployment—to construct a robust and scalable backend architecture.

DevOpsarchitecturecomponents
0 likes · 30 min read
Comprehensive Guide to Building a Backend Technology Stack for Startups
DevOps
DevOps
May 6, 2019 · Operations

Implementing DevOps for Legacy Vendor Systems in a Global Bank: A Continuous Delivery Case Study

Facing a legacy .NET and Oracle‑based vendor system serving ten countries, a global bank doubled release frequency and halved failures by separating small data‑patch deployments from monthly releases, automating testing and deployment with Jenkins, GitHub, and custom scripts, and aligning release windows to regional business hours.

Continuous DeliveryDatabase deploymentDevOps
0 likes · 9 min read
Implementing DevOps for Legacy Vendor Systems in a Global Bank: A Continuous Delivery Case Study
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 30, 2019 · Operations

How Alibaba’s Feature Environments Revolutionize Test Environment Management

Alibaba’s R&D team introduced a service‑level virtualization technique called “feature environments,” which uses shared base environments and virtual routing to provide lightweight, isolated test environments, reducing cost and improving stability while leveraging containers, Kubernetes, and DevOps practices for large‑scale projects.

DevOpsKubernetescloud-native
0 likes · 21 min read
How Alibaba’s Feature Environments Revolutionize Test Environment Management
DevOps
DevOps
Apr 24, 2019 · Operations

2019 Accelerate State of DevOps Survey: Participation Guide, Insights, and Interview with Nicole Forsgren

This article introduces the 2019 Accelerate State of DevOps survey, explains how to join the questionnaire, provides background on previous reports, shares a detailed interview with Nicole Forsgren about research design and key findings such as architecture, cloud adoption, and outsourcing, and encourages community participation.

AccelerateDevOpsNicole Forsgren
0 likes · 35 min read
2019 Accelerate State of DevOps Survey: Participation Guide, Insights, and Interview with Nicole Forsgren
Efficient Ops
Efficient Ops
Apr 24, 2019 · Operations

Why Every Ops Change Should Be Treated Like a Project

This article shares practical lessons from a real‑world ops incident, emphasizing the need for clear change background, optimal timing, project‑style management, and strict process adherence to reduce risk and improve production reliability.

DevOpsbest practiceschange management
0 likes · 9 min read
Why Every Ops Change Should Be Treated Like a Project
dbaplus Community
dbaplus Community
Apr 23, 2019 · Operations

How a Global Bank Doubled Release Frequency and Halved Failures with Automated Data Patch Pipelines

A major bank transformed its legacy vendor‑managed .NET/Oracle applications by automating data‑patch deployments through Git, Jenkins, and custom database tools, enabling weekday releases, reducing manual effort, cutting overtime, and achieving continuous delivery despite outdated systems.

Continuous DeliveryDatabase AutomationDevOps
0 likes · 9 min read
How a Global Bank Doubled Release Frequency and Halved Failures with Automated Data Patch Pipelines
Architects' Tech Alliance
Architects' Tech Alliance
Apr 23, 2019 · Cloud Computing

A Decade of Cloud Computing: Evolution, Current Landscape, and Future Trends

This article reviews the ten‑year evolution of cloud computing from its early AWS experiments to the present, analyzing the technological, social, and business drivers, outlining each development stage, and forecasting future directions such as AI integration, vertical clouds, multi‑cloud strategies, and ecosystem growth.

AICloud ComputingDevOps
0 likes · 29 min read
A Decade of Cloud Computing: Evolution, Current Landscape, and Future Trends
Didi Tech
Didi Tech
Apr 23, 2019 · Industry Insights

What the First Global DevOps Standard Means for Didi and the Industry

The article explains the launch of the world’s first DevOps capability maturity model, the collaborative effort behind it, Didi’s role as a standards workgroup member, and how its OE (OneExperience) platform embodies the new guidelines to streamline the entire software delivery lifecycle.

Capability Maturity ModelDevOpsDidi
0 likes · 5 min read
What the First Global DevOps Standard Means for Didi and the Industry
21CTO
21CTO
Apr 19, 2019 · Operations

From Junior to Senior Ops Engineer: Master the Skills to Level Up

This guide walks you through the entire career ladder of a senior operations engineer, covering essential Linux, networking, monitoring, container, automation, and security skills, while offering practical advice on job roles, learning paths, and professional growth.

DevOpsMonitoringcontainerization
0 likes · 13 min read
From Junior to Senior Ops Engineer: Master the Skills to Level Up
ITPUB
ITPUB
Apr 19, 2019 · Operations

How to Level Up from Junior to Senior DevOps Engineer: A Complete Roadmap

This guide outlines the career stages, skill sets, and practical tasks for DevOps engineers—from entry‑level troubleshooting to senior‑level architecture, automation, and performance optimization—providing concrete learning paths, tools, and personal development advice to help engineers advance their operations careers.

DevOpsLinuxMonitoring
0 likes · 12 min read
How to Level Up from Junior to Senior DevOps Engineer: A Complete Roadmap
DevOps
DevOps
Apr 16, 2019 · Operations

DevOps Trends and Predictions for 2019: Insights from XebiaLabs, G20Group, and Veritis

This article compiles 22 DevOps predictions from XebiaLabs, G20Group, and Veritis, highlighting trends such as continuous integration pipelines, value‑stream mapping, real‑time data mining, shared responsibility culture, self‑service deployment, DevSecOps, AI‑driven automation, containerization, FaaS, and the growing importance of automation and security in software delivery.

AICI/CDDevOps
0 likes · 7 min read
DevOps Trends and Predictions for 2019: Insights from XebiaLabs, G20Group, and Veritis
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Apr 16, 2019 · Operations

Mastering Puppet: Scalable Server Automation for Large-Scale Deployments

This article introduces Puppet, an open‑source configuration‑management framework, explains its architecture and workflow, and provides step‑by‑step instructions for installing and configuring master, CA, and agent nodes, along with a detailed overview of the puppet.conf settings and common resource types for large‑scale server automation.

DevOpsPuppetautomation
0 likes · 13 min read
Mastering Puppet: Scalable Server Automation for Large-Scale Deployments
dbaplus Community
dbaplus Community
Apr 15, 2019 · Operations

Mastering DevOps Operations: Monitoring, NOC, and MSP Strategies

This article explains how to maintain a DevOps environment by defining monitoring, its goals, key metrics, fault‑detection and performance measurement, adapting monitoring to continuous changes, and outlining the roles and processes of NOC and MSP for reliable, automated operations.

DevOpsMSPNOC
0 likes · 16 min read
Mastering DevOps Operations: Monitoring, NOC, and MSP Strategies
DevOps
DevOps
Apr 10, 2019 · R&D Management

Why Quality Is Low: Insights and Metrics from the 2019 Scaled Agile Spring Summit

The article reflects on the 2019 Scaled Agile Spring Summit discussion of the "Quality is low" problem, analyzing its causes, distinguishing internal and external quality, exposing common measurement pitfalls, and proposing a process‑driven Build‑In‑Quality approach supported by agile, DevOps, and metric frameworks.

DevOps
0 likes · 11 min read
Why Quality Is Low: Insights and Metrics from the 2019 Scaled Agile Spring Summit