Tagged articles

devops

3824 articles · Page 24 of 39
Efficient Ops
Efficient Ops
Mar 16, 2021 · Operations

How DevOps Drives Digital Operations for Lean IT Organizations

The article explains how DevOps extends digital value across the entire software delivery lifecycle, enabling lean IT organizations to improve efficiency, reduce costs, and align technical and business operations through scenario‑based digital operations and accurate data and language integration.

IT OperationsLean ITdevops
0 likes · 9 min read
How DevOps Drives Digital Operations for Lean IT Organizations
21CTO
21CTO
Mar 16, 2021 · Operations

How Cloud Computing Is Redefining Operations: Trends, Challenges, and Strategies

The article examines how the rapid adoption of cloud computing, DevOps, AIOps, and FinOps is reshaping the role of IT operations, highlighting new trends, evolving work boundaries, and the essential characteristics of a modern, automated, secure, and cost‑optimized operations system.

AIOpsFinOpsOperations
0 likes · 18 min read
How Cloud Computing Is Redefining Operations: Trends, Challenges, and Strategies
DevOps
DevOps
Mar 15, 2021 · R&D Management

Scaling Scrum: From an 8‑Person Team to a Hundred‑Person R&D Workflow

This article describes how Worktile introduced Scrum, built an 8‑person self‑organizing Scrum team for the Lesschat product, iterated through two‑week Sprints, identified and solved scaling challenges, and eventually evolved into a multi‑team, hundred‑person agile R&D organization with continuous delivery practices.

continuous deliverydevopsscrum
0 likes · 9 min read
Scaling Scrum: From an 8‑Person Team to a Hundred‑Person R&D Workflow
DevOps Cloud Academy
DevOps Cloud Academy
Mar 13, 2021 · Operations

2021 DevOps Trends and Predictions: Microservices, DevSecOps, IA, AIOps, AgileOps, AI/ML, Kubernetes, and Cloud Management

The article outlines eight major 2021 DevOps trends—including the rise of microservices, increased DevSecOps adoption, infrastructure automation, predictive analytics in AIOps, AgileOps, AI/ML‑driven pipelines, Kubernetes integration, and cloud management platforms—highlighting their benefits and future impact on software delivery.

AIOpsCloud ManagementDevSecOps
0 likes · 7 min read
2021 DevOps Trends and Predictions: Microservices, DevSecOps, IA, AIOps, AgileOps, AI/ML, Kubernetes, and Cloud Management
iQIYI Technical Product Team
iQIYI Technical Product Team
Mar 12, 2021 · Operations

Implementation and Practice of LEDAO‑CAT Monitoring System for iQIYI Content Platform

To meet the LEDAO platform’s need for rapid anomaly detection, full‑stack observability, and reliable alerting across more than 100 microservices, iQIYI evaluated OpenFalcon, Prometheus and CAT, selected CAT, deployed separate mainland and overseas clusters, added configurable access, health‑check and integrated alert channels, enabling five‑minute service onboarding, near‑zero‑intrusion instrumentation, and real‑time business‑level monitoring.

AlertingCATObservability
0 likes · 12 min read
Implementation and Practice of LEDAO‑CAT Monitoring System for iQIYI Content Platform
Top Architect
Top Architect
Mar 11, 2021 · Operations

Popular DevOps Tools Overview

This article provides a comprehensive overview of modern DevOps practices and popular tools—including version control, containerization, orchestration, automation, collaboration, and monitoring—explaining their purposes, key features, and how they fit into the software delivery lifecycle.

CI/CDContainersautomation
0 likes · 13 min read
Popular DevOps Tools Overview
Ops Development Stories
Ops Development Stories
Mar 11, 2021 · Cloud Native

Mastering Argo Workflows: From Installation to Advanced CI/CD Pipelines

This article provides a comprehensive guide to Argo Workflows, covering its core concepts, installation of both controller and client, detailed examples of workflows, templates, variables, reusable WorkflowTemplate and ClusterWorkflowTemplate resources, and a practical CI/CD pipeline implementation on Kubernetes.

Argo WorkflowsCI/CDKubernetes
0 likes · 20 min read
Mastering Argo Workflows: From Installation to Advanced CI/CD Pipelines
Architecture Digest
Architecture Digest
Mar 11, 2021 · Cloud Native

Minsheng Bank Data Middle Platform: Cloud‑Native Architecture, Tools, and Practices

This article details Minsheng Bank's data middle platform built since 2018, explaining its cloud‑native architecture, the underlying microservice and container design, the operational pain points it addresses, and the suite of DevOps tools, management solutions, and component strategies that enable scalable, secure, and efficient financial data services.

Middlewarebankingbig-data
0 likes · 14 min read
Minsheng Bank Data Middle Platform: Cloud‑Native Architecture, Tools, and Practices
macrozheng
macrozheng
Mar 10, 2021 · Cloud Native

