Tagged articles

CI/CD

1783 articles · Page 2 of 18
Woodpecker Software Testing
Woodpecker Software Testing
Apr 9, 2026 · Backend Development

Generating Test Cases and Scripts with Alibaba Baichuan Workflow – A Step‑by‑Step Guide

This article walks through building an intelligent agent using Alibaba Baichuan workflow to automatically create software test cases and scripts, covering node setup, knowledge‑base integration, system and user prompts, test data design, API testing with Python requests, and Playwright UI testing, complete with database cleanup and CSRF handling.

API testingAlibaba BaichuanCI/CD
0 likes · 97 min read
Generating Test Cases and Scripts with Alibaba Baichuan Workflow – A Step‑by‑Step Guide
Woodpecker Software Testing
Woodpecker Software Testing
Apr 5, 2026 · Operations

Intelligent Regression Testing: Why the Future Is Already Here

With code commits becoming a heartbeat, traditional regression testing lags behind; this article defines true intelligent regression testing as a closed‑loop system of perception, reasoning, execution and feedback, presents real‑world case studies, three practical pillars, common pitfalls, and a vision for risk‑driven, self‑healing quality assurance.

AICI/CDDevOps
0 likes · 8 min read
Intelligent Regression Testing: Why the Future Is Already Here
Woodpecker Software Testing
Woodpecker Software Testing
Apr 4, 2026 · Artificial Intelligence

Why 2026 Is the Turning Point for Open-Source Adversarial Testing in High-Risk AI

With AI models now embedded in finance, healthcare, and autonomous driving, the 2025 Gartner report shows 73% of models suffer undetected adversarial failures, prompting a 2026 shift where open-source adversarial testing tools become CI/CD-ready, multi-modal, and compliance-driven, as illustrated by a bank’s RAG chatbot case study.

AI safetyCI/CDLarge Language Models
0 likes · 8 min read
Why 2026 Is the Turning Point for Open-Source Adversarial Testing in High-Risk AI
Ray's Galactic Tech
Ray's Galactic Tech
Apr 3, 2026 · Backend Development

How to Master Go Module Management for Scalable Distributed Systems

This comprehensive guide explains why Go module management is an architectural concern in distributed systems, outlines real‑world e‑commerce scenarios, details the underlying mechanisms like MVS, and provides practical strategies—including repository layout, versioning, CI/CD checks, Docker optimizations, and common pitfalls—to evolve from a chaotic setup to a well‑governed, production‑ready environment.

CI/CDGodistributed-systems
0 likes · 35 min read
How to Master Go Module Management for Scalable Distributed Systems
Woodpecker Software Testing
Woodpecker Software Testing
Apr 3, 2026 · Operations

Intelligent Regression Testing vs Traditional: How AI Turns Tests into Efficiency Accelerators

The article contrasts rule‑driven traditional regression testing with AI‑enabled semantic testing, showing how intelligent regression reduces test cycles, improves stability by up to 3.2×, cuts execution time to 22% of the original, and creates a self‑healing maintenance loop, backed by data from Tricentis, GitLab and Microsoft.

AI testingCI/CDregression testing
0 likes · 7 min read
Intelligent Regression Testing vs Traditional: How AI Turns Tests into Efficiency Accelerators
Lao Guo's Learning Space
Lao Guo's Learning Space
Mar 31, 2026 · Operations

Harness Engineering Best Practices: Real‑World AI Ops Lessons from 4 Companies

This article explains Harness Engineering—a methodology that lets AI agents work reliably by steering humans and automating execution—through core principles, a performance boost demonstrated by OpenAI, and detailed case studies from OpenAI, Citi, Ancestry, and Ulta Beauty, followed by a step‑by‑step adoption roadmap.

AI engineeringCI/CDContext Engineering
0 likes · 11 min read
Harness Engineering Best Practices: Real‑World AI Ops Lessons from 4 Companies
Woodpecker Software Testing
Woodpecker Software Testing
Mar 31, 2026 · Artificial Intelligence

Prompt Testing: The Next Battlefield for Test Engineers

With large language models now core to production, traditional functional, API, and UI tests fail, prompting a shift toward systematic prompt testing that addresses semantic drift, adversarial fragility, bias amplification, and compliance violations through functional soundness, robustness, safety, and performance dimensions integrated into CI/CD pipelines.

AI robustnessBias DetectionCI/CD
0 likes · 8 min read
Prompt Testing: The Next Battlefield for Test Engineers
Ray's Galactic Tech
Ray's Galactic Tech
Mar 30, 2026 · Backend Development

Build a Production-Ready Go Microservice with Gin: Architecture & Scaling

This comprehensive guide walks through designing, implementing, and operating a production-grade Go microservice using Gin, covering architecture layers, domain modeling, reliable messaging, observability, CI/CD pipelines, GitOps deployment, high‑concurrency safeguards, security measures, and best‑practice testing to ensure stability, scalability, and maintainability in real‑world e‑commerce scenarios.

CI/CDGinGo
0 likes · 58 min read
Build a Production-Ready Go Microservice with Gin: Architecture & Scaling
Test Development Learning Exchange
Test Development Learning Exchange
Mar 27, 2026 · Operations

From Script Writing to Quality Architecture: A Python Test Engineer’s Roadmap

This guide outlines a systematic career roadmap for Python test engineers, moving from basic script writing to building a comprehensive quality architecture through engineering mindset, strategy design, data‑driven metrics, and technical depth, complete with practical 30/60/90‑day plans and common pitfalls.

CI/CDData‑Driven TestingPython
0 likes · 10 min read
From Script Writing to Quality Architecture: A Python Test Engineer’s Roadmap
Cognitive Technology Team
Cognitive Technology Team
Mar 27, 2026 · Operations

How to Build a Rock‑Solid High‑Availability Architecture: Redundancy, Defense, and Smooth Deployments

