Tagged articles

CI/CD

1783 articles · Page 3 of 18
Ray's Galactic Tech
Ray's Galactic Tech
Dec 2, 2025 · Operations

How to Transform Manual Deployments into 10‑Minute Automated CI/CD Pipelines

This article walks through real‑world CI/CD automation, showing how enterprises replace slow, error‑prone manual releases with fast, repeatable pipelines using Jenkins, GitLab CI, GitHub Actions, Kubernetes, Terraform, and feature‑toggle strategies, delivering measurable improvements in speed, quality, and reliability.

CI/CDDevOpsJenkins
0 likes · 12 min read
How to Transform Manual Deployments into 10‑Minute Automated CI/CD Pipelines
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 2, 2025 · Frontend Development

How to Achieve Real‑Time Version Updates in Micro‑Frontend Apps with Pure Frontend Polling

This article details a zero‑intrusion solution for synchronizing version numbers across multiple micro‑frontend environments using a lightweight frontend poller, static version files, Nginx cache control, and Ant Design Vue modals, enabling testers to see updates within 30 seconds without backend changes.

Ant Design VueCI/CDVersioning
0 likes · 12 min read
How to Achieve Real‑Time Version Updates in Micro‑Frontend Apps with Pure Frontend Polling
Ray's Galactic Tech
Ray's Galactic Tech
Nov 30, 2025 · Cloud Native

Master Docker: Core Concepts, Best Practices & Hands‑On Guide

This comprehensive guide explains Docker’s essential use cases, underlying technologies, step‑by‑step setup, image‑building best practices, security hardening, networking models, and common production pitfalls, providing developers and ops engineers with a solid foundation for modern cloud‑native workflows.

CI/CDContainersDevOps
0 likes · 8 min read
Master Docker: Core Concepts, Best Practices & Hands‑On Guide
Java Architect Essentials
Java Architect Essentials
Nov 28, 2025 · Operations

Master Jenkins Declarative and Scripted Pipelines: A Complete Guide

This article provides a comprehensive, step‑by‑step tutorial on Jenkins pipelines, covering the differences between declarative and scripted syntax, detailed explanations of agents, stages, steps, post actions, parameters, triggers, conditional execution, parallel builds, environment variables, and credential handling, with full code examples for each feature.

CI/CDDeclarative PipelineDevOps
0 likes · 25 min read
Master Jenkins Declarative and Scripted Pipelines: A Complete Guide
macrozheng
macrozheng
Nov 28, 2025 · Operations

Simplify Java Build and Deployment with Jpom – A Lightweight Jenkins Alternative

This article introduces Jpom, a lightweight Java‑based tool that streamlines project building, automated deployment, server management, and monitoring, offering an easier alternative to Jenkins for individuals and small teams, with detailed feature lists, architecture overview, and step‑by‑step installation instructions.

CI/CDDevOpsJava
0 likes · 7 min read
Simplify Java Build and Deployment with Jpom – A Lightweight Jenkins Alternative
Java Web Project
Java Web Project
Nov 28, 2025 · Operations

How to Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline from Scratch

This step‑by‑step guide shows how to set up a three‑server environment with GitLab, Jenkins, and a test machine, configure Git repositories, create a Spring Boot project in IntelliJ, install Maven and SSH Publisher plugins in Jenkins, and automate building, packaging, and deploying a JAR file via SSH while handling cleanup and port conflicts.

CI/CDGitJenkins
0 likes · 12 min read
How to Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline from Scratch
Ray's Galactic Tech
Ray's Galactic Tech
Nov 27, 2025 · Cloud Native

Mastering KCL: From Model Definition to Optimized Kubernetes Deployments

This guide explains why KCL outperforms YAML/Helm for Kubernetes configuration, demonstrates schema definition, rendering, validation, multi‑environment handling, CI/CD integration, and optimization techniques, and shows how to achieve reusable, verifiable, and maintainable deployments with KCL.

CI/CDInfrastructure as CodeKCL
0 likes · 9 min read
Mastering KCL: From Model Definition to Optimized Kubernetes Deployments
DevOps Engineer
DevOps Engineer
Nov 27, 2025 · Operations

Catch Jenkinsfile Errors Before Commit with jenkinsfilelint – A Python Linter

jenkinsfilelint is a Python‑based command‑line tool that validates Jenkinsfile syntax via the Jenkins API, integrates seamlessly with pre‑commit hooks, offers flexible configuration and smart filtering, and provides step‑by‑step installation and usage instructions to prevent build failures caused by pipeline errors.

CI/CDJenkinsLinter
0 likes · 6 min read
Catch Jenkinsfile Errors Before Commit with jenkinsfilelint – A Python Linter
DevOps Coach
DevOps Coach
Nov 25, 2025 · Backend Development

How to Build, Test, and Publish Your Own Jenkins Plugin from Scratch

This step‑by‑step guide explains why you might need a custom Jenkins plugin, walks you through setting up Java 21 and Maven, generating a plugin project with the Jenkins archetype, building and locally testing it, and finally publishing it to the Jenkins Marketplace with best‑practice tips for security, CI, versioning, and community engagement.

CI/CDDevOpsJava
0 likes · 19 min read
How to Build, Test, and Publish Your Own Jenkins Plugin from Scratch
Test Development Learning Exchange
Test Development Learning Exchange
Nov 24, 2025 · Operations

