Tagged articles

DevOps

3877 articles · Page 23 of 39
转转QA
转转QA
Jul 16, 2021 · Operations

Applying Jenkins for Build Scheduling in ZheZhe's Continuous Integration System

This article explains how ZheZhe leverages Jenkins as an open‑source, plugin‑rich CI scheduler to classify projects, manage unified build scripts and config files, orchestrate job creation, execution, and cleanup, and scale a mixed Linux/macOS build farm supporting thousands of daily compilations.

Build SchedulingCI/CDDevOps
0 likes · 5 min read
Applying Jenkins for Build Scheduling in ZheZhe's Continuous Integration System
Liangxu Linux
Liangxu Linux
Jul 14, 2021 · Cloud Native

Master Docker from Scratch: Build, Run, and Deploy Containers for Web Projects

This comprehensive guide walks you through Docker fundamentals, compares containers with virtual machines, explains core concepts, shows step‑by‑step installation, image building, container execution, and best practices, enabling you to containerize and deploy web applications efficiently.

DevOpsLinuxbackend development
0 likes · 17 min read
Master Docker from Scratch: Build, Run, and Deploy Containers for Web Projects
Tencent Cloud Developer
Tencent Cloud Developer
Jul 14, 2021 · Cloud Native

Exploring Serverless Practices in Tencent Cloud Microservices

The talk explains why enterprise‑grade development needs serverless—boosting efficiency, cutting costs, eliminating ops, and enabling elastic scaling—then positions serverless within microservices, showcases Tencent Cloud’s TEM platform built on EKS with plug‑in services, and demonstrates serverless middleware such as Pulsar‑based queues, highlighting developer, ops, and business advantages.

DevOpsServerlessTencent Cloud
0 likes · 18 min read
Exploring Serverless Practices in Tencent Cloud Microservices
Open Source Linux
Open Source Linux
Jul 11, 2021 · Operations

Mastering Shell Script Best Practices for Reliable Automation

This article outlines practical shell‑script guidelines for automating system and application operations, covering script header conventions, formatting, error handling, safe use of commands, variable handling, file packaging, pipeline restrictions, concurrency locks, logging, and risk‑mitigation strategies to make automation both efficient and secure.

DevOpsLinuxRisk Management
0 likes · 10 min read
Mastering Shell Script Best Practices for Reliable Automation
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 11, 2021 · Cloud Native

Mastering Argo CD: A Complete Guide to GitOps on Kubernetes

This guide explains the origins of GitOps, introduces Argo CD’s architecture and core concepts, and provides step‑by‑step instructions for installing, configuring, and operating Argo CD on Kubernetes, including CLI usage, cluster registration, application creation, synchronization, and health monitoring.

Argo CDCI/CDDevOps
0 likes · 14 min read
Mastering Argo CD: A Complete Guide to GitOps on Kubernetes
IT Architects Alliance
IT Architects Alliance
Jul 10, 2021 · Operations

Building a High‑Availability Redis Service with Sentinel

This article explains how to design and deploy a highly available Redis architecture using Sentinel, covering failure scenarios, evaluation of common HA solutions, step‑by‑step configurations from a single‑node setup to a three‑Sentinel deployment, and practical tips such as using virtual IPs for seamless client access.

DevOpsSentinelbackend
0 likes · 12 min read
Building a High‑Availability Redis Service with Sentinel
Architects' Tech Alliance
Architects' Tech Alliance
Jul 9, 2021 · Cloud Native

Master Docker Basics: What Every Developer Needs to Know

This article provides a comprehensive introduction to Docker, explaining how Linux containers isolate processes, how Docker packages applications and dependencies into portable images, and why Docker simplifies environment management, version control, sharing, and deployment for modern cloud‑native workflows.

DevOpsDockerLinux
0 likes · 3 min read
Master Docker Basics: What Every Developer Needs to Know
DevOps Cloud Academy
DevOps Cloud Academy
Jul 7, 2021 · Operations

Improving CI/CD Pipeline Speed with Self‑Hosted GitLab Runners, Caching, Alpine Images, and Conditional Jobs

To accelerate CI/CD pipelines, the article recommends using self‑hosted GitLab Runners on a private cloud to eliminate network bottlenecks, caching build dependencies locally, employing lightweight Alpine images for faster container pulls, and limiting job execution to changed files via the only:changes directive.