This article breaks down high‑availability architecture into redundancy, defensive degradation, and release mechanisms, offering concrete techniques, real‑world failure case studies, and step‑by‑step configurations to ensure continuous service even under heavy load or component failures.

CI/CDKubernetescircuit breaker
0 likes · 16 min read
How to Build a Rock‑Solid High‑Availability Architecture: Redundancy, Defense, and Smooth Deployments
Raymond Ops
Raymond Ops
Mar 26, 2026 · Cloud Native

How to Shrink Docker Images by 70% and Harden Them with Trivy

This guide explains how to dramatically shrink Docker image sizes by up to 70% using multi‑stage builds, Alpine or Distroless bases, layer merging, .dockerignore, and BuildKit, while also integrating Trivy security scanning, non‑root users, SUID removal, and CI/CD automation to ensure a lean, secure container deployment.

AlpineCI/CDDocker
0 likes · 29 min read
How to Shrink Docker Images by 70% and Harden Them with Trivy
Test Development Learning Exchange
Test Development Learning Exchange
Mar 25, 2026 · Backend Development

10 Hidden Pitfalls in Python Test Automation and How to Fix Them

This guide identifies ten common yet subtle traps that undermine Python test automation—such as using time.sleep, hard‑coded data, over‑mocking, weak assertions, environment mismatches, implicit dependencies, poor logging, ignored non‑functional requirements, coverage obsession, and lack of maintenance—and provides concrete, actionable solutions to build a robust, maintainable testing suite.

CI/CDPythonbest practices
0 likes · 11 min read
10 Hidden Pitfalls in Python Test Automation and How to Fix Them
Architect
Architect
Mar 25, 2026 · Industry Insights

What to Inspect First in OpenAI’s Codex Repo? 5 Must‑Read Files

If you can only glance at the OpenAI Codex repository once, focus on five key entry points—AGENTS.md, justfile, rust-ci.yml, the app‑server README with schema fixtures, and rust-release.yml—to quickly understand the team’s engineering decisions, risk management, and release cadence.

AI developmentCI/CDCodex
0 likes · 22 min read
What to Inspect First in OpenAI’s Codex Repo? 5 Must‑Read Files
Ray's Galactic Tech
Ray's Galactic Tech
Mar 24, 2026 · Cloud Native

Mastering Production-Grade Blue‑Green and Canary Deployments on Kubernetes

This comprehensive guide explains how to design, implement, and operate production‑grade blue‑green and canary releases on Kubernetes, covering traffic control, state handling, capacity planning, observability, automation scripts, code examples, and best‑practice checklists to ensure safe, scalable rollouts in high‑traffic environments.

Blue-Green DeploymentCI/CDCanary Release
0 likes · 32 min read
Mastering Production-Grade Blue‑Green and Canary Deployments on Kubernetes
Golang Shines
Golang Shines
Mar 23, 2026 · Backend Development

Modernize Your Go Code with the New go fix in Go 1.26

Go 1.26 revamps the go fix tool from a simple deprecated‑API patcher into an intelligent automated refactoring engine that can modernize error handling, I/O operations and pointer creation, dramatically reducing manual effort while improving performance and type safety.

CI/CDGoautomated refactoring
0 likes · 12 min read
Modernize Your Go Code with the New go fix in Go 1.26
Shuge Unlimited
Shuge Unlimited
Mar 22, 2026 · Operations

Why OpenClaw Uses Three Install Scripts: Design Philosophy and Practical Guide

The article dissects OpenClaw's cross‑platform installer, explaining why three separate scripts (install.sh, install-cli.sh, install.ps1) are needed, how they detect OS, manage Node.js and Git dependencies, offer npm and git installation modes, support CI/CD automation, and address security and troubleshooting.

CI/CDOpenClawShell scripting
0 likes · 18 min read
Why OpenClaw Uses Three Install Scripts: Design Philosophy and Practical Guide
Woodpecker Software Testing
Woodpecker Software Testing
Mar 20, 2026 · Operations

How Self‑Healing Test Scripts Cut Maintenance Costs: A Real‑World CBA

In large agile teams, over 70% of UI test failures are false positives caused by fragile locators, but a self‑healing approach that combines layered selectors and lightweight visual anchors can reduce monthly maintenance from 24 person‑hours to 1.2, improve CI stability, and deliver a ROI within three months while introducing manageable decision and governance overhead.

AppiumCI/CDCost-Benefit Analysis
0 likes · 8 min read
How Self‑Healing Test Scripts Cut Maintenance Costs: A Real‑World CBA
Woodpecker Software Testing
Woodpecker Software Testing
Mar 20, 2026 · Industry Insights

Predictive Testing 2026: Deep Comparison of the Top 5 Tools

This article evaluates the five most representative predictive testing tools for 2026 across accuracy, actionability, and trustworthiness, examines their real‑world performance on 2025 Q3 production data, and highlights three emerging trends that will shape AI‑driven test automation in the coming year.

AI-driven Test AutomationCI/CDPredictive Testing
0 likes · 8 min read
Predictive Testing 2026: Deep Comparison of the Top 5 Tools
Architect
Architect
Mar 20, 2026 · Artificial Intelligence

How OpenAI Turns Repository Tasks into Automated AI‑Powered Workflows

The article analyses OpenAI’s approach to embedding AI‑driven Skills into a repository’s workflow—using AGENTS.md, scripts, and GitHub Actions—to automate repetitive engineering actions, improve PR throughput, and accelerate open‑source maintenance while keeping clear boundaries between model reasoning and deterministic scripts.

CI/CDWorkflow Engineeringopen-source
0 likes · 23 min read
How OpenAI Turns Repository Tasks into Automated AI‑Powered Workflows
Woodpecker Software Testing
Woodpecker Software Testing
Mar 18, 2026 · Operations