20 Essential Linux Commands Every Automation Test Engineer Should Master

This guide compiles the 20 most frequently used Linux commands for automation testing engineers, organized by scenario, to help you efficiently inspect files, manage processes and ports, transfer and compress data, test network services, monitor system resources, handle permissions, schedule tasks, and boost daily productivity.

Automation TestingCI/CDCommand Line
0 likes · 9 min read
20 Essential Linux Commands Every Automation Test Engineer Should Master
DevOps Coach
DevOps Coach
Nov 20, 2025 · Operations

How to Build a Fast, Reliable CI/CD Pipeline from Feature Branch to Production

This article walks through a complete CI/CD workflow for teams that ship software frequently, covering feature branching, peer review, automated QA, pre‑production staging, and production deployment with canary and blue‑green strategies, while sharing practical tips and common pitfalls.

CI/CDContinuous DeliveryDevOps
0 likes · 7 min read
How to Build a Fast, Reliable CI/CD Pipeline from Feature Branch to Production
Xiao Liu Lab
Xiao Liu Lab
Nov 18, 2025 · Operations

Mastering Ops: Security, High Availability, and Fault Diagnosis for Interviews

This article compiles concise, high‑scoring answers to essential operations interview questions, covering security hardening, intrusion response, high‑availability architecture, disaster‑recovery design, Redis replication and clustering, Docker fundamentals and networking, Kubernetes components, monitoring, CI/CD pipelines, and the evolving role of DevOps.

CI/CDDockerKubernetes
0 likes · 14 min read
Mastering Ops: Security, High Availability, and Fault Diagnosis for Interviews
DevOps Coach
DevOps Coach
Nov 17, 2025 · Cloud Native

What’s New in ArgoCD 3.2? Features, Upgrade Guide, and Installation Tips

ArgoCD 3.2.0, released on November 5 2025, brings progressive ApplicationSet sync, memory‑optimized webhook handling, expanded health checks, OCI registry support, and CLI improvements, while deprecating 2.14; the article explains these changes, upgrade considerations, and step‑by‑step installation methods for both Helm and kubectl.

ArgoCDCI/CDGitOps
0 likes · 15 min read
What’s New in ArgoCD 3.2? Features, Upgrade Guide, and Installation Tips
Su San Talks Tech
Su San Talks Tech
Nov 15, 2025 · Operations

How to Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline for Java Apps

Learn step‑by‑step how to set up a basic CI/CD workflow using Jenkins, Maven, and Git on three servers—GitLab for source control, Jenkins for building a Spring Boot JAR, and a test server for deployment—covering prerequisites, environment setup, Jenkins configuration, and post‑deployment scripts.

CI/CDJavaJenkins
0 likes · 13 min read
How to Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline for Java Apps
Top Architect
Top Architect
Nov 13, 2025 · Operations

Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline for Java Applications

This step‑by‑step guide shows how to set up a three‑server environment with GitLab, Jenkins, and a test machine, configure Maven and SSH Publisher plugins, create a Spring Boot project, and automate code push, build, deployment, and cleanup using Jenkins pipelines and shell scripts.

CI/CDDevOpsGit
0 likes · 14 min read
Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline for Java Applications
phodal
phodal
Nov 12, 2025 · Industry Insights

How AutoDev’s New MPP CLI Turns AI Agents into Self‑Testing, Multi‑Platform Tools

The article explains how the new AutoDev MPP architecture and its CLI, built on MPP Core, solve testing difficulties of previous IntelliJ‑based agents by tightly binding UI events, leveraging AI‑generated prompts, iteratively constructing a TUI/CLI, automating test framework generation, and integrating CI/CD for robust, portable AI‑driven development.

AIAutoDevCI/CD
0 likes · 10 min read
How AutoDev’s New MPP CLI Turns AI Agents into Self‑Testing, Multi‑Platform Tools
Programmer1970
Programmer1970
Nov 11, 2025 · Fundamentals

From Maven to Gradle: A Comprehensive Migration and Mastery Guide

This article explains why Gradle has become the de‑facto build tool for modern Java/Kotlin projects, showcases prominent projects that use it, compares core differences with Maven, outlines Gradle’s underlying principles, and provides a step‑by‑step learning roadmap for developers transitioning from Maven.

Build ToolsCI/CDGradle
0 likes · 6 min read
From Maven to Gradle: A Comprehensive Migration and Mastery Guide
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Nov 11, 2025 · Cloud Native

15 Real‑World Docker Use Cases Every Engineer Should Know

This article explains what Docker is and walks through fifteen practical scenarios—from modernizing monolithic apps and accelerating CI/CD pipelines to enabling multi‑tenant isolation and reducing infrastructure costs—showing how containerization transforms development, deployment, and operations.

CI/CD
0 likes · 11 min read
15 Real‑World Docker Use Cases Every Engineer Should Know
Ops Community
Ops Community
Nov 10, 2025 · Operations

100 Essential Operations Interview Questions to Ace Your DevOps Interview

This article compiles 100 common operations interview questions covering DevOps principles, CI/CD, infrastructure as code, monitoring, automation, containerization, Kubernetes, Linux system administration, security, and shell scripting, providing a comprehensive study guide for candidates aiming for roles at major tech firms.