Alpine LinuxBuild CachingCI/CD
0 likes · 4 min read
Improving CI/CD Pipeline Speed with Self‑Hosted GitLab Runners, Caching, Alpine Images, and Conditional Jobs
DevOps Cloud Academy
DevOps Cloud Academy
Jul 6, 2021 · Operations

Understanding Jenkins Declarative Pipeline Syntax

This article explains Jenkins declarative pipeline syntax, showing how to define pipelines, agents, stages, and steps with code examples—including simple and Docker‑based pipelines—and describes optional elements such as environment variables, options, tools, triggers, parameters, and post‑actions, providing a practical guide for DevOps practitioners.

CI/CDDeclarative PipelineDevOps
0 likes · 5 min read
Understanding Jenkins Declarative Pipeline Syntax
Top Architect
Top Architect
Jul 6, 2021 · Backend Development

Microservices Architecture: Core Features, Advantages, and Performance Testing Strategies

This article explains the fundamentals of microservices architecture, outlines its core characteristics and key benefits, and discusses why specialized testing strategies—including system‑level and service‑level performance testing—are essential, while recommending several load‑testing tools for effective evaluation.

DevOpsarchitecturedistributed-systems
0 likes · 8 min read
Microservices Architecture: Core Features, Advantages, and Performance Testing Strategies
Architecture Digest
Architecture Digest
Jul 6, 2021 · Operations

Non‑Invasive Production Debugging: An Emerging DevOps Trend

The article explores the rising DevOps trend of non‑invasive production debugging, explaining its advantages over traditional log‑based methods, detailing instrumentation techniques, showing code examples, and highlighting its impact on key DevOps metrics and industry adoption.

APMDevOpsInstrumentation
0 likes · 13 min read
Non‑Invasive Production Debugging: An Emerging DevOps Trend
IT Architects Alliance
IT Architects Alliance
Jul 5, 2021 · R&D Management

System Architecture Design Overview and Principles for an Online Education Platform

This article presents a comprehensive architecture design for a rapidly growing online education platform, covering background challenges, high‑availability and scalability goals, core design principles, a multi‑layer solution including application, infrastructure, service topology, unified technology stack, standardization, modular services, micro‑service migration, and database and DevOps strategies.

DevOpsarchitecturecloud-native
0 likes · 6 min read
System Architecture Design Overview and Principles for an Online Education Platform
Practical DevOps Architecture
Practical DevOps Architecture
Jul 5, 2021 · Operations

Introduction to Zabbix and How to Configure Automatic Discovery

This article introduces Zabbix, an open‑source enterprise monitoring system, outlines its key features such as rich visualization, high availability, and diverse data collection methods, and provides a step‑by‑step guide to setting up server‑side automatic discovery and related actions.

Automatic DiscoveryDevOpsZabbix
0 likes · 10 min read
Introduction to Zabbix and How to Configure Automatic Discovery
DevOps Cloud Academy
DevOps Cloud Academy
Jul 3, 2021 · Cloud Native

Argo CD: A GitOps Continuous Delivery Tool for Kubernetes – Architecture, Features, Installation, and Usage Guide

This article provides a comprehensive overview of Argo CD, a Kubernetes‑native GitOps continuous deployment tool, covering its architecture, core components, supported manifest types, key features, installation steps, cluster configuration, application creation, and synchronization methods using both CLI and UI.

Argo CDCI/CDDevOps
0 likes · 18 min read
Argo CD: A GitOps Continuous Delivery Tool for Kubernetes – Architecture, Features, Installation, and Usage Guide
iQIYI Technical Product Team
iQIYI Technical Product Team
Jul 2, 2021 · Cloud Native

Chaos Engineering Practices at iQIYI: Building Resilient Cloud‑Native Systems

iQIYI’s Little Deer Chaos Platform injects faults and runs red‑blue attacks across production services, enabling teams to validate alerts, circuit‑breakers, and fail‑over mechanisms—demonstrated by video playback and membership service case studies—thereby fostering zero‑trust design, faster skill growth, and resilient cloud‑native operations.

Chaos EngineeringDevOpsReliability
0 likes · 10 min read
Chaos Engineering Practices at iQIYI: Building Resilient Cloud‑Native Systems
Java Architect Essentials
Java Architect Essentials
Jul 1, 2021 · Operations