How Test Experts Can Turn Prediction Analytics into Real‑World Impact

The article explains how test prediction analytics can replace intuition with data‑driven risk signals, detailing high‑ROI use cases, data governance practices, model selection (favoring XGBoost), and a three‑layer deployment architecture that integrates predictions into CI/CD workflows, backed by concrete results from finance and e‑commerce projects.

CI/CDData‑Driven TestingKubernetes
0 likes · 8 min read
How Test Experts Can Turn Prediction Analytics into Real‑World Impact
Woodpecker Software Testing
Woodpecker Software Testing
Mar 15, 2026 · Operations

5 Common AI‑CI/CD Pitfalls to Avoid in 2026

In 2026, over 73% of mid‑to‑large tech firms have added AI to their CI/CD pipelines, yet more than half of those projects miss ROI because of five recurring misconceptions that undermine human‑AI collaboration, end‑to‑end impact, model choice, data feedback loops, and observability.

AICI/CDDevOps
0 likes · 9 min read
5 Common AI‑CI/CD Pitfalls to Avoid in 2026
Woodpecker Software Testing
Woodpecker Software Testing
Mar 15, 2026 · Artificial Intelligence

Why 95% of AI Models Fail: A Deep Dive into Model Evaluation Techniques

The article explains that a high‑accuracy model alone does not guarantee a deployable AI system; it details how inadequate evaluation leads to most production failures and presents a comprehensive, multi‑dimensional evaluation framework—including distributional robustness, fairness, explainability, temporal stability, and efficiency trade‑offs—plus practical CI/CD pipelines and common pitfalls.

AI quality assuranceCI/CDModel Evaluation
0 likes · 7 min read
Why 95% of AI Models Fail: A Deep Dive into Model Evaluation Techniques
Code Wrench
Code Wrench
Mar 15, 2026 · Backend Development

Mastering Go Microservices with Gin: From Routing to CI/CD Automation

This tutorial walks Go developers through building a production‑grade microservice with Gin, covering high‑performance routing, middleware, multi‑format rendering, unit and integration testing, and a complete Semaphore CI/CD pipeline for automated delivery.

CI/CDGinbackend
0 likes · 6 min read
Mastering Go Microservices with Gin: From Routing to CI/CD Automation
SuanNi
SuanNi
Mar 12, 2026 · Operations

How OpenAI’s AI‑Powered Workflow Boosted PR Merges by 45%

OpenAI’s open‑source Agents SDK demonstrates how converting engineer expertise into machine‑readable rules, Skill packages, and GitHub Actions can fully automate verification, testing, and release review, raising code‑merge throughput by 45% without adding staff and handling millions of downloads.

AICI/CDGitHub
0 likes · 13 min read
How OpenAI’s AI‑Powered Workflow Boosted PR Merges by 45%
Woodpecker Software Testing
Woodpecker Software Testing
Mar 10, 2026 · Operations

Uncovering Test Data Generation Bottlenecks and Proven Ways to Accelerate CI Pipelines

The article examines why traditional manual or full‑backup test data creation becomes a performance bottleneck in modern micro‑service, TB‑scale environments, identifies three structural imbalances—data‑dependency, generation‑logic, and semantic redundancy—and presents a three‑layered optimization framework plus engineering best‑practices that can cut data‑prep time by up to 68%.

CI/CDDatabaseautomation
0 likes · 8 min read
Uncovering Test Data Generation Bottlenecks and Proven Ways to Accelerate CI Pipelines
DeWu Technology
DeWu Technology
Mar 9, 2026 · Backend Development

How We Engineered a Scalable Regression Testing Pipeline for a High‑Frequency C++ Search Engine

This article details the motivation, design, and implementation of a systematic regression testing framework for a high‑frequency C++ search engine, covering traffic recording, DIFF testing, one‑click load testing, pipeline integration, and future automation plans to match rapid iteration cycles.

C++ search engineCI/CDDIFF testing
0 likes · 11 min read
How We Engineered a Scalable Regression Testing Pipeline for a High‑Frequency C++ Search Engine
DevOps Coach
DevOps Coach
Mar 7, 2026 · Cloud Native

Argo CD 3.3 Unveiled: PreDelete Hooks, Source Hydrator & Production‑Ready Enhancements

Argo CD 3.3 introduces a suite of production‑ready features—including native PreDelete hooks for safe resource cleanup, an enhanced Source Hydrator with Git notes and inline parameters, automatic OIDC token refresh, shallow Git cloning for large repos, and built‑in KEDA autoscaling—plus detailed upgrade guidance and best‑practice recommendations.

Argo CDCI/CDGitOps
0 likes · 26 min read
Argo CD 3.3 Unveiled: PreDelete Hooks, Source Hydrator & Production‑Ready Enhancements
Woodpecker Software Testing
Woodpecker Software Testing
Mar 6, 2026 · Artificial Intelligence

A Practical Guide to Implementing AI Security Testing in Production

With AI now core to production systems, this guide outlines a four‑step, measurable, auditable approach—defining security boundaries, building lightweight test toolchains, creating explainable test cases, and establishing cross‑functional collaboration—backed by real‑world banking and healthcare deployments and concrete metrics.

AI SecurityCI/CDbehavioral contracts
0 likes · 8 min read
A Practical Guide to Implementing AI Security Testing in Production
AI Explorer
AI Explorer
Mar 5, 2026 · Information Security

Shannon Lite: Fully Automated AI-Powered White-Box Penetration Testing for Modern CI/CD

Shannon Lite, an open-source AI-driven white-box penetration testing tool from Keygraph, automatically analyzes source code and performs real-world attacks on web applications and APIs, delivering exploitable vulnerability reports with a 96.15% success rate, and integrates seamlessly into CI/CD pipelines for rapid security testing.