CI/CDDevOpsInfrastructure as Code
0 likes · 4 min read
100 Essential Operations Interview Questions to Ace Your DevOps Interview
Architect
Architect
Nov 9, 2025 · Operations

How to Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline for Java Apps

This step‑by‑step guide shows how to set up a three‑server environment with GitLab, Jenkins, and a test machine, create a GitLab project and token, configure Maven and Jenkins, and automate building, deploying, and running a Spring Boot JAR using SSH and cleanup scripts.

CI/CDJavaJenkins
0 likes · 12 min read
How to Build a Simple Jenkins‑Maven‑Git CI/CD Pipeline for Java Apps
Tencent Advertising Technology
Tencent Advertising Technology
Nov 6, 2025 · Artificial Intelligence

Boosting Web UI Test Efficiency with AIGC: From Manual Scripts to Intelligent Automation

This report examines the challenges of Web UI testing in Tencent's advertising platform, analyzes current inefficiencies, and presents an AIGC-driven solution that leverages large language models, semantic scripts, and automated pipelines to dramatically improve test case generation, execution accuracy, and CI/CD integration.

AIGCCI/CDWeb UI testing
0 likes · 27 min read
Boosting Web UI Test Efficiency with AIGC: From Manual Scripts to Intelligent Automation
Java Tech Enthusiast
Java Tech Enthusiast
Nov 5, 2025 · Operations

Build a Simple Jenkins CI/CD Pipeline with Maven and Git

This guide walks you through setting up a basic CI/CD workflow using Jenkins, Maven, and Git on three servers—GitLab, Jenkins, and a test machine—covering prerequisites, project creation, pipeline configuration, Maven builds, SSH publishing, and cleanup scripts to achieve automated deployment.

CI/CDDevOpsGit
0 likes · 12 min read
Build a Simple Jenkins CI/CD Pipeline with Maven and Git
MaGe Linux Operations
MaGe Linux Operations
Nov 3, 2025 · Operations

Master Git Ops: From Zero to Production-Ready IaC Version Control

This comprehensive guide walks you through Git operations for infrastructure-as-code, covering installation, SSH key setup, repository structuring, branching strategies, sensitive data handling, automation with hooks, backup, audit, monitoring, performance tuning, and security best practices for production environments.

CI/CDGitIaC
0 likes · 31 min read
Master Git Ops: From Zero to Production-Ready IaC Version Control
php Courses
php Courses
Nov 3, 2025 · Operations

How Faster, Smarter, Simpler Development Transforms Software Delivery

The article explains how modern software teams boost efficiency by adopting rapid automation, AI‑assisted coding, data‑driven decisions, cloud‑native microservices, low‑code platforms, and streamlined developer experiences, creating faster delivery cycles, higher code quality, and a sustainable engineering culture.

AI programmingCI/CDcloud-native
0 likes · 6 min read
How Faster, Smarter, Simpler Development Transforms Software Delivery
Ray's Galactic Tech
Ray's Galactic Tech
Nov 2, 2025 · Cloud Native

Build a Full CI/CD Pipeline with Kubernetes, Jenkins, and Harbor

This guide walks you through the theory, architecture, and step‑by‑step deployment of a production‑grade CI/CD pipeline that combines Kubernetes, Jenkins, and Harbor, providing concrete Helm commands, YAML manifests, and a Jenkinsfile to automate code‑to‑image‑to‑deployment workflows.

CI/CDDevOpsHarbor
0 likes · 9 min read
Build a Full CI/CD Pipeline with Kubernetes, Jenkins, and Harbor
Raymond Ops
Raymond Ops
Nov 2, 2025 · Operations

Master Jenkins: From Setup to CI/CD Pipelines and User Management

This comprehensive guide walks you through Jenkins' history, installation, configuration, plugin management, user permissions, parameterized builds, pipeline scripting, and email notifications, providing step‑by‑step commands, code snippets, and troubleshooting tips for setting up a robust CI/CD environment on Linux.

CI/CDDockerJenkins
0 likes · 18 min read
Master Jenkins: From Setup to CI/CD Pipelines and User Management
Java Companion
Java Companion
Nov 2, 2025 · Operations

A Complete Jenkins + Maven + Git Automation Deployment Guide

This article walks through setting up three servers (GitLab, Jenkins, and a test machine), creating a GitLab project and token, configuring Maven and Jenkins plugins, defining Git, branch, and Maven settings, and implementing pre‑ and post‑steps—including a cleanup script and SSH publishing—to automatically build and deploy a Spring Boot JAR, while addressing common pitfalls such as missing manifest attributes and port conflicts.

CI/CDGitJenkins
0 likes · 10 min read
A Complete Jenkins + Maven + Git Automation Deployment Guide
Ctrip Technology
Ctrip Technology
Oct 30, 2025 · Operations

How BDD‑Driven HTA Automation Boosts Test Coverage and Cuts Costs

This article details a practical transformation from manual to automated testing using Jest and BDD‑generated HTA, explaining the challenges, technical solutions, mock‑data management, pipeline integration, and measurable results such as higher coverage, lower development cost, and faster release cycles.

BDDCI/CDHTA
0 likes · 28 min read
How BDD‑Driven HTA Automation Boosts Test Coverage and Cuts Costs
Tencent Advertising Technology
Tencent Advertising Technology
Oct 30, 2025 · Operations

