Tagged articles
1703 articles
Page 3 of 18
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.

DockerGitLab CIPHP
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.

CSPDevOpsJVM
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.

DevOpsDockerPHP
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 CloudDevOpsSAE
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.

DevOpsDockerKubernetes
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.

Cloud NativeDevOpsInfrastructure as Code
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.

Shift-Left TestingSoftware TestingUI automation
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.

DevOpsDockerJenkins
0 likes · 12 min read
One-Click Deploy Spring Cloud Microservice via Jenkins, Docker & K8s
Ops Development & AI Practice
Ops Development & AI Practice
Sep 4, 2025 · Industry Insights

SonarQube vs Codacy: Which Code Quality Tool Fits Your Team?

This article compares SonarQube and Codacy, examining their histories, core features, security capabilities, deployment models, and ideal use‑cases, to help teams decide which static analysis solution aligns best with their workflow, technology stack, and compliance requirements.

CodacySoftware EngineeringSonarQube
0 likes · 8 min read
SonarQube vs Codacy: Which Code Quality Tool Fits Your Team?
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.

AnsibleInfrastructure as CodeNginx
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.

DAG architectureci/cde-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.

ConfigurationDevOpsJenkins
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.

Software Testingci/cdquality assurance
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.

Load TestingPerformance MonitoringScalability
0 likes · 11 min read
Why Load Testing Is Critical for High‑Traffic Apps and How to Do It Right
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.

AnsibleInfrastructure as Codeci/cd
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.

DevOpsRenderingci/cd
0 likes · 16 min read
How Shifting MR Testing Left Supercharged Our Rendering Engine Quality
Ops Development & AI Practice
Ops Development & AI Practice
Aug 27, 2025 · Cloud Native

How to Build a Secure Centralized Push‑Based GitOps Pipeline with GitLab CI

This article explains how to replace a naïve push‑based GitOps workflow with a centralized, permission‑controlled deployment pipeline using GitLab CI, detailing the architecture, advantages such as improved security and maintainability, and providing complete YAML examples for both service and central pipelines.

Argo CDDeployment PipelineGitLab
0 likes · 9 min read
How to Build a Secure Centralized Push‑Based GitOps Pipeline with GitLab CI
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 publishingGemini API
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.

GitLabSASTci/cd
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.

GitLab RunnerOperationsPipeline
0 likes · 7 min read
How to Unlock Parallel Job Execution in GitLab Runner
Raymond Ops
Raymond Ops
Aug 23, 2025 · Operations

Master Jenkins: A Step‑by‑Step Guide to Automated Deployment and CI/CD

This comprehensive tutorial explains what Jenkins is, why continuous integration matters, and provides detailed, platform‑agnostic instructions for installing JDK, setting up Jenkins, integrating Git and Maven, configuring credentials, enabling SSH keyless login, and creating deployment scripts to automate Java application builds and releases.

GitJenkinsci/cd
0 likes · 17 min read
Master Jenkins: A Step‑by‑Step Guide to Automated Deployment and CI/CD
MaGe Linux Operations
MaGe Linux Operations
Aug 22, 2025 · Operations

Master Jenkins Pipelines: Enterprise‑Level CI/CD from Basics to Advanced Practices

This comprehensive guide walks DevOps engineers through the essential concepts, advanced techniques, and best‑practice patterns for building robust, secure, and scalable Jenkins Pipelines, covering declarative vs scripted syntax, agent configuration, multi‑environment deployments, blue‑green releases, performance monitoring, security hardening, fault recovery, and real‑world code examples.

JenkinsPipelineci/cd
0 likes · 17 min read
Master Jenkins Pipelines: Enterprise‑Level CI/CD from Basics to Advanced Practices
Airbnb Technology Team
Airbnb Technology Team
Aug 18, 2025 · Operations

How Airbnb’s Impulse Framework Enables Scalable, Decentralized Load Testing

This article explains how Airbnb’s internal Impulse load‑testing‑as‑a‑service framework combines a load generator, dependency simulator, traffic collector, and test‑API generator to provide decentralized, containerized performance testing that integrates seamlessly with CI/CD pipelines and mimics production traffic.