AI SecurityCI/CDPenetration Testing
0 likes · 7 min read
Shannon Lite: Fully Automated AI-Powered White-Box Penetration Testing for Modern CI/CD
Raymond Ops
Raymond Ops
Mar 4, 2026 · Operations

Build an Enterprise‑Grade DevOps CI/CD Pipeline in 7 Days with Ready‑to‑Use Scripts

This guide walks you through constructing a full‑stack, enterprise‑level DevOps pipeline—from environment preparation and tool installation to Jenkins pipeline scripting, Kubernetes deployment, monitoring, security hardening, and cost optimization—providing complete scripts and step‑by‑step instructions to achieve automated, reliable releases within a week.

CI/CDDevOpsDocker
0 likes · 27 min read
Build an Enterprise‑Grade DevOps CI/CD Pipeline in 7 Days with Ready‑to‑Use Scripts
DevOps Coach
DevOps Coach
Mar 3, 2026 · Cloud Native

Discover Argo Workflows 4.0: 24 New Features, Performance Gains & UI Upgrades

Argo Workflows 4.0 has been released, bringing 24 new features, 122 bug fixes, and contributions from 73 developers, including artifact‑driver plugins, full CRD validation, deprecated singular sync primitives, name‑filtering for archived workflows, real‑time parallelism updates, OIDC custom CA support, UI improvements, and enhanced CLI commands, all aimed at simplifying large‑scale pipeline orchestration across clusters.

Argo WorkflowsCI/CDKubernetes
0 likes · 9 min read
Discover Argo Workflows 4.0: 24 New Features, Performance Gains & UI Upgrades
Woodpecker Software Testing
Woodpecker Software Testing
Mar 1, 2026 · Operations

PC Software Multi‑OS Compatibility Testing: Coverage Strategies and Practical Guide

The article analyzes the core challenges of running PC software across Windows, macOS, and Linux—such as kernel differences, graphics APIs, file‑system quirks, and third‑party library fragmentation—and presents systematic testing matrices, environment setup methods, tool selections, and real‑world case studies to improve compatibility and reduce defects.

CI/CDDockerVirtualization
0 likes · 10 min read
PC Software Multi‑OS Compatibility Testing: Coverage Strategies and Practical Guide
Raymond Ops
Raymond Ops
Mar 1, 2026 · Operations

How I Transitioned from Traditional Ops to SRE/DevOps in 18 Months

This detailed guide shares a step‑by‑step 18‑month roadmap, covering self‑assessment, skill acquisition (Python, Kubernetes, monitoring), project execution, interview preparation, and real‑world outcomes for engineers moving from legacy operations to SRE/DevOps roles.

CI/CDKubernetesMonitoring
0 likes · 35 min read
How I Transitioned from Traditional Ops to SRE/DevOps in 18 Months
Woodpecker Software Testing
Woodpecker Software Testing
Mar 1, 2026 · Operations

Shift‑Left Testing in Practice: Deep Comparison of 5 Leading Tools

The article examines why shift‑left testing is now a practical necessity, compares five mainstream tools—SonarQube, ESLint + Jest + Cypress, Swagger/Pact, Cucumber, and Testim.io—across scenarios, integration depth, learning curve and ROI, and provides a decision framework backed by real‑world case studies.

API ContractBDDCI/CD
0 likes · 8 min read
Shift‑Left Testing in Practice: Deep Comparison of 5 Leading Tools
Coder Trainee
Coder Trainee
Feb 28, 2026 · Operations

Common Jenkins Errors and Step-by-Step Fixes

This guide lists frequent Jenkins problems such as missing libXrender.so.1 and SSH transferring zero files, explains why they occur, and provides exact yum commands, path-adjustment tips, and shell-parameter checks to resolve them.

CI/CDJenkinsShell script
0 likes · 4 min read
Common Jenkins Errors and Step-by-Step Fixes
Coder Trainee
Coder Trainee
Feb 28, 2026 · Frontend Development

Automating Front‑End Deployment with Jenkins and Yarn

This guide walks through installing Node plugins in Jenkins, configuring a NodeJS tool, creating a freestyle project, discarding old builds, setting up Git source, defining the build environment, running Yarn commands to compile the front‑end, and deploying the artifacts via SSH with a custom script.

CI/CDFront-end AutomationJenkins
0 likes · 4 min read
Automating Front‑End Deployment with Jenkins and Yarn
Woodpecker Software Testing
Woodpecker Software Testing
Feb 28, 2026 · Operations

Boost Large Language Model Testing Performance: Essential Strategies for Test Engineers

The article outlines four engineering‑driven approaches—layered test granularity, cache‑driven golden sample pools, lightweight evaluation proxies, and test‑as‑code with resource‑aware scheduling—to dramatically cut LLM testing latency, improve reliability, and lower costs, illustrated with real‑world banking, government, and medical case studies.

CI/CDCacheEvaluation Proxy
0 likes · 8 min read
Boost Large Language Model Testing Performance: Essential Strategies for Test Engineers
Data STUDIO
Data STUDIO
Feb 27, 2026 · Backend Development

Ruff: The Lightning‑Fast All‑In‑One Python Linter and Formatter

Ruff is a Rust‑written Python linter and formatter that claims 10‑100× speed improvements over Flake8, Black, and isort, offering a single‑command solution for linting, auto‑fixing, and formatting, with simple installation, flexible TOML configuration, editor, pre‑commit, and CI/CD integration.

CI/CDLinterPython
0 likes · 9 min read
Ruff: The Lightning‑Fast All‑In‑One Python Linter and Formatter
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Feb 26, 2026 · Artificial Intelligence

How One Developer Built a Full AI‑Powered Development Team with OpenClaw and Claude Code

The article details how a solo developer used OpenClaw as an orchestration layer together with Claude Code, Codex and Gemini agents to automate the entire software development pipeline—from customer request to PR merge—achieving 94 commits in a day, 7 PRs in 30 minutes, and a production‑ready system for under $200 a month.