Deploy Mall‑Swarm on Kubernetes with Rancher: Full Step‑by‑Step Guide

This article walks through deploying the open‑source mall‑swarm project using Docker for supporting services on a base server and Kubernetes on an application server, covering image packaging, Docker Compose setup, Rancher installation, Nacos configuration, YAML deployments, and Nginx reverse‑proxy access, with full command examples.

DockerKubernetescloud-native
0 likes · 15 min read
Deploy Mall‑Swarm on Kubernetes with Rancher: Full Step‑by‑Step Guide
DevOps
DevOps
Mar 9, 2021 · R&D Management

Designing R&D Teams as Special Forces: Organizational Architecture for Agile Development

The article explains how adopting a "special forces" style organizational structure—small, cross‑functional squads with clear goals and boundaries—can improve R&D efficiency, adaptability to changing business needs, performance assessment, and career development within modern software companies.

Special ForcesTeam Organizationdevops
0 likes · 7 min read
Designing R&D Teams as Special Forces: Organizational Architecture for Agile Development
Continuous Delivery 2.0
Continuous Delivery 2.0
Mar 9, 2021 · Operations

Scaling DevOps in Organizations Over 100 People: Normalization, Standardization, and Platformization

When a software organization exceeds one hundred members, merely copying existing DevOps practices is insufficient; instead, a three‑step approach—normalization, standardization, and platformization—must be applied to restructure teams, enable measurable outcomes, and sustain scalable efficiency across the enterprise.

devopsmeasurement
0 likes · 5 min read
Scaling DevOps in Organizations Over 100 People: Normalization, Standardization, and Platformization
Efficient Ops
Efficient Ops
Mar 2, 2021 · Operations

Scaling a Mobile Trading App: Ops, CMDB, and Full‑Chain Stress Testing

In this talk, Guoxin Securities’ operations expert Cai Hua outlines the architecture and massive user base of the Gold Sun mobile trading app, examines the unique operational challenges of securities platforms, and details the company’s comprehensive technical‑operations framework—including CMDB accuracy, automation, standardized release pipelines, multi‑layer monitoring, and full‑chain capacity testing—to ensure stability, scalability, and future innovation.

CMDBdevops
0 likes · 23 min read
Scaling a Mobile Trading App: Ops, CMDB, and Full‑Chain Stress Testing
JD Cloud Developers
JD Cloud Developers
Mar 2, 2021 · Operations

Deployment vs Release: Unraveling Modern DevOps Strategies

This article clarifies the distinction between deployment and release, explores historical shifts, and details contemporary strategies such as continuous deployment, on‑demand release, blue‑green, rolling, dark launch, canary, gray releases, A/B testing, and feature toggles, illustrated with real‑world Facebook case studies.

Blue-GreenCanary ReleaseContinuous Deployment
0 likes · 32 min read
Deployment vs Release: Unraveling Modern DevOps Strategies
dbaplus Community
dbaplus Community
Mar 1, 2021 · Operations

How We Built a Scalable DevOps Toolchain for Faster Product Delivery

This article explains how a rapidly growing tech team re‑engineered its DevOps toolchain—covering planning, building, testing, releasing, monitoring, CMDB design, and CI/CD improvements—to boost development efficiency, reduce coordination costs, and support a container‑based micro‑service architecture.

CI/CDCMDBdevops
0 likes · 12 min read
How We Built a Scalable DevOps Toolchain for Faster Product Delivery
JD Cloud Developers
JD Cloud Developers
Mar 1, 2021 · Cloud Computing

Top Tech Highlights: GKE Autopilot, Power Fx, Quantum Assembly, and More

This weekly roundup covers Google’s GKE Autopilot managed Kubernetes service, Microsoft’s upcoming low‑code Power Fx language, a new quantum assembly language from Sandia, JD Cloud’s Jinggang virtualization platform, Google‑Intel cloud‑native 5G collaboration, Nvidia’s Jarvis AI framework, a knowledge‑infused BERT model, and a region‑based facial action unit detection method.

Cloud Computingdevopslow-code
0 likes · 9 min read
Top Tech Highlights: GKE Autopilot, Power Fx, Quantum Assembly, and More
DevOps
DevOps
Mar 1, 2021 · R&D Management

R&D Management 101: The Power of Two‑Week Iterations

This article introduces the first rule of the "101 R&D Management Rules" series, explaining how a disciplined two‑week iteration cycle builds rhythm, culture, and productivity in a large development team while aligning with OKR goals and leveraging the PingCode tool.

PingCodeTeam productivityTwo-Week Iteration
0 likes · 7 min read
R&D Management 101: The Power of Two‑Week Iterations
Youzan Coder
Youzan Coder
Feb 26, 2021 · Big Data