Popular Jenkins Alternatives for Continuous Integration and Delivery

This article introduces and compares fourteen widely used Jenkins alternatives—including BuildMaster, Microtica, GitLab, CircleCI, Bamboo, TravisCI, Semaphore, Buddy, Drone.io, GoCD, TeamCity, Buildkite, and Zuul—highlighting their key features, project URLs, and typical use cases for modern CI/CD pipelines.

CI/CDDevOpsJenkins alternatives
0 likes · 10 min read
Popular Jenkins Alternatives for Continuous Integration and Delivery
MaGe Linux Operations
MaGe Linux Operations
Jun 29, 2021 · Backend Development

Why Microservices Need Specialized Testing Strategies and Tools

Microservices, as lightweight, independent, and loosely coupled services, offer flexibility, rapid delivery, and scalability, but their distributed nature introduces performance challenges that require distinct testing approaches—both system‑level and service‑level—using advanced load‑testing tools such as InfluxDB, JMeter, CloudWatch, and Grafana.

DevOpsarchitecturemicroservices
0 likes · 8 min read
Why Microservices Need Specialized Testing Strategies and Tools
Tencent Cloud Developer
Tencent Cloud Developer
Jun 29, 2021 · Cloud Native

Serverless + X: Evolution, Low‑Code Integration, and Ecosystem Development

Serverless has evolved from pure FaaS to a comprehensive stack that combines functions, databases, storage and low‑code platforms, enabling developers to become full‑stack engineers, empowering non‑technical staff to build applications quickly, and fostering an integrated ecosystem with seamless WeChat and third‑party extensions.

DevOpsPlatformServerless
0 likes · 12 min read
Serverless + X: Evolution, Low‑Code Integration, and Ecosystem Development
Top Architect
Top Architect
Jun 29, 2021 · Backend Development

Microservices Architecture: Principles, Benefits, Drawbacks, and Practical Implementation Guide

This comprehensive article explains the microservices architectural style, contrasts it with monolithic (integrated) architecture, outlines the problems solved by microservices, details design principles, splitting strategies, patterns such as Strangler and Rehab, and provides a complete Java SpringBoot example with code snippets and deployment instructions.

DevOpsdistributed systemsservice decomposition
0 likes · 23 min read
Microservices Architecture: Principles, Benefits, Drawbacks, and Practical Implementation Guide
DevOps Cloud Academy
DevOps Cloud Academy
Jun 28, 2021 · Operations

Why Fast Builds Matter and How to Achieve Them

Fast builds are crucial for developers and operations teams because they provide immediate feedback on code quality, reduce CI server load, enable quicker production patches or rollbacks, and overall improve productivity, with ideal build times under five minutes and best practices to achieve this.

CIDevOpscontainer caching
0 likes · 3 min read
Why Fast Builds Matter and How to Achieve Them
Alibaba Cloud Native
Alibaba Cloud Native
Jun 28, 2021 · Cloud Native

How Chanjet Scaled SaaS for 1.3M SMEs with Cloud‑Native Architecture

Chanjet transformed its monolithic SaaS platform for millions of small‑business customers by adopting a cloud‑native, container‑based micro‑service architecture, enabling elastic scaling, reduced operational costs, unified data services, automated DevOps pipelines, and comprehensive observability across front‑end, back‑end, and infrastructure layers.

DatabaseDevOpsObservability
0 likes · 27 min read
How Chanjet Scaled SaaS for 1.3M SMEs with Cloud‑Native Architecture
DevOps
DevOps
Jun 28, 2021 · Databases

When Deleting Databases Goes Wrong: Cases, Legal Risks, and DevOps Lessons

This article examines real-world database deletion incidents, the associated legal consequences, and how DevOps culture and operational best‑practices can turn such mistakes into learning opportunities rather than career‑ending failures.

DevOpsdatabase deletionincident response
0 likes · 13 min read
When Deleting Databases Goes Wrong: Cases, Legal Risks, and DevOps Lessons
Architect
Architect
Jun 27, 2021 · Backend Development

Understanding Microservices Architecture: Principles, Benefits, Challenges, and Implementation Strategies

This article explains microservices architecture, contrasting it with monolithic systems, outlines the problems it solves, lists its advantages and disadvantages, provides a concrete service example with code, and discusses strategies, principles, and patterns for splitting and evolving microservices.