How Tencent Ads Achieved Full‑Automation CI/CD with AI‑Driven Monitoring

This article details Tencent Ads' systematic transformation of its CI/CD pipeline into a fully automated, data‑driven process, highlighting the challenges of manual labor, release quality, and iteration speed, and describing the AI‑powered monitoring and intelligent interception mechanisms that enable zero‑human deployment and multi‑release per day.

AI monitoringCI/CDDevOps
0 likes · 31 min read
How Tencent Ads Achieved Full‑Automation CI/CD with AI‑Driven Monitoring
Advanced AI Application Practice
Advanced AI Application Practice
Oct 30, 2025 · Operations

How Non‑Coding Test Engineers Can Master the Relationship Between CI/CD and DevOps

The article explains that CI/CD is a set of automation tools while DevOps is a collaborative culture, shows how they complement each other, and provides three practical actions—defining business scenarios for CI, syncing test‑environment needs with ops, and monitoring quality post‑deployment—for test engineers without coding skills.

CI/CDDevOpsautomation
0 likes · 8 min read
How Non‑Coding Test Engineers Can Master the Relationship Between CI/CD and DevOps
21CTO
21CTO
Oct 29, 2025 · Information Security

How FreeBSD’s New Root‑less, Reproducible Build System Boosts Security and CI Efficiency

FreeBSD’s foundation announced two major build system upgrades—eliminating the need for root privileges and fully supporting reproducible builds—allowing developers and CI servers to safely generate system, VM, and cloud images in unprivileged environments, reducing attack surface and enhancing supply‑chain trust.

CI/CDFreeBSDOperating Systems
0 likes · 4 min read
How FreeBSD’s New Root‑less, Reproducible Build System Boosts Security and CI Efficiency
Advanced AI Application Practice
Advanced AI Application Practice
Oct 29, 2025 · Operations

How Test Engineers Without Coding Skills Can Master CI/CD Without Fear

This guide shows non‑coding test engineers how to understand CI (continuous integration) and CD (continuous deployment), why they’re not exclusive to developers, and three practical actions—business‑scenario requirement submission, targeted testing of generated builds, and rapid feedback—to turn CI/CD into an efficiency partner.

CI/CDContinuous DeploymentDevOps
0 likes · 14 min read
How Test Engineers Without Coding Skills Can Master CI/CD Without Fear
Advanced AI Application Practice
Advanced AI Application Practice
Oct 25, 2025 · Operations

Mastering Jenkins for API Automation: Core Concepts and CI/CD Practices

This article explains Jenkins' fundamental concepts—including jobs, nodes, pipelines, plugins, and credentials—and shows why its powerful scheduling, rich ecosystem, stability, and pipeline‑as‑code approach make it ideal for building automated API testing CI/CD workflows, illustrated with a complete Jenkinsfile example.

API testingCI/CDDevOps
0 likes · 7 min read
Mastering Jenkins for API Automation: Core Concepts and CI/CD Practices
Ops Community
Ops Community
Oct 22, 2025 · Cloud Native

How to Build a Production‑Ready GitOps Pipeline with ArgoCD and Helm in 10 Minutes

This step‑by‑step guide shows how to set up a full‑stack GitOps workflow using ArgoCD and Helm on Kubernetes, covering prerequisites, environment matrix, a 10‑step implementation checklist, monitoring, performance tuning, security hardening, common troubleshooting, rollback scripts, and best‑practice recommendations.

ArgoCDCI/CDContinuous Delivery
0 likes · 32 min read
How to Build a Production‑Ready GitOps Pipeline with ArgoCD and Helm in 10 Minutes
MaGe Linux Operations
MaGe Linux Operations
Oct 21, 2025 · Cloud Native

Cut Deployment Time by 80% with Docker Swarm and Automated CI/CD Pipelines

This article shares how a team reduced deployment failures from 15% to 0.3% and cut average deployment time from 35 minutes to 8 minutes by integrating Docker Swarm container orchestration with a fully automated CI/CD pipeline, covering architecture choices, pipeline stages, stack configuration, optimisation tips, monitoring, and future AI‑driven ops trends.

CI/CDDevOpsDocker Swarm
0 likes · 17 min read
Cut Deployment Time by 80% with Docker Swarm and Automated CI/CD Pipelines
Advanced AI Application Practice
Advanced AI Application Practice
Oct 17, 2025 · Operations

Automating Web Performance Tests with WebPageTest and AI

This guide shows how to use WebPageTest as a precise data collector and an AI service as an analysis engine, covering API key setup, three integration options, a Python script to run tests, an AI‑driven reporting script, and a full GitHub Actions CI/CD workflow that posts the performance report back to pull requests.

AICI/CDGitHub Actions
0 likes · 12 min read
Automating Web Performance Tests with WebPageTest and AI
DevOps Coach
DevOps Coach
Oct 16, 2025 · Cloud Native

Mastering Kargo: Proven GitOps Configuration Practices and YAML Templates

This guide walks you through advanced Kargo configuration for GitOps, covering essential CRDs such as Warehouse, Stage, and PromotionTemplate, offering concrete YAML examples, best‑practice recommendations, secure Git repository layouts, multi‑service promotion strategies, event‑driven rollouts, and safety measures to build scalable, reliable CI/CD pipelines.