Migrating Spark Offline Computing to Kubernetes: Architecture, Optimizations, and Lessons Learned

Youzan migrated its large‑scale offline Spark workloads from YARN to a cloud‑native Kubernetes architecture, separating storage and compute with Ceph FS, adding dynamic executor allocation and remote shuffle services, and applying numerous Spark and deployment tweaks that yielded elastic scaling, higher resource utilization, reduced costs, and valuable operational lessons.

KubernetesSparkcloud-native
0 likes · 24 min read
Migrating Spark Offline Computing to Kubernetes: Architecture, Optimizations, and Lessons Learned
MaGe Linux Operations
MaGe Linux Operations
Feb 25, 2021 · Operations

What Is DevOps? Unpacking CI, CD, and Agile Development

This article explains DevOps as the integration of development and operations, defines Continuous Integration (CI) and Continuous Delivery/Deployment (CD), clarifies their relationship, and briefly touches on Agile development, providing a clear overview of modern software delivery practices.

Continuous DeploymentContinuous Integrationagile development
0 likes · 7 min read
What Is DevOps? Unpacking CI, CD, and Agile Development
Efficient Ops
Efficient Ops
Feb 24, 2021 · Operations

How DevOps Drives Enterprise Digital Transformation: Key Insights

This article explains how DevOps evolution intertwines with the surge of internet services, outlines its three conceptual phases, and demonstrates how digital visualization—both terminal‑focused and scenario‑focused—enhances organizational efficiency, quality, and decision‑making during enterprise digital transformation.

Enterprisedevopsdigital transformation
0 likes · 9 min read
How DevOps Drives Enterprise Digital Transformation: Key Insights
DevOps Cloud Academy
DevOps Cloud Academy
Feb 24, 2021 · Operations

Integrating SonarQube Code Scanning with GitLab Commit Status

This guide explains how to install SonarQube and Sonar‑scanner, configure scanning parameters, add the Sonar‑GitLab plugin, and use additional properties to link scan results to GitLab commit statuses, enabling pipeline‑based merge request control.

CI/CDCode ScanningGitLab
0 likes · 4 min read
Integrating SonarQube Code Scanning with GitLab Commit Status
DevOps
DevOps
Feb 24, 2021 · Product Management

Applying MVP and DevOps Thinking to Coaching: A Personal Journey

The author chronicles his experience learning coaching, treats coaching as a product, and demonstrates how applying MVP principles and a DevOps mindset—through iterative releases, feedback loops, and metrics like lead time and NPS—can transform personal development into a systematic, customer‑focused process.

MVPcoachingdevops
0 likes · 11 min read
Applying MVP and DevOps Thinking to Coaching: A Personal Journey
21CTO
21CTO
Feb 23, 2021 · Backend Development

How to Build a Scalable Backend Stack for Startups: Languages, Components, and Best Practices

This comprehensive guide walks through the essential layers of a backend technology stack—languages, components, processes, and systems—offering practical recommendations on project management, DNS, load balancing, databases, monitoring, and deployment to help startups design a robust, cloud‑native backend architecture.

Cloudarchitecturedevops
0 likes · 30 min read
How to Build a Scalable Backend Stack for Startups: Languages, Components, and Best Practices
ITPUB
ITPUB
Feb 23, 2021 · Backend Development

Building a Complete Backend Stack for Startups: Languages, Services, and Tools

This guide walks through the essential layers of a backend technology stack for startups, covering language choices, core components like DNS, load balancing, CDN, RPC frameworks, databases, messaging, logging, monitoring, configuration, deployment, and operational best‑practice processes.

CloudDatabasesarchitecture
0 likes · 31 min read
Building a Complete Backend Stack for Startups: Languages, Services, and Tools
DevOps Cloud Academy
DevOps Cloud Academy
Feb 21, 2021 · Operations

Practical Guide to GitLab CI/CD Pipelines and Version Upgrade

This article provides a step‑by‑step guide on upgrading GitLab versions, explains new CI/CD features in GitLab 13.8 such as exit‑code‑controlled job failures, rule‑based variables, Docker pull policies, artifact retention settings, predefined variables, and shows how to visualize pipeline configurations with code examples.

CI/CDGitLabdevops
0 likes · 9 min read
Practical Guide to GitLab CI/CD Pipelines and Version Upgrade
Node Underground
Node Underground
Feb 19, 2021 · Cloud Computing

Serverless in 2021: Trends, Challenges, and Choosing the Right Path

This article examines the rapid rise of Serverless computing in 2021, analyzes market dynamics, highlights technical and operational challenges such as language support, cold starts, and package size, and offers practical guidance for developers and enterprises to adopt Serverless effectively while optimizing cost and performance.