AirbnbDecentralizedLoad Testing
0 likes · 11 min read
How Airbnb’s Impulse Framework Enables Scalable, Decentralized Load Testing
Linux Ops Smart Journey
Linux Ops Smart Journey
Aug 18, 2025 · Cloud Native

How to Build Multi-Arch Go Images with Jenkins and Buildah

This guide explains how to use Jenkins together with Buildah to automatically build and push multi‑architecture (amd64 and arm64) container images for Go applications, covering prerequisites, a complete Jenkinsfile, tips for faster builds, and a test pipeline demonstration.

BuildahGoJenkins
0 likes · 7 min read
How to Build Multi-Arch Go Images with Jenkins and Buildah
Ops Community
Ops Community
Aug 18, 2025 · Operations

Master Dockerfile: From Beginner Mistakes to Pro-Level Best Practices

Learn how to avoid common Dockerfile pitfalls, choose optimal base images, streamline layer caching, implement health checks, and apply security best practices with real code examples, enabling faster builds, smaller images, and reliable production deployments for developers and ops engineers alike.

DevOpsDockerDockerfile
0 likes · 14 min read
Master Dockerfile: From Beginner Mistakes to Pro-Level Best Practices
MaGe Linux Operations
MaGe Linux Operations
Aug 16, 2025 · Cloud Native

Master Container Deployment: Docker & Kubernetes Best Practices for Production

This comprehensive guide walks you through containerizing applications, optimizing Docker images, securing containers, designing Kubernetes high‑availability clusters, implementing observability with Prometheus and ELK, automating CI/CD pipelines, applying RBAC and network policies, and cutting costs with autoscaling and resource tuning, all backed by real‑world code examples.

DockerKubernetesautoscaling
0 likes · 20 min read
Master Container Deployment: Docker & Kubernetes Best Practices for Production
Dunmao Tech Hub
Dunmao Tech Hub
Aug 13, 2025 · Backend Development

Automate SpringBoot Deployment on Windows with Jenkins and WinSW

This guide explains how to set up Jenkins and WinSW on a Windows 10 server to automatically build, package, and deploy a SpringBoot application using batch scripts, covering environment preparation, configuration files, and Jenkins pipeline steps for streamlined backend deployment.

AutomationJenkinsWinSW
0 likes · 9 min read
Automate SpringBoot Deployment on Windows with Jenkins and WinSW
MaGe Linux Operations
MaGe Linux Operations
Aug 13, 2025 · Information Security

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

Learn how to protect Docker containers throughout their lifecycle—starting with secure base image selection and vulnerability scanning, through Dockerfile hardening, runtime configurations, network isolation, storage encryption, and continuous monitoring—using practical examples, scripts, and tools like Trivy, Docker Content Trust, Falco, and custom Seccomp profiles.

Container SecurityDockerci/cd
0 likes · 19 min read
Master Docker Security: End-to-End Hardening from Image Build to Runtime
Raymond Ops
Raymond Ops
Aug 12, 2025 · Operations

How to Install, Configure, and Operate GitLab CE on CentOS

This guide walks through installing GitLab CE, configuring its URL and email settings, managing services, applying Chinese localization, creating projects via HTTP and SSH, adding remote repositories, and handling users and groups, providing complete hands‑on instructions for DevOps teams.

GitLabOperationsVersion Control
0 likes · 9 min read
How to Install, Configure, and Operate GitLab CE on CentOS
DevOps Engineer
DevOps Engineer
Jul 30, 2025 · Operations

Unlock Instant AI Debugging with Jenkins’ New Explain Error Plugin

The Explain Error Plugin adds an AI‑powered button to Jenkins build logs that automatically sends failure details to OpenAI for analysis, offering a one‑click error explanation via the explainError() pipeline step, with configurable models, API keys, and support for both pipeline and freestyle jobs.

AIJenkinsOpenAI
0 likes · 6 min read
Unlock Instant AI Debugging with Jenkins’ New Explain Error Plugin
DevOps Operations Practice
DevOps Operations Practice
Jul 29, 2025 · Operations