DevOpsbackend architectureservice decomposition
0 likes · 18 min read
Understanding Microservices Architecture: Principles, Benefits, Challenges, and Implementation Strategies
MaGe Linux Operations
MaGe Linux Operations
Jun 25, 2021 · Operations

Unlock Faster Software Delivery: Understanding the DevOps Lifecycle

This article explains the DevOps lifecycle—its definition, advantages, and seven continuous phases (development, integration, testing, feedback, monitoring, deployment, and operations)—and shows how automation and collaboration between development and IT operations accelerate high‑quality software delivery.

CI/CDDevOpssoftware development
0 likes · 14 min read
Unlock Faster Software Delivery: Understanding the DevOps Lifecycle
Youzan Coder
Youzan Coder
Jun 25, 2021 · Operations

Building an Event-Driven Automated Operations Platform (Whale)

Whale is an event‑driven automated operations platform that lets developers package atomic tasks, users compose workflows, and a rule‑matching engine trigger them in real time via an event center, employing a StackStorm‑based execution engine for fault‑tolerant, cross‑datacenter orchestration and future AI‑enhanced self‑healing.

AIOpsDevOpsOperations Automation
0 likes · 7 min read
Building an Event-Driven Automated Operations Platform (Whale)
Tencent Cloud Developer
Tencent Cloud Developer
Jun 24, 2021 · Cloud Native

Serverless Adoption: Trends, Challenges, and Architectural Insights from ServerlessDays China 2021

At ServerlessDays China 2021, CTO Wang Xiaobo explained how his team’s shift to a serverless‑first platform—driven by the need for rapid idea rollout, reduced operational overhead, and faster code‑to‑production cycles—reveals both the strategic advantages of serverless for accelerating monetization and the trade‑offs and pitfalls, such as microservice sprawl and workflow complexity, that must be managed through unified DevOps and architectural evolution.

DevOpsServerlessarchitecture
0 likes · 15 min read
Serverless Adoption: Trends, Challenges, and Architectural Insights from ServerlessDays China 2021
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 24, 2021 · Cloud Native

Docker Beginner Guide: Installation, Core Concepts, Image & Container Management, Registry Setup, and Docker Compose

This comprehensive tutorial walks through Docker installation on CentOS 7, explains container fundamentals and differences from virtual machines, details image creation, repository management, container lifecycle commands, networking, data sharing, and demonstrates automated builds and orchestration using Maven and Docker Compose for a full Spring Cloud micro‑service stack.

DevOpsDockerDocker Compose
0 likes · 31 min read
Docker Beginner Guide: Installation, Core Concepts, Image & Container Management, Registry Setup, and Docker Compose
DevOps Cloud Academy
DevOps Cloud Academy
Jun 23, 2021 · Operations

Ensuring Consistent Artifacts in CI/CD Pipelines: Best Practices with Docker

The article explains how to keep CI/CD pipelines reliable by using a single, identical artifact—such as a package, binary, or Docker image—across all environments, recommends externalizing configuration at runtime, and warns against the common trap of mismatched artifacts that cause deployment failures.

Artifact ManagementCI/CDDevOps
0 likes · 4 min read
Ensuring Consistent Artifacts in CI/CD Pipelines: Best Practices with Docker
FunTester
FunTester
Jun 22, 2021 · Operations

Overcoming the Top Challenges in Test Automation: Practical Strategies

This article identifies the most common obstacles teams face when adopting test automation—such as choosing approaches, selecting tools, managing data, and timing tests—and offers actionable solutions to help organizations implement effective, sustainable automation pipelines.

DevOpsautomation challengescontinuous integration
0 likes · 6 min read
Overcoming the Top Challenges in Test Automation: Practical Strategies
IT Architects Alliance
IT Architects Alliance
Jun 16, 2021 · Backend Development

Why Microservices Matter: From Basics to Real‑World Implementation

This article provides a comprehensive overview of microservice architecture, covering its definition, history, comparison with monolithic and SOA approaches, core characteristics, practical implementation steps, common design patterns, advantages, challenges, and the mindset shift required for successful adoption.

Design PatternsDevOpsapi-gateway
0 likes · 21 min read
Why Microservices Matter: From Basics to Real‑World Implementation
DevOps Cloud Academy
DevOps Cloud Academy
Jun 16, 2021 · Cloud Native