Cloud ComputingServerlesscost optimization
0 likes · 15 min read
Serverless in 2021: Trends, Challenges, and Choosing the Right Path
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Feb 18, 2021 · Cloud Native

What Is Cloud Native? Key Concepts, Principles, and Practices Explained

This article explains the cloud native paradigm—originating from Matt Stine in 2013—and its core components such as DevOps, continuous delivery, microservices, agile infrastructure, and the Twelve‑Factor App, showing how they enable resilient, scalable applications built directly on cloud services.

Software Architectureagile infrastructurecontinuous delivery
0 likes · 18 min read
What Is Cloud Native? Key Concepts, Principles, and Practices Explained
DevOps Cloud Academy
DevOps Cloud Academy
Feb 17, 2021 · Operations

Understanding Jenkins Declarative Pipeline Syntax

This article explains Jenkins declarative pipelines, showing how to define pipelines in a Jenkinsfile, use agents, stages, steps, and optional features like Docker agents, environment variables, timeouts, and post‑actions, with practical code examples for building and archiving Java applications.

CI/CDDeclarative PipelineJenkins
0 likes · 5 min read
Understanding Jenkins Declarative Pipeline Syntax
DevOps
DevOps
Feb 9, 2021 · Operations

Choosing Between DataOps, MLOps, and AIOps: A Guide for Data Teams

The article examines how data teams can select the appropriate Ops framework—DataOps, MLOps, or AIOps—by comparing their origins, principles, responsibilities, and tooling, and stresses that cultural principles outweigh technology choices for efficient delivery of data and machine‑learning products.

AIOpsData EngineeringDataOps
0 likes · 12 min read
Choosing Between DataOps, MLOps, and AIOps: A Guide for Data Teams
Top Architect
Top Architect
Feb 7, 2021 · Cloud Native

A Comprehensive Guide to Docker Tools and the Container Ecosystem

This article provides an extensive overview of the most popular Docker‑related tools—including orchestration, CI/CD, monitoring, logging, security, storage, networking, service discovery, image building, and management solutions—detailing their core features, official websites, pricing models, and typical use cases for developers and operations engineers.

CI/CDDockerOrchestration
0 likes · 23 min read
A Comprehensive Guide to Docker Tools and the Container Ecosystem
Practical DevOps Architecture
Practical DevOps Architecture
Feb 7, 2021 · Operations

Deploying Zookeeper and ActiveMQ Cluster on Three Servers

This guide walks through setting up a three‑node Zookeeper ensemble, configuring ActiveMQ with replicated LevelDB storage, and starting the services on each host, providing full command‑line steps, configuration snippets, and verification screenshots for a production‑grade deployment.

ActiveMQCluster DeploymentLinux
0 likes · 5 min read
Deploying Zookeeper and ActiveMQ Cluster on Three Servers
DevOps
DevOps
Feb 7, 2021 · Operations

Understanding Deployment, Release, and Continuous Deployment Strategies

This comprehensive guide explains the differences between deployment and release, defines continuous deployment and on‑demand release, and details practical strategies such as blue‑green, rolling, dark launch, canary, gray, and A/B testing, supported by feature toggles, feature branches, and real‑world Facebook case studies.

Blue-GreenCanary ReleaseContinuous Deployment
0 likes · 36 min read
Understanding Deployment, Release, and Continuous Deployment Strategies
Didi Tech
Didi Tech
Feb 4, 2021 · Backend Development

Inside DiDi’s NodeX: Building a Scalable Node.js Ecosystem for Enterprise

DiDi’s NodeX initiative unites multiple front‑end teams to create a group‑level, professional, efficient, and stable Node.js development ecosystem that provides reusable components, a unified framework, common services, performance‑analysis tools, and documentation platforms, dramatically lowering service‑building barriers and boosting business productivity.

Backend DevelopmentComponent ArchitectureNode.js
0 likes · 12 min read
Inside DiDi’s NodeX: Building a Scalable Node.js Ecosystem for Enterprise
GrowingIO Tech Team
GrowingIO Tech Team
Feb 4, 2021 · Operations

How GrowingIO Built Its CI/CD Pipeline: Lessons for SaaS DevOps

GrowingIO’s QA leader shares the company’s CI/CD journey, detailing the concepts of continuous integration, delivery, deployment, the tools and branch strategies used, and the challenges and improvements in their SaaS product’s DevOps pipeline, offering practical insights for teams building efficient release processes.

CI/CDContinuous IntegrationSaaS
0 likes · 24 min read
How GrowingIO Built Its CI/CD Pipeline: Lessons for SaaS DevOps
Architects Research Society
Architects Research Society
Feb 1, 2021 · Cloud Native

Understanding Knative: Serving, Configuration, Traffic Splitting, and Service Integration