7 Must‑Have Ops Tools to Master Monitoring, Automation, and More

This article introduces seven essential operations tools—including Prometheus + Grafana, Ansible, ELK Stack, Kubernetes, CMDB, CI/CD pipelines, and backup solutions—covering monitoring, automation, log analysis, container orchestration, configuration management, continuous delivery, and data protection to help engineers work more efficiently.

Kubernetesci/cdlogging
0 likes · 8 min read
7 Must‑Have Ops Tools to Master Monitoring, Automation, and More
Su San Talks Tech
Su San Talks Tech
Jul 25, 2025 · Backend Development

Avoid the Top 10 Maven Pitfalls That Break Your Builds

This guide walks through Maven’s core concepts, common pitfalls such as circular dependencies, version conflicts, snapshot misuse, scope errors, and repository misconfigurations, and provides enterprise‑level best practices and concrete code snippets to help developers build reliable Java projects.

LifecycleRepositorybuild tools
0 likes · 12 min read
Avoid the Top 10 Maven Pitfalls That Break Your Builds
DevOps Operations Practice
DevOps Operations Practice
Jul 22, 2025 · Operations

Top 7 DevOps Best Practices to Accelerate Delivery and Boost Reliability

These seven essential DevOps best practices—from cultural transformation and full automation to continuous integration, observability, security, cloud-native microservices, and performance optimization—guide teams in accelerating software delivery, enhancing quality, ensuring reliability, and reducing costs through collaborative, automated, and measurable processes.

AutomationCloud NativeDevOps
0 likes · 4 min read
Top 7 DevOps Best Practices to Accelerate Delivery and Boost Reliability
Efficient Ops
Efficient Ops
Jul 20, 2025 · Operations

How a Major Bank Mastered Version Management with a Three‑In‑One Automated Framework

This article examines how Industrial and Commercial Bank of China’s software development center tackled the complexities of financial‑grade system governance by introducing a three‑in‑one standardized version‑management framework that combines standardization, automation, and intelligence to improve delivery speed, risk control, and environment consistency.

Software Engineeringci/cdfinancial technology
0 likes · 7 min read
How a Major Bank Mastered Version Management with a Three‑In‑One Automated Framework
MaGe Linux Operations
MaGe Linux Operations
Jul 19, 2025 · Operations

Build an Enterprise‑Grade Automated Deployment Pipeline with Ansible from Scratch

Learn how to create a complete, enterprise‑level automated deployment pipeline using Ansible, covering architecture design, inventory setup, role implementation, rolling and blue‑green deployments, rollback mechanisms, performance optimizations, monitoring integration, and best‑practice recommendations, all illustrated with real‑world code examples.

AnsibleInfrastructure as Codeci/cd
0 likes · 11 min read
Build an Enterprise‑Grade Automated Deployment Pipeline with Ansible from Scratch
Instant Consumer Technology Team
Instant Consumer Technology Team
Jul 15, 2025 · Artificial Intelligence

Master Claude Code: The Ultimate CLI AI Guide for Seamless Development

This comprehensive guide walks you through everything you need to know about Claude Code—from installation on macOS, Linux, and Windows via WSL, to core commands, configuration, MCP integration, security settings, advanced features, and CI/CD automation—ensuring you can harness the full power of this AI-powered CLI tool.

AI CLIClaude CodeConfiguration
0 likes · 17 min read
Master Claude Code: The Ultimate CLI AI Guide for Seamless Development
FunTester
FunTester
Jul 10, 2025 · Fundamentals

Mastering Scalable Test Automation: Design Patterns Every Engineer Should Know

This article explores how to build highly extensible test automation frameworks by applying proven design patterns such as modular architecture, Page Object Model, data-driven testing, BDD, keyword-driven testing, parallel execution, abstraction layers, and plug-in components, while addressing current challenges and future AI-driven evolution.