Argo CDCI/CDGitOps
0 likes · 8 min read
Mastering Kargo: Proven GitOps Configuration Practices and YAML Templates
Raymond Ops
Raymond Ops
Oct 14, 2025 · Operations

Automate CI/CD with Jenkins and Docker: A Step‑by‑Step Guide

This guide walks you through building an efficient CI/CD pipeline using Jenkins and Docker, covering benefits, architecture design, Maven‑based Docker image creation, Alibaba Cloud registry integration, custom Jenkins Docker image setup, permission handling, GitLab webhook configuration, and deployment automation with scripts.

CI/CDDockerGitLab
0 likes · 13 min read
Automate CI/CD with Jenkins and Docker: A Step‑by‑Step Guide
Ops Community
Ops Community
Oct 14, 2025 · Operations

Mastering Ansible: A Complete Guide to Automated Operations Standards

Discover how to replace chaotic shell scripts with a comprehensive, Ansible‑based automation framework that covers tool selection, architecture design, standardized directory structures, inventory management, variable hierarchy, role development, secure vault usage, real‑world multi‑environment deployments, baseline configurations, monitoring, CI/CD integration, and best‑practice guidelines for modern operations teams.

AnsibleCI/CDInfrastructure as Code
0 likes · 34 min read
Mastering Ansible: A Complete Guide to Automated Operations Standards
Instant Consumer Technology Team
Instant Consumer Technology Team
Oct 13, 2025 · Backend Development

How We Built a Scalable API Automation Platform for Multi‑Environment DevOps Integration

This article details the motivations, architecture, core capabilities, technical challenges, and future roadmap of an in‑house API automation testing platform that supports multi‑environment testing, CI/CD integration, low‑code scripting, and strict network security for enterprise development workflows.

API testingCI/CDDevOps
0 likes · 16 min read
How We Built a Scalable API Automation Platform for Multi‑Environment DevOps Integration
FunTester
FunTester
Oct 9, 2025 · Artificial Intelligence

How AI Turns Natural Language Into Automated End‑to‑End Tests

This article explains how the browser‑use/qa‑use platform leverages large language models to let testers describe test cases in natural language, automatically generates browser actions, executes them, and provides detailed reports, dramatically reducing script maintenance and boosting testing efficiency.

AI testingCI/CDLLM
0 likes · 10 min read
How AI Turns Natural Language Into Automated End‑to‑End Tests
MaGe Linux Operations
MaGe Linux Operations
Oct 8, 2025 · Operations

Build an Enterprise‑Grade DevOps Pipeline in 7 Days: Hands‑On Guide + Ready‑to‑Use Scripts

This step‑by‑step guide shows how to create a full‑stack, enterprise‑level DevOps CI/CD pipeline—from environment setup and Docker installation to Jenkins pipeline scripts, Kubernetes deployments, monitoring, security hardening, and cost‑optimisation—enabling teams to reduce release cycles from days to minutes within a week.

CI/CDDevOpsDocker
0 likes · 38 min read
Build an Enterprise‑Grade DevOps Pipeline in 7 Days: Hands‑On Guide + Ready‑to‑Use Scripts
Raymond Ops
Raymond Ops
Oct 5, 2025 · Operations

Master Jenkins Automated Deployment: From Code Commit to Live Release

This article provides a step‑by‑step guide to setting up Jenkins for automated CI/CD, covering pipeline workflow, installation, required plugins, global tool configuration, Gitee and SSH integration, Maven project setup, post‑build deployment scripts, and how to run and verify builds.

CI/CDJenkinsMaven
0 likes · 22 min read
Master Jenkins Automated Deployment: From Code Commit to Live Release
MaGe Linux Operations
MaGe Linux Operations
Oct 4, 2025 · Operations

How I Doubled My Salary by Switching from Traditional Ops to SRE in 18 Months

Over 18 months, the author details a step‑by‑step transformation from a fire‑fighting traditional operations role to a high‑paying SRE/DevOps career, covering motivations, skill gaps, learning plans, project implementations, interview preparation, and real‑world outcomes, offering a practical roadmap for engineers seeking similar growth.

CI/CDMonitoringSRE
0 likes · 44 min read
How I Doubled My Salary by Switching from Traditional Ops to SRE in 18 Months
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Sep 30, 2025 · Backend Development

Microservices vs SOA: Key Differences Every Architect Should Know

Microservices and SOA differ in architecture design, communication methods, service granularity, governance, and deployment, with microservices favoring decentralized, fine‑grained, container‑based approaches while SOA relies on larger, centrally orchestrated services via an ESB, making each suited to distinct enterprise scenarios.

CI/CDSOAcontainerization
0 likes · 4 min read
Microservices vs SOA: Key Differences Every Architect Should Know
Ubiquitous Tech
Ubiquitous Tech
Sep 30, 2025 · Artificial Intelligence

16 Practical Ways to Elevate AI Code Review Quality

The article tells of a developer whose code caused a CPU spike, shows how an AI code review tool caught an unnecessary database query, and then outlines sixteen practical ideas—including multi‑turn dialogue, diff analysis, domain fine‑tuning, CI/CD integration, template feedback, intent inference, automated test generation, security scanning, auto‑fix suggestions, performance analysis, readability scoring, and visual reporting—to improve AI‑assisted code review quality.