This article introduces Knative as a Kubernetes‑based serverless platform, explains its three core components, walks through deploying a Hello World service with YAML and kubectl commands, shows how configuration changes create revisions, demonstrates traffic splitting, and illustrates integration with external services such as Twilio.

KnativeKubernetescloud-native
0 likes · 8 min read
Understanding Knative: Serving, Configuration, Traffic Splitting, and Service Integration
DevOps
DevOps
Feb 1, 2021 · Operations

IDCF 6th DevOps Case Study Deep Dive – Continuous Operations, Collaborative Development, CI/CD, and Testing

The IDCF 6th DevOps case study event featured four expert groups presenting in‑depth analyses of continuous operations, collaborative development, CI/CD pipelines, and testing practices, highlighting practical insights, tool comparisons, and real‑world case studies that earned the testing team the best‑case award.

CI/CDCollaborative DevelopmentContinuous Operations
0 likes · 6 min read
IDCF 6th DevOps Case Study Deep Dive – Continuous Operations, Collaborative Development, CI/CD, and Testing
DevOps Engineer
DevOps Engineer
Jan 30, 2021 · Operations

Essential Skills and Tools for Learning DevOps

DevOps combines development and operations practices, requiring knowledge of software development concepts, Linux, networking, containerization, CI/CD pipelines, cloud platforms, orchestration, monitoring, infrastructure as code, scripting, and version control, with tools such as Jenkins, Docker, Kubernetes, Terraform, Prometheus, and Git.

CI/CDCloudContainers
0 likes · 9 min read
Essential Skills and Tools for Learning DevOps
Open Source Linux
Open Source Linux
Jan 29, 2021 · Cloud Native

Essential Kubernetes Best Practices for Production Clusters

This guide presents a comprehensive checklist of production‑grade Kubernetes best practices, covering container image selection, registry management, namespace isolation, labeling, security controls, CI/CD, monitoring, service mesh adoption, and advanced features to keep clusters stable, secure, and efficient.

Kubernetescontainer securitydevops
0 likes · 17 min read
Essential Kubernetes Best Practices for Production Clusters
Product Technology Team
Product Technology Team
Jan 28, 2021 · Frontend Development

Zhenkunxing’s Frontend Overhaul 2020‑2021: Visual Editors, UI Libraries & Low‑Code

From 2020 to 2021, Zhenkunxing built a visual‑editing service, a unified UI component library, standardized development, compilation and deployment pipelines, a front‑end portal, an online‑form system, an OKR tool, and a micro‑frontend BOSS platform, while planning a low‑code platform to boost efficiency and scalability.

Component LibraryFrontendVisual Editor
0 likes · 14 min read
Zhenkunxing’s Frontend Overhaul 2020‑2021: Visual Editors, UI Libraries & Low‑Code
Ops Development Stories
Ops Development Stories
Jan 27, 2021 · Information Security

Secure Secrets: Install & Integrate HashiCorp Vault with Kubernetes

This guide walks through installing HashiCorp Vault on Linux and Kubernetes, configuring it for secret management, enabling Kubernetes authentication, creating policies and roles, and accessing secrets via initContainers or the Vault SDK, providing a complete end‑to‑end secure integration.

HashiCorpKubernetesVault
0 likes · 13 min read
Secure Secrets: Install & Integrate HashiCorp Vault with Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Jan 27, 2021 · Operations

Installing and Configuring the Mattermost‑Jira Integration

This guide walks you through installing the Mattermost Jira plugin, setting up webhook secrets, linking Jira application URLs, configuring Mattermost commands, and creating Jira issues directly from Mattermost to streamline DevOps collaboration without leaving the chat platform.

ChatOpsJiraMattermost
0 likes · 7 min read
Installing and Configuring the Mattermost‑Jira Integration
Efficient Ops
Efficient Ops
Jan 26, 2021 · Operations

How TaiKang Insurance Leveraged DevOps to Boost IT Efficiency in 2020

In a 2020 interview at the GOLF+ IT Governance Leadership Forum, TaiKang Insurance Group detailed its DevOps transformation, highlighting a 60% deployment efficiency gain, automated testing improvements, cross‑departmental challenges, and future 2021 plans to expand automation, Kubernetes integration, and DevSecOps initiatives.

Case StudyIT Governancedevops
0 likes · 8 min read
How TaiKang Insurance Leveraged DevOps to Boost IT Efficiency in 2020
21CTO
21CTO
Jan 26, 2021 · Fundamentals

Mastering the 21 Essential Software Architecture Characteristics

This article explains the twenty‑one key non‑functional characteristics of software architecture—such as performance, reliability, scalability, security and maintainability—detailing their definitions, typical metrics, and practical techniques for improvement, while linking each trait to ISO‑25010 and real‑world engineering practices.