BDDData‑Driven TestingDesign Patterns
0 likes · 11 min read
Mastering Scalable Test Automation: Design Patterns Every Engineer Should Know
php Courses
php Courses
Jul 4, 2025 · Operations

Automate PHP Deployment with Jenkins Pipeline: Step-by-Step Guide

Learn how to set up Jenkins Pipeline for continuous integration and deployment of PHP applications, covering prerequisite installations, plugin configuration, Jenkinsfile creation with stages for checkout, build, test, and deploy, and executing the pipeline to automate packaging and deployment.

AutomationJenkinsPHP
0 likes · 5 min read
Automate PHP Deployment with Jenkins Pipeline: Step-by-Step Guide
Selected Java Interview Questions
Selected Java Interview Questions
Jul 2, 2025 · Backend Development

Boost Java Build Speed: How Maven‑mvnd Cuts Build Time by Up to 80%

Maven‑mvnd, a Maven daemon that keeps a long‑running JVM alive, dramatically speeds up Java project builds by eliminating repeated JVM startup, reducing resource consumption, supporting parallel builds, and offering seamless migration from Maven, making it ideal for large multi‑module projects and CI/CD pipelines.

Build OptimizationJavaci/cd
0 likes · 9 min read
Boost Java Build Speed: How Maven‑mvnd Cuts Build Time by Up to 80%
DevOps Cloud Academy
DevOps Cloud Academy
Jul 2, 2025 · Artificial Intelligence

How Strong CI/CD Foundations Secure AI-Driven Development

In the AI‑driven development era, teams must harness rapid code‑generation tools while embedding strict security, privacy, and compliance checks through rock‑solid CI/CD pipelines to avoid costly regulatory breaches and maintain trust.

AIDevOpsci/cd
0 likes · 9 min read
How Strong CI/CD Foundations Secure AI-Driven Development
MaGe Linux Operations
MaGe Linux Operations
Jun 27, 2025 · Cloud Native

How AI Is Transforming Jenkins X for Smarter Cloud‑Native CI/CD

This article explores how AI‑enhanced Jenkins X reshapes cloud‑native continuous delivery by introducing intelligent pipelines, adaptive deployment, predictive resource optimization, self‑healing diagnostics, and AI‑driven security scanning, delivering faster, more reliable, and cost‑effective software releases.

AIJenkins Xci/cd
0 likes · 10 min read
How AI Is Transforming Jenkins X for Smarter Cloud‑Native CI/CD
Su San Talks Tech
Su San Talks Tech
Jun 27, 2025 · Fundamentals

13 Must‑Have Tools to Boost Your Development Efficiency by 5×

This article presents thirteen essential development tools—from IntelliJ IDEA and AI‑assisted Cursor to Docker, Git, and Jenkins—explaining how each can dramatically improve coding speed, debugging, testing, and deployment, and includes practical code snippets and real‑world performance data.

AI CodingDockerIDE
0 likes · 12 min read
13 Must‑Have Tools to Boost Your Development Efficiency by 5×
大转转FE
大转转FE
Jun 20, 2025 · Mobile Development

Boosting Mobile App Quality: ZhiZhuan’s Scalable Code Coverage Solution

This article details ZhiZhuan Group's end‑to‑end code‑coverage system for Android and iOS apps, covering its background, design, incremental instrumentation, CI/CD integration, optimization steps, visual reporting, and real‑world impact, offering practical insights for mobile development teams seeking reliable test coverage.

AndroidInstrumentationMobile Development
0 likes · 18 min read
Boosting Mobile App Quality: ZhiZhuan’s Scalable Code Coverage Solution
php Courses
php Courses
Jun 18, 2025 · Cloud Native

Master Dockerizing Go Apps and Building CI/CD Pipelines for Reliable Deployments

Learn how to containerize Go applications with Docker, craft efficient multi‑stage Dockerfiles, and set up a complete CI/CD workflow using GitHub Actions, covering automated testing, image building, deployment, health checks, monitoring, and production best practices for robust, repeatable releases.

DevOpsDockerGitHub Actions
0 likes · 7 min read
Master Dockerizing Go Apps and Building CI/CD Pipelines for Reliable Deployments
php Courses
php Courses
Jun 10, 2025 · Backend Development