AI Code ReviewCI/CDPrompt Engineering
0 likes · 20 min read
16 Practical Ways to Elevate AI Code Review Quality
Raymond Ops
Raymond Ops
Sep 29, 2025 · Cloud Native

Master GitLab: From History to Full Installation & Configuration Guide

This article provides a comprehensive overview of GitLab—including its origins, key features, and evolution—followed by detailed, step‑by‑step instructions for installing, configuring, and accessing GitLab on Rocky Linux, covering repository management, CI/CD pipelines, and Kubernetes integration.

CI/CDConfigurationDevOps
0 likes · 9 min read
Master GitLab: From History to Full Installation & Configuration Guide
MaGe Linux Operations
MaGe Linux Operations
Sep 29, 2025 · Operations

Mastering Enterprise CI/CD with Ansible: A Complete Hands‑On Guide

This comprehensive guide explores how Ansible can be used to build enterprise‑grade CI/CD automation platforms, covering the evolution of automation, core Ansible concepts, infrastructure setup, modular playbook design, CI/CD pipeline integration, advanced features like Vault and custom modules, real‑world case studies, best practices, and future trends.

AnsibleCI/CDInfrastructure as Code
0 likes · 27 min read
Mastering Enterprise CI/CD with Ansible: A Complete Hands‑On Guide
Ray's Galactic Tech
Ray's Galactic Tech
Sep 26, 2025 · Cloud Native

How to Deploy Production-Ready Spring Boot Apps on Kubernetes (V2 Guide)

Learn step-by-step how to prepare, containerize, and securely deploy a Spring Boot application on Kubernetes, covering health checks, metrics, logging, JVM tuning, multi-stage Docker builds, Helm-like resources, ConfigMaps, Secrets, Ingress, HPA, monitoring, CI/CD pipelines, and rollback strategies for production-grade reliability.

CI/CDDockerKubernetes
0 likes · 9 min read
How to Deploy Production-Ready Spring Boot Apps on Kubernetes (V2 Guide)
dbaplus Community
dbaplus Community
Sep 25, 2025 · Operations

How to Shrink Docker Images by 80% and Speed Up Builds

This article explains why oversized Docker images hurt deployment speed, then walks through five practical strategies—including picking lightweight base images, using Distroless, applying multi‑stage builds, optimizing .dockerignore and layer ordering, and adding runtime tweaks—backed by code snippets, performance data, monitoring tips, and CI/CD integration to achieve up to 90% size reduction and dramatically faster builds.

AlpineCI/CDPerformance
0 likes · 10 min read
How to Shrink Docker Images by 80% and Speed Up Builds
DevOps Coach
DevOps Coach
Sep 21, 2025 · Operations

Why Jenkins Is Falling Behind and How GitHub Actions Can Revitalize Your CI/CD

The article examines Jenkins' security, performance, and maintenance challenges, illustrates how GitHub Actions offers built‑in security, auto‑scaling, and simple YAML configuration, and provides real‑world impact data and a step‑by‑step migration guide for DevOps teams seeking a modern CI/CD solution.

CI/CDDevOpsGitHub Actions
0 likes · 9 min read
Why Jenkins Is Falling Behind and How GitHub Actions Can Revitalize Your CI/CD
AndroidPub
AndroidPub
Sep 18, 2025 · Operations

How to Build an Automated Jenkins CI/CD Pipeline for Android APK Packaging

Learn how to create a standardized Jenkins CI/CD pipeline that automates Android APK building, uploading to Pgyer, and notifying teams via DingTalk, eliminating manual errors, speeding delivery, and improving collaboration across development, testing, and product teams.

AndroidCI/CDDingTalk
0 likes · 33 min read
How to Build an Automated Jenkins CI/CD Pipeline for Android APK Packaging
MaGe Linux Operations
MaGe Linux Operations
Sep 17, 2025 · Operations

Unlock 5 CI/CD Ops Secrets to Triple Deployment Speed

This comprehensive guide reveals essential CI/CD operational techniques—from pipeline bottleneck detection and Docker multi‑stage builds to parallel execution, smart testing, blue‑green and canary deployments, full‑stack monitoring, cost‑saving cloud strategies, and a real‑world e‑commerce case study—helping teams dramatically boost efficiency, reliability, and security.

CI/CDDockerKubernetes
0 likes · 46 min read
Unlock 5 CI/CD Ops Secrets to Triple Deployment Speed
php Courses
php Courses
Sep 16, 2025 · Operations

Master GitLab CI for Symfony: Step‑by‑Step Pipeline Setup

Learn how to set up a robust GitLab CI pipeline for Symfony projects, covering preparation, .gitlab-ci.yml creation, defining stages such as test, lint, security, build, and deploy, Docker image configuration, job optimization, environment variables, database services, and pipeline execution.

CI/CDDockerGitLab CI
0 likes · 10 min read
Master GitLab CI for Symfony: Step‑by‑Step Pipeline Setup
Architect's Must-Have
Architect's Must-Have
Sep 15, 2025 · Operations

Resolving Common Jenkins Compatibility Issues and Optimizing Performance