Non-functional RequirementsPerformanceReliability
0 likes · 20 min read
Mastering the 21 Essential Software Architecture Characteristics
Top Architect
Top Architect
Jan 25, 2021 · Cloud Computing

Scaling Our AWS Infrastructure: Lessons from Meddy

The article chronicles how the fast‑growing startup Meddy transformed its monolithic AWS setup by adopting managed services such as RDS, S3, Elastic Beanstalk, Elasticsearch, Application Load Balancer, serverless Lambdas, ElastiCache, and Grafana Loki to achieve scalable, reliable, and observable cloud infrastructure.

AWSLoggingServerless
0 likes · 14 min read
Scaling Our AWS Infrastructure: Lessons from Meddy
DevOps
DevOps
Jan 25, 2021 · R&D Management

Building Scalable Agile R&D Organizations: From Startup Teams to Global Tribes

The article explains how to design and evolve agile R&D organization structures—from a small startup team to medium, large, and multinational groups—by applying high‑cohesion, low‑coupling, and full‑functionality principles, using Spotify’s squad‑tribe‑chapter‑guild model and rotation mechanisms to eliminate bottlenecks and single points of failure.

Leadership RotationR&D OrganizationSpotify Model
0 likes · 26 min read
Building Scalable Agile R&D Organizations: From Startup Teams to Global Tribes
Liangxu Linux
Liangxu Linux
Jan 24, 2021 · Operations

Mastering GitLab CI/CD: From Basics to Advanced Pipelines

This guide explains GitLab CI/CD concepts, configuration files, runner setup, pipeline stages, and advanced features like Auto DevOps, providing step‑by‑step examples and code snippets for practical implementation.

Auto DevOpsCI/CDContinuous Integration
0 likes · 12 min read
Mastering GitLab CI/CD: From Basics to Advanced Pipelines
DevOps Cloud Academy
DevOps Cloud Academy
Jan 21, 2021 · Operations

DevOps: Unifying Development, Operations, and QA

This article defines DevOps, outlines its benefits and drawbacks, and explains key concepts such as automation, CI/CD, multi‑environment deployments, early failure detection, rollback, policy enforcement, and observability, showing how they collectively improve software delivery and organizational collaboration.

CI/CDContinuous IntegrationOperations
0 likes · 14 min read
DevOps: Unifying Development, Operations, and QA
DevOps Cloud Academy
DevOps Cloud Academy
Jan 20, 2021 · Operations

Customizing Jenkins UI with Custom CSS and Themes

This guide explains how to improve the Jenkins UI by installing the Simple Theme plugin, applying an online Material CSS theme, and creating a local CSS file for further customization, complete with step‑by‑step instructions and code snippets.

Continuous IntegrationJenkinsTheme
0 likes · 3 min read
Customizing Jenkins UI with Custom CSS and Themes
DevOps Cloud Academy
DevOps Cloud Academy
Jan 20, 2021 · Operations

Migrating Jenkins Freestyle Jobs to Pipeline: A Step‑by‑Step Guide

This article explains why and how to replace Jenkins Freestyle projects with Pipeline jobs, detailing the limitations of Freestyle, the benefits of Pipeline, and providing a complete scripted pipeline example that automates code checkout, building, testing, reporting, and email notifications.

CI/CDFreestyleJenkins
0 likes · 7 min read
Migrating Jenkins Freestyle Jobs to Pipeline: A Step‑by‑Step Guide
Efficient Ops
Efficient Ops
Jan 19, 2021 · Operations

How a Leading Securities CIO Drives Digital Transformation and DevOps Excellence

In an exclusive interview at the 2020 GOLF+ IT New Governance Leadership Forum, Anxin Securities CIO Xu Yabin shares her 20‑year journey, the company’s pandemic response, digital transformation achievements, DevOps maturity, and ambitious plans for 2021, highlighting the role of IT leadership in finance.

Leadershipdevopsfinancial technology
0 likes · 6 min read
How a Leading Securities CIO Drives Digital Transformation and DevOps Excellence
DevOps
DevOps
Jan 18, 2021 · R&D Management

Integrating Design Thinking, Lean, Agile, and DevOps: A Value‑Driven Approach

This article examines the concepts of design thinking, lean, agile, and DevOps, explains their shared user‑centric goals, and proposes a combined, value‑driven framework that maps, analyzes, and automates the end‑to‑end delivery process through integrated platforms and tooling.

Design thinkingLeanValue Stream
0 likes · 7 min read
Integrating Design Thinking, Lean, Agile, and DevOps: A Value‑Driven Approach
21CTO
21CTO
Jan 17, 2021 · Product Management

Beyond Coding: 20+ Career Paths Every Software Engineer Should Consider