AI AgentsCI/CDClaude Code
0 likes · 16 min read
How One Developer Built a Full AI‑Powered Development Team with OpenClaw and Claude Code
TonyBai
TonyBai
Feb 25, 2026 · Information Security

Eliminate Noisy Alerts: Building a High‑Signal‑to‑Noise Go Security Scan with Govulncheck

The article critiques Dependabot’s version‑based scanning as a source of alert fatigue, illustrates its shortcomings with the edwards25519 case, and demonstrates how Govulncheck’s static‑analysis, package‑level filtering and call‑graph reachability provide precise, low‑noise vulnerability detection that can be integrated into CI/CD workflows.

CI/CDDependabotGo
0 likes · 16 min read
Eliminate Noisy Alerts: Building a High‑Signal‑to‑Noise Go Security Scan with Govulncheck
DevOps Coach
DevOps Coach
Feb 24, 2026 · Cloud Native

Create a Production‑Grade GitOps CI/CD Pipeline Using GitHub Actions and Argo

This guide walks through a production‑level GitOps CI/CD pipeline that integrates GitHub Actions for building and pushing Docker images, a separate GitOps repository for declarative Kubernetes manifests managed with Helm and Kustomize, and Argo CD plus Argo Rollouts to deliver automated, safe, progressive releases across staging and production environments.

Argo CDCI/CDGitHub Actions
0 likes · 12 min read
Create a Production‑Grade GitOps CI/CD Pipeline Using GitHub Actions and Argo
Raymond Ops
Raymond Ops
Feb 24, 2026 · Operations

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

This comprehensive guide explains how to build an enterprise‑grade CI/CD automation platform with Ansible, covering its evolution, core principles, environment setup, dynamic inventory, modular playbooks, GitLab integration, blue‑green deployments, Vault security, custom module development, real‑world case studies, performance tuning, error handling, monitoring, and testing with Molecule.

AnsibleCI/CDCustom Modules
0 likes · 25 min read
Mastering Enterprise CI/CD with Ansible: A Complete Hands‑On Guide
Java Companion
Java Companion
Feb 24, 2026 · Backend Development

Spring Boot Online Dependency Vulnerability Scanner: One‑Click Detection of Potential Security Issues

This guide presents a lightweight Spring Boot dependency vulnerability scanner that automatically collects all project JARs, matches them against a CVE database, visualizes risk levels, provides detailed remediation steps and can be integrated into local development, emergency response, and CI/CD pipelines.

CI/CDCVEDependency Scanning
0 likes · 20 min read
Spring Boot Online Dependency Vulnerability Scanner: One‑Click Detection of Potential Security Issues
Tech Minimalism
Tech Minimalism
Feb 23, 2026 · Artificial Intelligence

From PRD to Code: How Ralph’s Autonomous AI Agent Loop Automates Development

Ralph uses a simple Bash‑loop architecture to launch a fresh AI instance for each PRD task, storing state in Git, progress.txt and prd.json, then iteratively runs quality checks, commits code, and updates documentation, enabling end‑to‑end automated development from specification to production.

AI automationBash loopCI/CD
0 likes · 18 min read
From PRD to Code: How Ralph’s Autonomous AI Agent Loop Automates Development
Test Development Learning Exchange
Test Development Learning Exchange
Feb 21, 2026 · Fundamentals

Advanced Software Testing Guide: Automation, Performance, Security & DevOps

Explore a comprehensive, step‑by‑step guide covering advanced automation testing techniques, API and performance testing strategies, security testing best practices, CI/CD pipeline configuration, Linux system analysis, database testing, cloud‑native considerations, and practical code examples, providing actionable checklists, troubleshooting tips, and real‑world scenarios for modern software quality assurance.

CI/CDDevOpsautomation
0 likes · 36 min read
Advanced Software Testing Guide: Automation, Performance, Security & DevOps
Raymond Ops
Raymond Ops
Feb 10, 2026 · Operations

How to Scale Automation with Ansible: A Step‑by‑Step Guide

A real‑world incident where a manual deployment error crippled 500 servers illustrates the dangers of hand‑crafted ops, and the article walks through Ansible’s project layout, dynamic inventory, idempotent roles, variable hierarchy, CI/CD integration, common pitfalls, and future extensions to Kubernetes, Terraform, and AI‑driven automation.

AnsibleCI/CDDevOps
0 likes · 11 min read
How to Scale Automation with Ansible: A Step‑by‑Step Guide
Woodpecker Software Testing
Woodpecker Software Testing
Feb 8, 2026 · Information Security

Deploying Strix AI Security Testing Platform: From Scratch to Real‑World Use

This guide walks you through the full deployment of the open‑source Strix AI security testing platform, covering environment setup, dependency management, configuration, core module verification, real‑world scanning scenarios, performance tuning, Docker packaging, CI/CD integration, and troubleshooting steps.

AI security testingCI/CDDocker
0 likes · 7 min read
Deploying Strix AI Security Testing Platform: From Scratch to Real‑World Use
Test Development Learning Exchange
Test Development Learning Exchange
Jan 31, 2026 · Backend Development

7 Proven Strategies to Keep Automated Tests Low‑Cost and Resilient in High‑Change Environments

This article presents seven validated strategies—layered architecture, contract‑driven assertions, configuration‑driven data, smart mocking, impact‑based test selection, OpenAPI‑generated test skeletons, and health‑dashboard monitoring—to dramatically reduce maintenance effort and increase the robustness of automated API tests in fast‑changing projects.

API testingCI/CDMocking
0 likes · 9 min read
7 Proven Strategies to Keep Automated Tests Low‑Cost and Resilient in High‑Change Environments
Woodpecker Software Testing
Woodpecker Software Testing
Jan 28, 2026 · Industry Insights