Boosting ForgeRock Developer Productivity with Google Cloud Native Tools

The article explains how ForgeRock’s engineering team improves developer efficiency and product delivery by using Google Cloud’s native DevOps suite—including Cloud Code, Tekton, Cloud Build, and Container Registry—to streamline IDE workflows, enable end‑to‑end automation, and adopt a multi‑cloud strategy across GKE, EKS, and AKS.

CI/CDDevOpsGoogle Cloud
0 likes · 7 min read
Boosting ForgeRock Developer Productivity with Google Cloud Native Tools
Qunar Tech Salon
Qunar Tech Salon
Jun 16, 2021 · Cloud Native

Qunar’s Journey to Containerization: Architecture, Challenges, and Solutions

This article details Qunar’s transition to cloud‑native containerization, describing the platform architecture, the technical hurdles encountered—including custom KVM hooks, logging visibility, Java remote debugging, and multi‑cluster performance—and the practical solutions implemented to achieve a stable, scalable production environment.

DebuggingDevOpsPlatform Engineering
0 likes · 10 min read
Qunar’s Journey to Containerization: Architecture, Challenges, and Solutions
Programmer DD
Programmer DD
Jun 15, 2021 · Operations

13 Top Jenkins Alternatives for Faster, Safer CI/CD Pipelines

This article reviews thirteen popular Jenkins alternatives, highlighting their key features, integration capabilities, and pricing, to help development teams choose a more efficient, scalable, and secure continuous integration solution for modern software delivery.

CIDevOpsJenkins alternatives
0 likes · 10 min read
13 Top Jenkins Alternatives for Faster, Safer CI/CD Pipelines
Selected Java Interview Questions
Selected Java Interview Questions
Jun 14, 2021 · Backend Development

The Horror of Microservices in Small Teams

The article warns that while microservices promise independent, scalable development, they often add unnecessary complexity for small teams, leading to duplicated effort, coordination challenges, and potential performance drawbacks if not applied judiciously.

DevOpsmicroservicesscalability
0 likes · 9 min read
The Horror of Microservices in Small Teams
ByteFE
ByteFE
Jun 11, 2021 · Frontend Development

Curated Technical Highlights: DevOps CI, React 18, CSS Size‑Adjust, Micro‑Frontend, Cross‑Platform Frameworks, JavaScript Clean Code, Node.js Multiprocessing, and More

This newsletter aggregates recent technical insights covering DevOps continuous integration, React 18 enhancements, CSS size‑adjust for web fonts, micro‑frontend frameworks, cross‑platform reuse patterns, JavaScript exception handling, Node.js multiprocessing, React SSR advances, WebAssembly performance, and product design best practices.

DevOpsmicrofrontendnodejs
0 likes · 5 min read
Curated Technical Highlights: DevOps CI, React 18, CSS Size‑Adjust, Micro‑Frontend, Cross‑Platform Frameworks, JavaScript Clean Code, Node.js Multiprocessing, and More
Efficient Ops
Efficient Ops
Jun 9, 2021 · Operations

What China Mobile Learned from Passing DevOps Level‑3: Insights from the 2021 GOPS Conference

The 2021 GOPS Global Operations Conference in Shenzhen showcased the latest enterprise DevOps empowerment plan, announced the 12th batch of continuous delivery assessment results, and featured an interview with China Mobile’s chief scientist Qian Ling, who shared the challenges, successes, and future roadmap of their DevOps transformation.

Continuous DeliveryDevOpsenterprise transformation
0 likes · 6 min read
What China Mobile Learned from Passing DevOps Level‑3: Insights from the 2021 GOPS Conference
DevOps
DevOps
Jun 9, 2021 · Operations

Applying Chaos Engineering to Improve System Reliability: Challenges, Theory, and Practical Recommendations

This article explains how DevOps and I&O leaders can overcome fear of chaos engineering by understanding its theoretical roots, addressing core reliability challenges, and adopting a structured, pre‑production "test‑first" approach with practical steps, tools, and community sharing to enhance system availability.

DevOpsPre‑production testingTooling
0 likes · 12 min read
Applying Chaos Engineering to Improve System Reliability: Challenges, Theory, and Practical Recommendations
Efficient Ops
Efficient Ops
Jun 8, 2021 · Operations

How Red‑Blue Drills Boost Securities Ops: From Capacity Testing to Full‑Scale Automation