This article explores a wide range of alternative roles for programmers—from developer relations and product management to data science and freelancing—offering practical advice on how existing software development skills can be leveraged for new, rewarding career opportunities.

Product ManagementTech rolescareer transition
0 likes · 26 min read
Beyond Coding: 20+ Career Paths Every Software Engineer Should Consider
Alibaba Cloud Native
Alibaba Cloud Native
Jan 15, 2021 · Cloud Native

Transforming Delivery with Cloud‑Native DevOps: Principles, Architecture & Upgrade Path

This article explains what cloud‑native DevOps is, contrasts it with traditional DevOps using real‑world analogies, outlines its core principles, foundations and capabilities, and presents a detailed Alibaba case study that walks through architecture upgrades, IaC/GitOps, resource BaaS, and a five‑stage migration roadmap.

cloud-nativedevopsinfrastructure-as-code
0 likes · 15 min read
Transforming Delivery with Cloud‑Native DevOps: Principles, Architecture & Upgrade Path
Efficient Ops
Efficient Ops
Jan 14, 2021 · Operations

How China Agricultural Bank’s DevOps Journey Fuels Digital Transformation

In an exclusive interview at the 2020 GOLF+ IT Governance Forum, the Deputy General Manager of China Agricultural Bank’s R&D Center explains how the bank’s DevOps initiative since 2019 has accelerated digital transformation, improved delivery speed, tackled pandemic‑era challenges, and set ambitious plans for 2021.

IT Governancebanking ITdevops
0 likes · 8 min read
How China Agricultural Bank’s DevOps Journey Fuels Digital Transformation
AntTech
AntTech
Jan 14, 2021 · Cloud Native

Large-Scale Service Mesh Deployment at Ant Group: Practices, Challenges, and Future Outlook

This article details Ant Group's two‑year journey of adopting Service Mesh at massive scale, explaining why Service Mesh is needed for microservice governance, heterogeneous system unification, and financial‑grade security, and describing the architecture, migration strategies, stability mechanisms, operational results, and future directions toward a full mesh and serverless era.

Service Meshdevopsinfrastructure
0 likes · 17 min read
Large-Scale Service Mesh Deployment at Ant Group: Practices, Challenges, and Future Outlook
DevOps Cloud Academy
DevOps Cloud Academy
Jan 12, 2021 · Operations

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

This guide explains how to address three frequent SonarQube challenges—unstable data across branches, difficulty assigning custom rule sets to new projects, and project permission management—by creating per‑branch projects, using REST APIs for quality profiles, and applying permission templates via Jenkins integration.

CI/CDJenkinsSonarQube
0 likes · 7 min read
Resolving Common SonarQube Issues: Data Instability, Rule Configuration, and Project Authorization
Efficient Ops
Efficient Ops
Jan 12, 2021 · R&D Management

Inside a Chinese Bank’s DevOps Journey: Lessons from the 2020 IT Governance Forum

The 2020 GOLF+ IT New Governance Leadership Forum in Beijing highlighted industry best practices, honored ICBC senior manager Qian Xianglong as the financial sector leader, and featured an in‑depth interview where he discussed his career, 2020 DevOps achievements, and ambitious 2021 plans for standardization, tooling, and security.

IT GovernanceLeadershipbanking
0 likes · 5 min read
Inside a Chinese Bank’s DevOps Journey: Lessons from the 2020 IT Governance Forum
Liangxu Linux
Liangxu Linux
Jan 7, 2021 · Operations

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

This article provides an in‑depth comparison of Jenkins and GitLab CI/CD, examining their histories, core features, plugin ecosystems, scalability, community support, advantages, disadvantages, and selection criteria to help DevOps engineers choose the most suitable continuous integration and delivery platform for their projects.

CI/CDContinuous IntegrationGitLab
0 likes · 14 min read
Jenkins vs GitLab CI/CD: Which Tool Wins for Your DevOps Pipeline?
Efficient Ops
Efficient Ops
Jan 7, 2021 · Operations

How 2020 Shaped China’s DevOps Standards and Survey Insights

The 2020 review highlights major DevOps standard advancements in China, a comprehensive national DevOps survey with over 1,800 responses, detailed maturity assessments across numerous enterprises, and the progress of the enterprise‑level DevOps empowerment program, illustrating the rapid evolution of DevOps practices and security integration.

ChinaMaturityStandards
0 likes · 8 min read
How 2020 Shaped China’s DevOps Standards and Survey Insights
MaGe Linux Operations
MaGe Linux Operations
Jan 7, 2021 · Information Security

How to Secure Your Docker Images: 3 Essential Practices

This guide explains why Docker containers improve security, then details three fundamental steps—running images as non‑root users, using a private registry, and keeping images minimal—plus practical commands, multi‑stage builds, and Docker Content Trust to protect your containerized applications from attacks.