Designing the Future Test Force: A 3‑Dimensional Skill Map for Automation Test Engineers

The article outlines a three‑dimensional skill framework—technical depth, business breadth, and engineering mindset—to guide automation test engineers in mastering programming fundamentals, test frameworks, CI/CD, quality metrics, AI‑driven testing, and career progression from junior to senior levels.

AI testingAutomation TestingCI/CD
0 likes · 7 min read
Designing the Future Test Force: A 3‑Dimensional Skill Map for Automation Test Engineers
Woodpecker Software Testing
Woodpecker Software Testing
Jan 23, 2026 · Fundamentals

Regression Testing: A Crucial Guard for Software Quality

The article explains why regression testing is essential for maintaining software quality amid continuous changes, outlines its various types and selection criteria, discusses common challenges with practical solutions, and presents automation practices, best‑practice guidelines, and emerging trends to help teams build an effective regression testing strategy.

CI/CDregression testingsoftware quality
0 likes · 8 min read
Regression Testing: A Crucial Guard for Software Quality
Ray's Galactic Tech
Ray's Galactic Tech
Jan 21, 2026 · Cloud Native

Mastering Kubernetes CI/CD: From Jenkins Pipelines to GitOps Automation

This guide walks through building a Kubernetes‑centric CI/CD system—covering high‑frequency releases, multi‑environment isolation, automated rollback, Jenkins pipeline examples, Harbor image registry setup, Argo CD GitOps workflows, blue‑green and canary deployments, configuration security, observability, and practical rollout recommendations for teams at any maturity level.

Argo CDCI/CDDevOps
0 likes · 9 min read
Mastering Kubernetes CI/CD: From Jenkins Pipelines to GitOps Automation
vivo Internet Technology
vivo Internet Technology
Jan 21, 2026 · Cloud Native

How Vivo Achieved Parallel Multi‑Version Environments with Full‑Link Management

This article details Vivo's full‑link multi‑version environment management approach, covering the background problem of unstable test environments, the three‑pillar solution architecture, key implementation techniques such as orchestration, elastic resources, traffic isolation and coloring, and the resulting efficiency gains and future roadmap.

CI/CDcontainerizationenvironment management
0 likes · 21 min read
How Vivo Achieved Parallel Multi‑Version Environments with Full‑Link Management
DevOps Coach
DevOps Coach
Jan 18, 2026 · Operations

How to Build a Scalable, Low‑Risk CI/CD Pipeline: Proven Steps and Tools

This guide explains how to design and implement a reliable CI/CD pipeline—from starting with a small pilot and adopting full version control, to using infrastructure-as-code, automating end‑to‑end workflows, applying fast‑failure checks, selecting the right tools, shifting security left, monitoring key metrics, and enabling safe rollbacks and comprehensive testing—to achieve faster, safer software delivery.

CI/CDDevOpsInfrastructure as Code
0 likes · 13 min read
How to Build a Scalable, Low‑Risk CI/CD Pipeline: Proven Steps and Tools
Ray's Galactic Tech
Ray's Galactic Tech
Jan 17, 2026 · Operations

Mastering Enterprise Docker Compose: From Development to Production

This comprehensive guide walks you through Docker Compose fundamentals, file structure, advanced V2 syntax, security best practices, multi‑environment profiles, common commands, performance tuning, Kubernetes hand‑off, and a full set of enterprise‑grade recommendations for reliable production deployments.

CI/CDContainer OrchestrationDevOps
0 likes · 24 min read
Mastering Enterprise Docker Compose: From Development to Production
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jan 17, 2026 · Cloud Native

Deploying Microservices on Kubernetes: A Step‑by‑Step Guide

Learn how to package each microservice into containers and host them on a Kubernetes cluster, covering architecture diagrams, Ingress traffic routing, service discovery, ConfigMap and Secret management, persistent storage, deployment manifests, autoscaling, and CI/CD automation, while avoiding promotional fluff.

CI/CDKubernetescloud-native
0 likes · 4 min read
Deploying Microservices on Kubernetes: A Step‑by‑Step Guide
DevOps Coach
DevOps Coach
Jan 17, 2026 · Operations

Your 2026 DevOps Roadmap: From Zero to Engineer in 12 Steps

This comprehensive 2026 DevOps learning roadmap guides beginners through twelve progressive stages—from mindset and Linux fundamentals to containerization, Kubernetes, cloud platforms, CI/CD pipelines, infrastructure as code, monitoring, real‑world projects, and job‑search preparation—ensuring a clear, hands‑on path to becoming a competent DevOps engineer.

CI/CDDevOpsDocker
0 likes · 11 min read
Your 2026 DevOps Roadmap: From Zero to Engineer in 12 Steps
Top Architect
Top Architect
Jan 10, 2026 · Backend Development

Boost Java Build Speed with Maven‑mvnd: Features, Installation & Usage

This article explains how Maven‑mvnd accelerates Java project builds by using a long‑running daemon to eliminate JVM startup overhead, reduces resource consumption, improves multi‑module builds, and provides step‑by‑step installation, configuration, and usage instructions with practical command examples.

Build OptimizationCI/CDJava
0 likes · 8 min read
Boost Java Build Speed with Maven‑mvnd: Features, Installation & Usage
Subtle Storm
Subtle Storm
Jan 6, 2026 · Cloud Native

Canary Deployment: Making New Releases as Natural as Breathing

The article explains how Canary Deployment gradually rolls out new software to a small user subset, monitors performance, and rolls back quickly, offering lower risk, faster feedback, and higher release confidence for large‑scale, mission‑critical systems.

CI/CDCanary DeploymentGradual Release
0 likes · 11 min read
Canary Deployment: Making New Releases as Natural as Breathing
转转QA
转转QA
Jan 5, 2026 · Operations