Lin Ying, a senior test manager at Guoxin Securities, shares insights from his GOPS 2021 talk on the securities industry's digital transformation, current IT challenges, and a comprehensive red‑blue exercise strategy that combines full‑link load testing, automated workflows, and proactive monitoring to ensure system stability during market peaks.

DevOpsMonitoringcapacity testing
0 likes · 13 min read
How Red‑Blue Drills Boost Securities Ops: From Capacity Testing to Full‑Scale Automation
Tencent Cloud Developer
Tencent Cloud Developer
Jun 7, 2021 · Operations

DevOps Continuous Integration Practices in Large-Scale Projects

The article outlines how large‑scale projects can achieve reliable, fast releases by adopting DevOps continuous‑integration practices such as trunk‑based development, comprehensive automated testing, versioned artifact storage, configuration‑as‑code pipelines, Docker layer caching, and staged builds that prioritize short tasks and parallel execution to minimize manual effort and maintain quality.

CI/CD pipelineDevOpsDocker Cache
0 likes · 20 min read
DevOps Continuous Integration Practices in Large-Scale Projects
IT Architects Alliance
IT Architects Alliance
Jun 5, 2021 · Operations

Top 20 DevOps Interview Questions with Expert Answers

This article compiles the 20 most common DevOps interview questions, providing detailed explanations of concepts such as the DevOps‑Agile distinction, core benefits, key tools, anti‑patterns, KPI metrics, automation advantages, containers, microservice frameworks, version control practices, Git revert techniques, post‑mortem meetings, asset vs configuration management, continuous testing elements, and essential development and infrastructure operations.

CI/CDDevOpsInterview
0 likes · 16 min read
Top 20 DevOps Interview Questions with Expert Answers
Efficient Ops
Efficient Ops
Jun 2, 2021 · Operations

How a Major Power Grid Company Uses DevOps to Accelerate Digital Transformation

At the 2021 GOPS Global Operations Conference in Shenzhen, Southern Power Grid’s Digital Grid Research Institute shared how its DevOps empowerment program is boosting software engineering, CI/CD pipelines, and digital transformation, illustrating the plan’s goals, achievements, and future expectations for the energy sector.

ChinaDevOpsPower Grid
0 likes · 6 min read
How a Major Power Grid Company Uses DevOps to Accelerate Digital Transformation
MaGe Linux Operations
MaGe Linux Operations
Jun 1, 2021 · Operations

Top 20 DevOps Interview Questions with Expert Answers

This article presents a comprehensive list of the 20 most common DevOps interview questions, covering fundamentals, tools, practices, KPIs, and troubleshooting techniques, and provides concise, expert answers to help candidates prepare effectively for DevOps roles.

DevOpsInterviewcontinuous integration
0 likes · 16 min read
Top 20 DevOps Interview Questions with Expert Answers
DevOps Cloud Academy
DevOps Cloud Academy
May 28, 2021 · Operations

Common Mistakes in DevOps Implementation and How to Avoid Them

The article outlines ten frequent DevOps pitfalls—from out‑of‑order delivery and role misunderstandings to neglecting security and team fatigue—and provides practical guidance on planning, automation, quality, and cultural practices to achieve successful continuous delivery.

CI/CDDevOpsoperations
0 likes · 11 min read
Common Mistakes in DevOps Implementation and How to Avoid Them
Practical DevOps Architecture
Practical DevOps Architecture
May 28, 2021 · Cloud Native

Best Practices for Writing Efficient Dockerfiles

This article explains the advantages of using Dockerfiles for image building, outlines key principles such as single responsibility, commenting, minimalism, proper base image selection, .dockerignore usage, cache optimization, and timezone configuration, and provides a practical example Dockerfile to improve build speed and image size.

DevOpsDockerfilebest practices
0 likes · 7 min read
Best Practices for Writing Efficient Dockerfiles
DevOps
DevOps
May 27, 2021 · Fundamentals

Insights on Continuous Testing: Test‑First Mindset, Automation, Culture, and AI/ML

In this interview, Alan Page shares expert advice on adopting a test‑first mindset, achieving high test automation, overcoming talent shortages and cultural resistance, and exploring AI/ML opportunities to enhance continuous testing practices within modern software development teams.