How to Automate Architecture Testing in PHP Projects for Cleaner Code

This article explains what architecture testing is, why PHP projects need it, introduces tools like Deptrac, PHPArch and PHPMD, shows common testing scenarios, and provides best practices for integrating automated architecture tests into CI/CD pipelines to improve code quality and maintainability.

Backend DevelopmentPHParchitecture testing
0 likes · 6 min read
How to Automate Architecture Testing in PHP Projects for Cleaner Code
DevOps
DevOps
Jun 8, 2025 · Frontend Development

Boost UI Consistency: Master Storybook Visual Testing with Percy

This article explains why visual consistency is crucial for UI components, introduces Storybook visual testing, outlines its advantages, and provides a step‑by‑step Percy integration tutorial—including setup, commands, CI/CD integration, best practices, and measurable benefits for frontend teams.

AutomationPercyStorybook
0 likes · 6 min read
Boost UI Consistency: Master Storybook Visual Testing with Percy
DevOps Engineer
DevOps Engineer
Jun 5, 2025 · Operations

How to Prevent Jenkins Builds from Interrupting Critical Branches

This article explains how to configure Jenkins pipelines to allow concurrent builds for most branches while ensuring that builds on devel and release branches are queued instead of being aborted, using a simple conditional abortPrevious setting and shared library logic to reduce resource waste and avoid QA disruptions.

BranchJenkinsPipeline
0 likes · 5 min read
How to Prevent Jenkins Builds from Interrupting Critical Branches
FunTester
FunTester
Jun 5, 2025 · Cloud Native

Automating Thread Dump Generation and Retrieval in Kubernetes for Efficient Fault Diagnosis

The article explains how automating thread dump creation and download in Kubernetes using tools like Fabric8, Prometheus, and CI/CD pipelines dramatically improves fault‑diagnosis speed, data centralization, real‑time capture, and integration with testing frameworks, transforming manual, error‑prone processes into streamlined, intelligent operations.

AutomationKubernetesThread Dump
0 likes · 6 min read
Automating Thread Dump Generation and Retrieval in Kubernetes for Efficient Fault Diagnosis
21CTO
21CTO
Jun 4, 2025 · Cloud Native

Why Most Microservices Ship Like Monoliths—and How Sandbox Testing Helps

Even though microservices promise independent deployment, many organizations still batch changes into costly, slow releases that erode speed and quality; this article explains the hidden costs of batch testing, the limitations of mocks, and how lightweight sandbox environments enable per‑change testing, faster feedback, and true microservice independence.

Software Engineeringbatch releasesci/cd
0 likes · 9 min read
Why Most Microservices Ship Like Monoliths—and How Sandbox Testing Helps
Python Programming Learning Circle
Python Programming Learning Circle
May 27, 2025 · Operations

Comprehensive Guide to Python Selenium: From Environment Setup to Advanced Automation Practices

This article provides a thorough, step‑by‑step tutorial on using Python Selenium for web automation, covering installation, element locating strategies, form handling, waiting tactics, Page Object design, data‑driven testing, distributed test grids, performance tuning, mobile testing, AI enhancements, best practices, and resources for mastering end‑to‑end testing workflows.

Page ObjectWeb Automationci/cd
0 likes · 5 min read
Comprehensive Guide to Python Selenium: From Environment Setup to Advanced Automation Practices
Huolala Tech
Huolala Tech
May 27, 2025 · Big Data

How HuoLala Built a Scalable Big Data Warehouse CI/CD Pipeline

This article details how HuoLala designed and implemented a standardized, automated big‑data warehouse release pipeline that integrates admission and exit checkpoints, isolates test data, and uses CI/CD practices to improve efficiency, reduce risk, and achieve near‑zero manual testing for data quality assurance.

Pipelineci/cdquality assurance
0 likes · 19 min read
How HuoLala Built a Scalable Big Data Warehouse CI/CD Pipeline
phodal
phodal
May 27, 2025 · Industry Insights