Achieve Zero‑Downtime Deployments with Jenkins and Docker: A Complete CI/CD Blueprint

This article presents a fully automated, zero‑downtime deployment solution that integrates Jenkins pipelines with a set of shell scripts to handle code checkout, image building, seamless container switching, health checks, rollback, disk monitoring, and resource cleanup, providing a reliable end‑to‑end workflow for fast and stable releases.

CI/CDDisk ManagementDocker
0 likes · 14 min read
Achieve Zero‑Downtime Deployments with Jenkins and Docker: A Complete CI/CD Blueprint
Woodpecker Software Testing
Woodpecker Software Testing
Jan 5, 2026 · Backend Development

Five Core Dimensions of Maintainability Testing for Microservice Systems

This article presents a detailed, step‑by‑step guide to maintainability testing, defining five core dimensions—modularization, reusability, analysability, modifiability, and testability—along with their metrics, a relationship model, a comprehensive microservice e‑shop case study, concrete test scenarios, code examples, and best‑practice recommendations for improving software quality and delivery speed.

CI/CDDevOpsMetrics
0 likes · 20 min read
Five Core Dimensions of Maintainability Testing for Microservice Systems
JavaEdge
JavaEdge
Jan 4, 2026 · Frontend Development

Automate Frontend Deployment with GitHub Actions and Docker: A Step‑by‑Step Guide

This article explains the common challenges of deploying front‑end projects, outlines how to set up an automated build and release pipeline using Docker and GitHub Actions, and provides practical code snippets and best‑practice tips for pre‑release, roll‑back, and post‑deployment notifications.

CI/CDGitHub Actionsautomation
0 likes · 9 min read
Automate Frontend Deployment with GitHub Actions and Docker: A Step‑by‑Step Guide
Code Wrench
Code Wrench
Jan 4, 2026 · Backend Development

Designing a Predictable Multi‑Environment Build System in Go

This article explains how to use Go's native capabilities—build tags, go generate, and static compilation—to create a clear, reproducible multi‑environment build architecture that separates configuration, composition, and compilation concerns.

CI/CDGoMulti-Environment
0 likes · 8 min read
Designing a Predictable Multi‑Environment Build System in Go
Woodpecker Software Testing
Woodpecker Software Testing
Dec 30, 2025 · Frontend Development

Testing movie-web: From Unit Tests to End‑to‑End Validation

This article outlines a comprehensive testing strategy for the movie-web application, covering unit tests for utility functions and state management, component tests with React Testing Library, integration tests using MSW, and a proposed end‑to‑end workflow with Cypress or Playwright, plus CI/CD automation and coverage goals.

CI/CDE2E testingReact Testing Library
0 likes · 12 min read
Testing movie-web: From Unit Tests to End‑to‑End Validation
Woodpecker Software Testing
Woodpecker Software Testing
Dec 30, 2025 · Information Security

Master Automated Security Testing with ZAP: From Zero to Enterprise‑Ready

This article walks readers through ZAP’s architecture, dual passive/active scanning engines, headless operation, Python automation, CI/CD integration with Jenkins and Docker, advanced scripting with Zest and custom plugins, and best‑practice recommendations for building an enterprise‑grade automated security testing pipeline.

Automated Security TestingCI/CDDAST
0 likes · 10 min read
Master Automated Security Testing with ZAP: From Zero to Enterprise‑Ready
Ops Community
Ops Community
Dec 30, 2025 · Cloud Native

Why I Dropped Jenkins for GitHub Actions & ArgoCD: A Complete GitOps Migration Guide

After years of using Jenkins, the author explains why moving to a GitOps workflow with GitHub Actions for CI and ArgoCD for CD offers lower maintenance, tighter integration with Kubernetes, declarative configurations, and automated deployments, and provides a step‑by‑step guide covering environment requirements, repository layout, CI pipeline, ArgoCD application setup, multi‑environment strategies, secret management, RBAC, monitoring, troubleshooting, and migration best practices.

ArgoCDCI/CDDevOps
0 likes · 21 min read
Why I Dropped Jenkins for GitHub Actions & ArgoCD: A Complete GitOps Migration Guide
Raymond Ops
Raymond Ops
Dec 28, 2025 · Information Security

Master Docker Security: End‑to‑End Hardening from Image Build to Runtime

This practical guide walks operations engineers through a complete Docker security hardening workflow—covering trusted base‑image selection, vulnerability scanning, multi‑stage builds, image signing, runtime privilege reduction, network isolation, secret management, monitoring, and real‑world CI/CD integration—to build a resilient, enterprise‑grade container environment.

CI/CDDockerMonitoring
0 likes · 18 min read
Master Docker Security: End‑to‑End Hardening from Image Build to Runtime
Raymond Ops
Raymond Ops
Dec 28, 2025 · Operations

From Zero to Production: Ansible Playbook Design Patterns & Best Practices

This guide walks you through building a production‑grade Ansible automation framework—from identifying common manual‑deployment pain points to defining layered architecture, directory conventions, reusable playbook patterns, high‑availability deployments, performance optimizations, monitoring, security hardening, CI/CD integration, and troubleshooting tips—empowering teams to achieve reliable, scalable operations.

AnsibleCI/CDDevOps
0 likes · 14 min read
From Zero to Production: Ansible Playbook Design Patterns & Best Practices
Raymond Ops
Raymond Ops
Dec 24, 2025 · Operations

How to Combine Terraform and Ansible for Seamless Multi‑Cloud Orchestration

This guide explains why single‑tool approaches fall short in modern IaC, compares Terraform’s state management and multi‑cloud support with Ansible’s configuration capabilities, and provides a step‑by‑step architecture, code samples, CI/CD integration, monitoring, cost‑saving, and security practices for enterprise‑grade deployments.