AI testingDevOpscontinuous testing
0 likes · 9 min read
Insights on Continuous Testing: Test‑First Mindset, Automation, Culture, and AI/ML
Efficient Ops
Efficient Ops
May 26, 2021 · Operations

How ITIL and DevOps Converge to Drive Digital Transformation

At the 16th GOPS Global Operations Conference, JKStack CTO Ge Dingjia detailed how the convergence of ITIL and DevOps, grounded in lean‑thinking value‑stream concepts, drives digital transformation by aligning IT operations with business value through workflow integration, value‑stream mapping, and continuous improvement.

DevOpsITILLean
0 likes · 11 min read
How ITIL and DevOps Converge to Drive Digital Transformation
Efficient Ops
Efficient Ops
May 24, 2021 · Cloud Native

Master Docker from Zero: Build, Run, and Deploy Containers Like a Pro

This comprehensive guide walks you through Docker fundamentals, from the underlying concepts of containers versus virtual machines to hands‑on installation, image creation, container deployment, and best practices, empowering developers to containerize and ship applications efficiently.

DevOpsDockerDockerfile
0 likes · 17 min read
Master Docker from Zero: Build, Run, and Deploy Containers Like a Pro
Efficient Ops
Efficient Ops
May 21, 2021 · Operations

How China Life Insurance Reached Leading DevOps Continuous Delivery Maturity

This article details China Life Property & Casualty Insurance's agricultural insurance claims system achieving Level 3 DevOps continuous‑delivery assessment, shares insights from an interview with the R&D center head on motivations, implementation, metrics, challenges, and future plans, and explains the DevOps maturity model and pipeline architecture.

Agricultural InsuranceContinuous DeliveryDevOps
0 likes · 13 min read
How China Life Insurance Reached Leading DevOps Continuous Delivery Maturity
Efficient Ops
Efficient Ops
May 21, 2021 · Operations

How Inner Mongolia Mobile Reached a Leading DevOps Continuous Delivery Level

The article reports on Inner Mongolia Mobile's successful achievement of Level 3 in the national DevOps continuous delivery assessment, detailing the GOPS conference announcement, the ESOP project's architecture and improvements, interview insights from the IT manager, and the measurable benefits that positioned the company at a domestic leading level.

Continuous DeliveryDevOpscase study
0 likes · 15 min read
How Inner Mongolia Mobile Reached a Leading DevOps Continuous Delivery Level
Efficient Ops
Efficient Ops
May 21, 2021 · Operations

How Guoxin Securities Reached Leading DevOps Maturity in a 3‑Level Assessment

Guoxin Securities’ Chief Engineer Liu Hanxi and IT Head Xue Zhongyi discuss how their Gold Sun information platform leveraged a self‑developed microservice framework and the national DevOps standard to achieve a Level‑3 continuous delivery assessment, dramatically improving delivery speed, test coverage, automation and overall digital transformation.

Continuous DeliveryDevOpsdigital transformation
0 likes · 12 min read
How Guoxin Securities Reached Leading DevOps Maturity in a 3‑Level Assessment
Liangxu Linux
Liangxu Linux
May 17, 2021 · Operations

Block Foreign IPs Using NGINX ngx_http_geoip2 Module

This step‑by‑step guide shows how to install the libmaxminddb library, compile NGINX with the ngx_http_geoip2 module, download the latest GeoLite2 database, configure geoip2 directives, and verify that foreign IP addresses are blocked with a 404 response.

DevOpsIP blockinggeoip2
0 likes · 8 min read
Block Foreign IPs Using NGINX ngx_http_geoip2 Module
Taobao Frontend Technology
Taobao Frontend Technology
May 17, 2021 · Operations

Mastering GitLab CI/CD: Core Concepts, Pipelines, and Best Practices

This article provides a comprehensive overview of GitLab CI/CD, covering its core concepts—pipelines, stages, jobs, and runners—along with .gitlab-ci.yml configuration, variables, triggers, DAG pipelines, runner types, cloud‑native capabilities, efficiency management, and practical demo examples to help teams implement robust DevOps workflows.

CI/CD pipelinesDAGDevOps
0 likes · 19 min read
Mastering GitLab CI/CD: Core Concepts, Pipelines, and Best Practices
DevOps
DevOps
May 17, 2021 · Cloud Native

Challenges of Testing Cloud‑Native Applications and the Need for New Approaches