Surviving the AI Code Dump: 7 Practical Strategies from AutoDev Workbench

This article shares the seven practical practices discovered while building AutoDev Workbench, detailing how AI‑assisted demand analysis, rapid UI prototyping, adaptive front‑end generation, focused refactoring, precise context feeding, automated testing, and lint‑type safeguards can turn chaotic AI‑generated code into a scalable, maintainable development workflow.

AI programmingCode GenerationPrompt engineering
0 likes · 14 min read
Surviving the AI Code Dump: 7 Practical Strategies from AutoDev Workbench
Linux Ops Smart Journey
Linux Ops Smart Journey
May 21, 2025 · Operations

Master Jenkins Pipeline Variables: Build Flexible, Maintainable CI/CD Scripts

This guide explores how to define, assign, and scope variables in Jenkins Pipelines—including environment, params, and direct assignments—through clear explanations, practical code snippets, and a real-world Kubernetes multi-container project, showing how parameterized builds transform static scripts into flexible, maintainable CI/CD workflows.

DevOpsJenkinsPipeline
0 likes · 6 min read
Master Jenkins Pipeline Variables: Build Flexible, Maintainable CI/CD Scripts
php Courses
php Courses
May 21, 2025 · Backend Development

Rebuilding a PHP Application Stack with a Single Git Commit: IaC, Docker, and CI/CD

This article explains how PHP developers can use Git, Infrastructure as Code, Docker, and CI/CD pipelines to rebuild an entire application stack with a single commit, covering IaC concepts, automated deployment scripts, PHP-specific configuration, repository structure, and integration with CI/CD tools.

Backend DevelopmentDevOpsDocker
0 likes · 5 min read
Rebuilding a PHP Application Stack with a Single Git Commit: IaC, Docker, and CI/CD
Test Development Learning Exchange
Test Development Learning Exchange
May 18, 2025 · Fundamentals

Guidelines for Testers to Lead Project Testing in Agile Development

This article outlines ten essential practices for testers in agile projects, covering early requirement involvement, test strategy creation, CI/CD integration, collaboration, TDD/BDD adoption, exploratory and performance testing, regression, continuous improvement, and knowledge sharing to ensure high‑quality software delivery.

Agile TestingBDDCollaboration
0 likes · 5 min read
Guidelines for Testers to Lead Project Testing in Agile Development
Lin is Dream
Lin is Dream
May 17, 2025 · Operations

Mastering DevOps: From Manual Scripts to Automated Jenkins Pipelines

This guide walks through the fundamentals of DevOps, illustrating how to transition from simple command‑line deployments to sophisticated, automated CI/CD pipelines using Jenkins, Docker, and shell scripts, while covering JVM tuning, version management, and common troubleshooting tips.

AutomationJenkinsci/cd
0 likes · 16 min read
Mastering DevOps: From Manual Scripts to Automated Jenkins Pipelines
macrozheng
macrozheng
May 16, 2025 · Backend Development

Boost Java Build Speed with Maven‑mvnd: Faster, Resource‑Efficient Builds

This article explains how Maven‑mvnd addresses slow build times, high resource consumption, frequent build latency, and multi‑project build inefficiencies by using a long‑running daemon, GraalVM native executables, and seamless Maven compatibility, providing step‑by‑step installation and usage guidance.

Backend DevelopmentBuild Optimizationci/cd
0 likes · 8 min read
Boost Java Build Speed with Maven‑mvnd: Faster, Resource‑Efficient Builds
php Courses
php Courses
May 15, 2025 · Operations

Using Jenkins to Automate PHP Project Packaging and Deployment

This tutorial demonstrates how PHP developers can set up Jenkins to automate building, testing, and deploying PHP applications by installing Jenkins, creating a job, configuring the repository, environment variables, build scripts, post‑build actions, and running the job for continuous integration and delivery.

AutomationDeploymentJenkins
0 likes · 4 min read
Using Jenkins to Automate PHP Project Packaging and Deployment
DeWu Technology
DeWu Technology
May 14, 2025 · Operations