This guide details how to address Jenkins Performance plugin compatibility problems, modify CSP security policies, customize the Jenkins context path, fix git clone timeouts, resolve batch command failures, replace vulnerable JARs, run JNLP files on Windows agents, disable CSRF protection, adjust JVM memory settings, and implement disk space and build timeout optimizations.

CI/CDCSPDevOps
0 likes · 12 min read
Resolving Common Jenkins Compatibility Issues and Optimizing Performance
php Courses
php Courses
Sep 12, 2025 · Cloud Native

How Immutable Infrastructure Guarantees Zero‑Downtime CI/CD for PHP Apps

By containerizing PHP applications, versioning immutable Docker images, automating builds and tests, and employing blue‑green or canary deployments alongside IaC tools like Terraform, teams can build a reliable, zero‑downtime CI/CD pipeline that boosts consistency, repeatability, security, and rapid rollback capabilities.

CI/CDDevOpsDocker
0 likes · 6 min read
How Immutable Infrastructure Guarantees Zero‑Downtime CI/CD for PHP Apps
Alibaba Cloud Native
Alibaba Cloud Native
Sep 8, 2025 · Cloud Native

How to Integrate Alibaba Cloud AppStack with Serverless SAE for Seamless DevOps

This guide explains how to connect Alibaba Cloud's Cloud Effect AppStack with the Serverless Application Engine (SAE), covering role creation, trust policy configuration, service connection setup, cluster linking, application template usage, deployment orchestration, and pipeline execution to achieve low‑cost, high‑quality, and efficient continuous delivery.

Alibaba CloudCI/CDDevOps
0 likes · 8 min read
How to Integrate Alibaba Cloud AppStack with Serverless SAE for Seamless DevOps
DevOps Coach
DevOps Coach
Sep 7, 2025 · Operations

How to Master DevOps from Zero: A 12‑Month Roadmap to Real‑World Skills

Starting from scratch, this guide outlines a practical 12‑month DevOps learning plan that emphasizes mastering Linux fundamentals, networking, scripting, Git, CI/CD, Docker, Kubernetes, cloud platforms, infrastructure‑as‑code, monitoring, and security, with concrete steps, tools, and a realistic study schedule to build real‑world competence.

CI/CDDevOpsDocker
0 likes · 8 min read
How to Master DevOps from Zero: A 12‑Month Roadmap to Real‑World Skills
Ops Community
Ops Community
Sep 7, 2025 · Cloud Native

Master Helm: From Beginner to Pro – A Complete Guide to Standardized Kubernetes Deployments

This comprehensive guide walks you through the challenges of managing Kubernetes applications with Helm, explains core concepts like Charts, Releases, and Repositories, and provides detailed best‑practice patterns for chart design, multi‑environment values, CI/CD pipelines, security, monitoring, and disaster‑recovery to achieve standardized, reliable cloud‑native deployments.

CI/CDDevOpsHelm
0 likes · 29 min read
Master Helm: From Beginner to Pro – A Complete Guide to Standardized Kubernetes Deployments
FunTester
FunTester
Sep 6, 2025 · Operations

How to Accelerate Test Automation: 3 Proven Paths to Faster, Reliable Releases

This article outlines three practical automation strategies—shift‑left testing, focused UI automation, and CI/CD‑integrated test loops—illustrated with real‑world case studies that dramatically cut manual effort, reduce bugs, and shorten release cycles for modern software teams.

CI/CDUI automationquality assurance
0 likes · 5 min read
How to Accelerate Test Automation: 3 Proven Paths to Faster, Reliable Releases
Code Ape Tech Column
Code Ape Tech Column
Sep 5, 2025 · Cloud Native

One-Click Deploy Spring Cloud Microservice via Jenkins, Docker & K8s

This guide walks you through automating the full lifecycle of a Spring Cloud microservice—from pushing code to Git, configuring Jenkins pipelines with SSH keys, building with Maven, packaging into Docker images, pushing to a registry, and finally deploying and updating the service on Kubernetes—all with step‑by‑step commands and scripts.

CI/CDDevOpsDocker
0 likes · 12 min read
One-Click Deploy Spring Cloud Microservice via Jenkins, Docker & K8s
MaGe Linux Operations
MaGe Linux Operations
Sep 3, 2025 · Operations

Master Ansible Automation: Deploy Nginx Web Servers at Scale in Minutes

This comprehensive guide walks you through why Ansible is essential for modern ops, explains its agentless, declarative, and idempotent advantages, shows step‑by‑step environment setup, inventory creation, playbook and template writing, and covers advanced techniques like rolling updates, vault encryption, dynamic inventory, performance tuning, CI/CD integration, monitoring, and rollback strategies.

AnsibleCI/CDInfrastructure as Code
0 likes · 27 min read
Master Ansible Automation: Deploy Nginx Web Servers at Scale in Minutes
DeWu Technology
DeWu Technology
Sep 3, 2025 · Backend Development

How a DAG‑Based Word Distribution Platform Boosts E‑Commerce Search Efficiency

This article explains the background, supported scenarios, overall and evolving architecture, script hot‑deployment, CI/CD workflow, and future plans of a DAG‑driven word distribution platform that unifies keyword recommendation across dozens of e‑commerce use cases, improving flexibility, development cost, and user experience.