Amid accelerating Agile and DevOps adoption, the rapid delivery of cloud‑native microservices introduces cascading risks and makes traditional monolithic testing inadequate, prompting a shift toward observability‑driven “right‑shift” testing, exploratory methods, and chaos engineering to embrace failure as the new normal.

Chaos EngineeringDevOpsObservability
0 likes · 8 min read
Challenges of Testing Cloud‑Native Applications and the Need for New Approaches
IT Architects Alliance
IT Architects Alliance
May 12, 2021 · Backend Development

Key Components and Practical Setup of a Spring Cloud + Nginx Microservice Architecture

This article explains the main components of a Spring Cloud‑Nginx architecture, version compatibility between Spring Cloud and Spring Boot, essential middleware such as Eureka, Nacos, Zuul and Redis, environment preparation on CentOS, and the structure of the crazy‑springcloud scaffolding used for a high‑performance seckill demo.

DevOpsarchitecturemicroservices
0 likes · 20 min read
Key Components and Practical Setup of a Spring Cloud + Nginx Microservice Architecture
21CTO
21CTO
May 12, 2021 · Backend Development

How to Build a Scalable Backend Stack for Startups: Languages, Tools, and Architecture

This guide outlines a four‑layer backend stack—languages, components, processes, and systems—and provides detailed recommendations for project management, DNS, load balancing, CDN, RPC frameworks, service discovery, databases, NoSQL, messaging, code management, CI, logging, monitoring, configuration, deployment, jump servers, and machine management, helping startups design a robust, cloud‑native backend architecture.

DevOpsarchitecturecloud
0 likes · 30 min read
How to Build a Scalable Backend Stack for Startups: Languages, Tools, and Architecture
The Dominant Programmer
The Dominant Programmer
May 12, 2021 · Operations

How to Download, Install, Configure, and Start Jenkins on CentOS

This step‑by‑step guide shows how to install JDK 1.8, download the Jenkins RPM (from the official site or a Tsinghua mirror), install it, modify the config to run as root on port 8888, start the service, retrieve the initial admin password, and complete the Jenkins setup on a CentOS system.

CI/CDCentOSDevOps
0 likes · 3 min read
How to Download, Install, Configure, and Start Jenkins on CentOS
macrozheng
macrozheng
May 8, 2021 · Cloud Native

Mastering Kubernetes: From Pods to High Availability Explained

This article demystifies Kubernetes by explaining its core scheduling function, the role of Pods, YAML configuration, probes, high‑availability constructs like ReplicaSet and Deployment, internal components, resource limits, and practical cluster‑setup tools, providing a comprehensive guide for newcomers and practitioners alike.

DevOpsKubernetescloud-native
0 likes · 16 min read
Mastering Kubernetes: From Pods to High Availability Explained
DevOps Cloud Academy
DevOps Cloud Academy
May 7, 2021 · Operations

Understanding DevOps as an Interface, Not a Job Role

The article explains that DevOps should be viewed as an interdisciplinary interface rather than a specific job title, contrasts it with traditional roles like software developer or system administrator, and illustrates the concept with a Java‑style code example, while also including a brief promotional note about a DevOps training course.

Code ExampleDevOpsEngineering Roles
0 likes · 3 min read
Understanding DevOps as an Interface, Not a Job Role
MaGe Linux Operations
MaGe Linux Operations
May 2, 2021 · Cloud Native

Master Kubernetes Jobs and CronJobs: A Step‑by‑Step Guide

This article explains what Kubernetes Jobs and CronJobs are, outlines common use cases, and provides detailed, code‑rich instructions for creating, configuring, and managing them—including parallel execution, random naming, and key parameters—so you can automate batch and ad‑hoc tasks in a cloud‑native environment.

CronJobDevOpsJobs
0 likes · 8 min read
Master Kubernetes Jobs and CronJobs: A Step‑by‑Step Guide
Architecture Digest
Architecture Digest
May 1, 2021 · Backend Development

Backend Technology Stack Selection for Startup Companies

This article outlines a comprehensive backend technology stack for startup companies, detailing language choices, essential components, processes, system tools, and best‑practice recommendations across areas such as project management, DNS, load balancing, databases, messaging, CI/CD, monitoring, and deployment.

DevOpsarchitecturebackend
0 likes · 30 min read
Backend Technology Stack Selection for Startup Companies