How Automated Code Impact Analysis Boosts System Stability and Release Confidence

This article explains the need for automated, module‑level code impact analysis in large‑scale projects, outlines a multi‑step technical solution—including dependency‑graph construction, change detection, CI/CD integration, caching and optimization—and demonstrates how it improves testing coverage, system complexity assessment, and overall stability while reducing manual effort.

AutomationBackend Developmentci/cd
0 likes · 13 min read
How Automated Code Impact Analysis Boosts System Stability and Release Confidence
Java Web Project
Java Web Project
May 13, 2025 · Backend Development

How Maven‑mvnd Supercharges Java Builds with a Daemon Process

Maven‑mvnd introduces a long‑running daemon to eliminate JVM startup overhead, cut resource usage, accelerate frequent builds, and streamline multi‑module projects, while remaining compatible with existing Maven workflows and offering GraalVM‑based native execution for faster, lighter builds.

Build OptimizationJavaci/cd
0 likes · 7 min read
How Maven‑mvnd Supercharges Java Builds with a Daemon Process
Alibaba Cloud Native
Alibaba Cloud Native
May 13, 2025 · Cloud Native

How Alibaba Cloud Serverless Boosted Efficiency and Cut Costs by 60%

This case study details how 海牙湾 (G‑Town) migrated its digital platform to Alibaba Cloud Serverless services, addressing resource waste, elasticity limits, observability gaps, and operational complexity, and achieved over 60% cost savings, 3‑fold deployment speed, and near‑perfect availability through SAE, API Gateway, MSE, and automated CICD pipelines.

Alibaba CloudCost OptimizationServerless
0 likes · 10 min read
How Alibaba Cloud Serverless Boosted Efficiency and Cut Costs by 60%
Linux Ops Smart Journey
Linux Ops Smart Journey
May 12, 2025 · Cloud Native

Boost CI/CD Efficiency: Using Kubernetes Pods as Jenkins Agents

This article explains how to replace traditional Jenkins agents with Kubernetes containers, covering prerequisites, benefits such as dynamic scaling and environment consistency, step‑by‑step configuration, pipeline code, and verification to create a more efficient and reliable CI/CD workflow.

DevOpsJenkinsKubernetes
0 likes · 5 min read
Boost CI/CD Efficiency: Using Kubernetes Pods as Jenkins Agents
MaGe Linux Operations
MaGe Linux Operations
May 11, 2025 · Operations

How to Build an Automated CI/CD Pipeline with Jenkins and Docker

This guide explains how to create a fast, reliable CI/CD workflow by integrating Jenkins, Docker, Maven, and Alibaba Cloud, covering pipeline benefits, step‑by‑step configuration, Docker image building, registry push/pull, Jenkins container setup, GitLab webhook integration, and common pitfalls with suggested optimizations.

Alibaba CloudDevOpsDocker
0 likes · 13 min read
How to Build an Automated CI/CD Pipeline with Jenkins and Docker
Architecture Digest
Architecture Digest
May 8, 2025 · Backend Development

Introducing Maven‑mvnd: A Faster Maven Daemon for Java Builds

The article explains Maven‑mvnd, a daemon‑based Maven variant that eliminates JVM startup overhead, reduces resource consumption, and speeds up single‑ and multi‑module Java builds, while remaining compatible with existing Maven workflows and offering simple installation, configuration, and usage instructions.

Build ToolJavaci/cd
0 likes · 6 min read
Introducing Maven‑mvnd: A Faster Maven Daemon for Java Builds
Linux Ops Smart Journey
Linux Ops Smart Journey
Apr 28, 2025 · Operations

Configure Jenkins Proxy with Squid for Domestic Plugin Access

This guide walks you through setting up a Squid proxy on Linux, configuring Jenkins to use the proxy, adding a domestic plugin repository, and adjusting firewall rules, enabling reliable network connectivity and plugin installation for Jenkins in environments with restricted internet access.

JenkinsLinuxPlugin Repository
0 likes · 4 min read
Configure Jenkins Proxy with Squid for Domestic Plugin Access