DockerImage Hardeningcontainer security
0 likes · 10 min read
How to Secure Your Docker Images: 3 Essential Practices
Top Architect
Top Architect
Jan 3, 2021 · Information Security

Top 7 Static Code Analysis Tools: Features, Languages, and Pricing

This article reviews seven popular static code analysis tools, outlining why static analysis matters, each tool's key features, drawbacks, supported languages, and pricing to help developers choose the right solution for improving code quality and security.

SASTSoftware toolscode quality
0 likes · 11 min read
Top 7 Static Code Analysis Tools: Features, Languages, and Pricing
Programmer DD
Programmer DD
Jan 3, 2021 · Cloud Native

5 Must-Watch Open-Source Kubernetes Projects Shaping 2021

Discover five emerging open-source Kubernetes projects—including Quarkus, OpenTelemetry, Argo CD, Envoy/Contour, and OKD 4—that are driving cloud-native innovation in 2021 by enhancing Java workloads, observability, GitOps, traffic management, and developer tooling, and simplifying deployment pipelines.

GitOpsJavaKubernetes
0 likes · 7 min read
5 Must-Watch Open-Source Kubernetes Projects Shaping 2021
DevOps Cloud Academy
DevOps Cloud Academy
Jan 2, 2021 · Operations

Understanding DevOps: Benefits, Differences from Traditional Ops, and Practical Implementation

This article explains what DevOps is, outlines its key benefits such as faster feedback loops, higher quality and reduced costs, compares it with traditional IT operations, and provides practical guidance on mindset shifts, infrastructure as code, automation, and tool selection for successful adoption.

CollaborationContinuous IntegrationOperations
0 likes · 10 min read
Understanding DevOps: Benefits, Differences from Traditional Ops, and Practical Implementation
DevOps Engineer
DevOps Engineer
Dec 31, 2020 · Operations

2020 Year-End Review and 2021 Goals of a DevOps Engineer

The author reflects on 2020, detailing DevOps achievements such as automated Jenkins pipelines, Artifactory migration, Python integrations, and Git standards, while outlining personal 2021 goals to improve English speaking, deepen technical learning, and maintain work‑life balance.

ArtifactoryCI/CDGoalSetting
0 likes · 9 min read
2020 Year-End Review and 2021 Goals of a DevOps Engineer
Tencent Cloud Developer
Tencent Cloud Developer
Dec 31, 2020 · Frontend Development

2020 Frontend Technology Trends: A Comprehensive Analysis from Tencent IMWeb Team

The Tencent IMWeb team’s 2020 analysis highlights seven key frontend trends—explosive TypeScript adoption, React’s dominance among major frameworks, the rise of WebAssembly, accelerating low‑code platforms, serverless full‑stack development, DevOps maturation, and booming WebRTC—while forecasting continued growth in these areas for 2021.

Frontend TrendsReActServerless
0 likes · 26 min read
2020 Frontend Technology Trends: A Comprehensive Analysis from Tencent IMWeb Team
Efficient Ops
Efficient Ops
Dec 30, 2020 · R&D Management

How the PODE Method Transforms R&D: Product, OKR, DevOps, and Empower

The PODE (Product + OKR + DevOps + Empower) framework, created by China Unicom’s Operations and Scheduling Center, restructures product teams, aligns objectives with measurable results, adopts DevOps practices, and empowers staff, dramatically improving collaboration, efficiency, and product quality across distributed teams.

OKRPODEProduct Management
0 likes · 12 min read
How the PODE Method Transforms R&D: Product, OKR, DevOps, and Empower
Cloud Native Technology Community
Cloud Native Technology Community
Dec 30, 2020 · Operations

Lessons Learned from Two Years of Running Kubernetes in Production

This article recounts a two‑year journey of migrating from Ansible‑managed EC2 deployments to Kubernetes, detailing the motivations, migration strategy, operational challenges, tooling choices, resource management, security, cost considerations, and the development of custom controllers and CRDs to run production workloads reliably.

CI/CDCloudKubernetes
0 likes · 18 min read
Lessons Learned from Two Years of Running Kubernetes in Production
Efficient Ops
Efficient Ops
Dec 29, 2020 · Operations

How Zhejiang Mobile Achieved Industry‑Leading DevOps Maturity with OSS 4.0

Zhejiang Mobile’s OSS 4.0 Capability Center passed the third‑level DevOps continuous‑delivery assessment, showcasing a six‑month transformation that reduced delivery cycles to one week, cut release time to three minutes, and boosted build efficiency by 96.7% through a unified, cloud‑native DevOps pipeline.

Case StudyMaturity ModelOSS
0 likes · 8 min read
How Zhejiang Mobile Achieved Industry‑Leading DevOps Maturity with OSS 4.0