AnsibleCI/CDIaC
0 likes · 17 min read
How to Combine Terraform and Ansible for Seamless Multi‑Cloud Orchestration
Ops Community
Ops Community
Dec 19, 2025 · Cloud Native

Why We Dropped Jenkins for Tekton & ArgoCD: A Complete Migration Blueprint

This guide explains the shortcomings of Jenkins, outlines the core GitOps principles, details the selection of Tekton, ArgoCD, Harbor, and Kyverno, and provides step‑by‑step configurations, pipelines, and best‑practice recommendations for a production‑grade migration to a cloud‑native CI/CD platform.

ArgoCDCI/CDGitOps
0 likes · 31 min read
Why We Dropped Jenkins for Tekton & ArgoCD: A Complete Migration Blueprint
Raymond Ops
Raymond Ops
Dec 18, 2025 · Cloud Computing

How to Build Reusable Multi‑Cloud Infrastructure with Terraform

Learn how to replace manual, error‑prone cloud console clicks with Terraform‑driven, reusable multi‑cloud infrastructure, covering why multi‑cloud matters, Terraform fundamentals, project layout, example networking and compute modules for AWS and Alibaba Cloud, CI/CD integration, security scanning, cost optimization, and best‑practice guidelines.

CI/CDInfrastructure as CodeMulti-Cloud
0 likes · 18 min read
How to Build Reusable Multi‑Cloud Infrastructure with Terraform
FunTester
FunTester
Dec 17, 2025 · Backend Development

How Contract Testing with Pact Prevents API Breakages in Microservices

This article explains why traditional unit and integration tests miss cross‑team API mismatches in microservices, introduces contract testing with the Pact framework, shows consumer and provider test implementations, describes using a Pact Broker, and offers production‑grade strategies and best‑practice recommendations.

API CompatibilityCI/CDJava
0 likes · 10 min read
How Contract Testing with Pact Prevents API Breakages in Microservices
DevOps Coach
DevOps Coach
Dec 16, 2025 · Cloud Native

Migrate from Docker to Podman in Minutes – A Practical Startup Guide

This step‑by‑step guide shows how startups can replace Docker with Podman, covering installation on Linux, macOS and Windows, aliasing Docker commands, running existing containers, converting Dockerfiles, building and pushing images, leveraging root‑less security, handling common pitfalls, and automating CI/CD pipelines.

CI/CDDevOpsDocker
0 likes · 8 min read
Migrate from Docker to Podman in Minutes – A Practical Startup Guide
Raymond Ops
Raymond Ops
Dec 14, 2025 · Operations

Build a Zero‑Downtime Enterprise Deployment Pipeline with Ansible

This guide walks you through designing and implementing a complete Ansible‑based deployment pipeline—including inventory setup, role definitions, rolling and blue‑green deployments, rollback mechanisms, performance tweaks, debugging, and best‑practice recommendations—to achieve reliable, automated, zero‑downtime releases for web applications.

AnsibleBlue-GreenCI/CD
0 likes · 10 min read
Build a Zero‑Downtime Enterprise Deployment Pipeline with Ansible
Test Development Learning Exchange
Test Development Learning Exchange
Dec 14, 2025 · Cloud Native

Essential kubectl Commands Every Test Engineer Needs for Kubernetes Debugging

This guide compiles the most frequently used kubectl commands for automated testing in Kubernetes, covering context management, service status checks, log retrieval, port forwarding, and practical tips, enabling test engineers to quickly verify deployments, troubleshoot failures, and integrate checks into CI/CD pipelines.

CI/CDKubernetesautomated testing
0 likes · 7 min read
Essential kubectl Commands Every Test Engineer Needs for Kubernetes Debugging
Raymond Ops
Raymond Ops
Dec 6, 2025 · Cloud Native

Master Helm: From Installation to Advanced Kubernetes Deployments

This comprehensive guide explains Helm’s core concepts, installation steps, basic commands, real‑world deployment examples for Nginx and WordPress, advanced features like hooks and sub‑charts, common pitfalls, and SRE‑focused best practices for reliable, automated Kubernetes package management.

CI/CDDevOpsHelm
0 likes · 15 min read
Master Helm: From Installation to Advanced Kubernetes Deployments
Test Development Learning Exchange
Test Development Learning Exchange
Dec 5, 2025 · Operations

Why Smart Test Automation Cuts Costs: 4 Proven Strategies & Real Case Study

Amid the push for cost reduction and efficiency, the article argues that test automation is essential, outlines four smart strategies—targeting high‑frequency stable APIs, starting with low‑cost MVPs, integrating with CI/CD, and augmenting manual testing—then presents a case where a two‑person, two‑week effort cut regression effort by 93% and saved over 1,300 person‑hours annually.

CI/CDMVPcost reduction
0 likes · 7 min read
Why Smart Test Automation Cuts Costs: 4 Proven Strategies & Real Case Study
DevOps Engineer
DevOps Engineer
Dec 4, 2025 · Operations

Detect Python End‑of‑Life Versions Instantly with py‑eol

This article introduces py‑eol, a lightweight open‑source tool that checks whether a Python interpreter version is already or soon to be End‑of‑Life, offering module, CLI, and pre‑commit hook integrations for local development, CI/CD pipelines, and team collaboration.

CI/CDEOLPython
0 likes · 5 min read
Detect Python End‑of‑Life Versions Instantly with py‑eol
Architect's Tech Stack
Architect's Tech Stack
Dec 3, 2025 · Operations

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

This guide walks through setting up a three‑server environment (GitLab, Jenkins, test server), creating a GitLab project, configuring a Java Spring Boot application in IntelliJ, and using Jenkins with Maven, SSH Publisher, and custom pre/post steps to automatically build, package, and deploy a JAR file.

CI/CDGitJava
0 likes · 12 min read
How to Build a Simple Jenkins CI/CD Pipeline with Maven and Git