CI/CDDAG architecturee-commerce backend
0 likes · 17 min read
How a DAG‑Based Word Distribution Platform Boosts E‑Commerce Search Efficiency
Architect's Must-Have
Architect's Must-Have
Sep 3, 2025 · Operations

How to Resolve Common Jenkins Compatibility and Configuration Issues

This guide walks through fixing Performance plugin incompatibility, adjusting Jenkins CSP security, customizing access paths, handling git clone timeouts, fixing batch command failures, updating vulnerable jars, running JNLP files on Windows nodes, disabling CSRF, tuning JVM memory, and optimizing disk usage to keep Jenkins stable and efficient.

CI/CDConfigurationDevOps
0 likes · 12 min read
How to Resolve Common Jenkins Compatibility and Configuration Issues
Test Development Learning Exchange
Test Development Learning Exchange
Sep 2, 2025 · Operations

How to Build a High‑Quality End‑to‑End Testing Process for Reliable Releases

This guide outlines a systematic, shift‑left testing strategy—from early requirement reviews and test‑case design to layered regression automation, rigorous execution, pre‑release quality assessment, and post‑release monitoring—enabling teams to act as effective quality gatekeepers and ensure stable software deliveries.

CI/CDquality assuranceregression testing
0 likes · 7 min read
How to Build a High‑Quality End‑to‑End Testing Process for Reliable Releases
FunTester
FunTester
Sep 1, 2025 · Operations

Why Load Testing Is Critical for High‑Traffic Apps and How to Do It Right

This article explains why load testing is essential for modern applications that must serve millions of users, outlines various test types and best‑practice steps, recommends tools and frameworks, and shows how continuous testing integrated into CI/CD pipelines ensures scalability, reliability, and optimal performance under unpredictable traffic spikes.

CI/CDPerformance Monitoringload testing
0 likes · 11 min read
Why Load Testing Is Critical for High‑Traffic Apps and How to Do It Right
Ubiquitous Tech
Ubiquitous Tech
Aug 31, 2025 · Backend Development

Java Interview Simulation: Designing a Scalable E‑Commerce Transaction & Fulfillment Platform

The article walks through a detailed Java interview simulation where the candidate designs a high‑performance, microservice‑based e‑commerce transaction and fulfillment system, covering architecture decomposition, caching, concurrency control, distributed transactions, observability, AI‑driven recommendation, and a concrete career roadmap.

AICI/CDJava
0 likes · 50 min read
Java Interview Simulation: Designing a Scalable E‑Commerce Transaction & Fulfillment Platform
Ops Community
Ops Community
Aug 28, 2025 · Operations

Mastering Ansible: Advanced Automation Techniques from Beginner to Expert

This comprehensive guide explores Ansible's agentless architecture, advanced playbook design patterns, performance tuning, CI/CD integration, enterprise‑grade security practices, and real‑world case studies, providing ops engineers with the knowledge to automate thousands of servers and become automation architects.

AnsibleCI/CDInfrastructure as Code
0 likes · 18 min read
Mastering Ansible: Advanced Automation Techniques from Beginner to Expert
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Aug 28, 2025 · Operations

How Shifting MR Testing Left Supercharged Our Rendering Engine Quality

This article details how the KE rendering engine team tackled explosive task growth, stability pressure, and testing bottlenecks by implementing a test‑left shift strategy that mandates pre‑merge unit tests, automated CI pipelines, and an efficient regression platform, ultimately boosting quality and developer productivity.

CI/CDDevOpsRendering
0 likes · 16 min read
How Shifting MR Testing Left Supercharged Our Rendering Engine Quality
DevOps Engineer
DevOps Engineer
Aug 25, 2025 · Artificial Intelligence

Automate Bilingual Blog Publishing with GitHub Actions and Gemini AI

I automated bilingual blog publishing by using GitHub Actions to trigger Gemini AI translation of Chinese posts, automatically creating English pull requests, previewing via Netlify, and publishing the translated version, saving time, reducing cost, and demonstrating how AI‑driven automation can streamline documentation workflows.

AI translationBilingual publishingCI/CD
0 likes · 5 min read
Automate Bilingual Blog Publishing with GitHub Actions and Gemini AI
Ops Development & AI Practice
Ops Development & AI Practice
Aug 24, 2025 · Operations

Beyond SAST: Integrating Code Quality Checks in GitLab CI/CD

This article explains why GitLab's built‑in SAST focuses solely on security, distinguishes it from code‑quality analysis, and provides two practical ways—using the official Code‑Quality template and integrating custom linters—to add comprehensive code‑quality checks into your CI/CD pipelines.

CI/CDGitLabSAST
0 likes · 7 min read
Beyond SAST: Integrating Code Quality Checks in GitLab CI/CD
Ops Development & AI Practice
Ops Development & AI Practice
Aug 24, 2025 · Operations

How to Unlock Parallel Job Execution in GitLab Runner

This guide explains why parallel task handling matters for CI/CD efficiency, details the core 'concurrent' setting in GitLab Runner's config.toml, shows step‑by‑step configuration across platforms, and demonstrates how to combine it with the .gitlab-ci.yml 'parallel' keyword for fine‑grained job scheduling.

CI/CDGitLab RunnerPipeline
0 likes · 7 min read
How to Unlock Parallel Job Execution in GitLab Runner