Tagged articles

CI/CD

1783 articles · Page 4 of 18
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.

CI/CDGitJenkins
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.

CI/CDJenkinsPipeline
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.

AirbnbCI/CDDecentralized
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.

BuildahCI/CDGo
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.

CI/CDDevOpsDocker
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.

AutoscalingCI/CDDocker
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.

CI/CDJenkinsWinSW
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.

CI/CDDockercontainer-security
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.

CI/CDGitLaboperations
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.

AICI/CDJenkins
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.

CI/CDKubernetesLogging
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.

Build ToolsCI/CDDependency Management
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.

CI/CDDevOpsObservability
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.

CI/CDVersion managementfinancial 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.

AnsibleCI/CDInfrastructure as Code
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 CLICI/CDClaude Code
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.

BDDCI/CDData‑Driven Testing
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.

CI/CDJenkinsPHP
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 OptimizationCI/CDJava
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.

AICI/CDDevOps
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.

AICI/CDJenkins X
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 codingCI/CDDevelopment Tools
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.

AndroidCI/CDInstrumentation
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.

CI/CDDevOpsDocker
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.

CI/CDPHPStatic Analysis
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.

CI/CDPercyStorybook
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.

CI/CDJenkinsPipeline
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.

CI/CDKubernetesMonitoring
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.

CI/CDSandbox Testingbatch releases
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.

CI/CDPage ObjectWeb Automation
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.

CI/CDPipelinequality 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 programmingCI/CDPrompt 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.

CI/CDDevOpsJenkins
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.

CI/CDDevOpsDocker
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 TestingBDDCI/CD
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.

CI/CDJenkinsShell script
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.

Build OptimizationCI/CDMaven
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.

CI/CDJenkinsPHP
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.

CI/CDDependency Graphautomation
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 OptimizationCI/CDJava
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 CloudCI/CDServerless
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.

CI/CDDevOpsJenkins
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 CloudCI/CDDevOps
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 ToolCI/CDJava
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.

CI/CDJenkinsLinux
0 likes · 4 min read
Configure Jenkins Proxy with Squid for Domestic Plugin Access
Code Mala Tang
Code Mala Tang
Apr 24, 2025 · Operations

When npm install Fails: npm ci, --legacy-peer-deps & --force Explained

Developers often struggle with choosing the right npm command for CI/CD pipelines, so this guide compares npm install and npm ci, explains version specifiers, and details how --legacy-peer-deps and --force can resolve dependency conflicts, registry issues, and build failures.

CI/CDdependency-managementforce
0 likes · 9 min read
When npm install Fails: npm ci, --legacy-peer-deps & --force Explained
Top Architecture Tech Stack
Top Architecture Tech Stack
Apr 22, 2025 · Operations

Step-by-Step Guide to Deploy a Spring Boot Application with Docker and Jenkins CI/CD

This tutorial walks through installing Docker and Jenkins on CentOS, configuring system settings, creating a Jenkins job to pull, build, and package a Spring Boot project, testing the pipeline, and finally running the application via Docker, providing complete commands and configuration details for a reliable CI/CD workflow.

CI/CDJenkinsSpring Boot
0 likes · 8 min read
Step-by-Step Guide to Deploy a Spring Boot Application with Docker and Jenkins CI/CD
MaGe Linux Operations
MaGe Linux Operations
Apr 21, 2025 · Operations

Master Jenkins Automation: From Code Commit to Seamless Deployment

This guide walks you through the complete Jenkins CI/CD workflow—from source‑code changes triggering automated builds, tests, and packaging to secure deployment—showing how to set up Jenkins, configure pipelines, install essential plugins, and manage global tools for reliable, hands‑free releases.

CI/CDDevOpsDocker
0 likes · 21 min read
Master Jenkins Automation: From Code Commit to Seamless Deployment
MaGe Linux Operations
MaGe Linux Operations
Apr 3, 2025 · Operations

Master GitLab: Complete Introduction, Installation & Configuration Guide

This article provides a comprehensive overview of GitLab, covering its origins, key features, core DevOps capabilities, and step‑by‑step instructions for installing and configuring GitLab on Rocky Linux, including required system specs, repository setup, package installation, and post‑install verification.

CI/CDDevOpsGitLab
0 likes · 9 min read
Master GitLab: Complete Introduction, Installation & Configuration Guide
Alibaba Middleware
Alibaba Middleware
Apr 3, 2025 · Cloud Computing

One-Click Deploy Dify + MCP Server for Rapid AI Agent Development

This article walks through using Alibaba Cloud Serverless Application Engine (SAE) to deploy the open‑source Dify AI platform together with an MCP Server, covering resource preparation, template‑based installation, agent configuration, testing, and how SAE’s built‑in CI/CD, elasticity and high‑availability features address common production challenges.

AI AgentsCI/CDDify
0 likes · 12 min read
One-Click Deploy Dify + MCP Server for Rapid AI Agent Development
macrozheng
macrozheng
Apr 3, 2025 · Backend Development

Java Backend Interview Secrets: Redis Cache Strategies & Spring Boot Startup

This article compiles essential Java backend interview topics, covering Redis cache pitfalls and solutions, Spring Boot initialization steps, common Spring annotations, MyBatis advantages, Git workflow commands, Java exception hierarchy, Java 8 enhancements, HashMap internals, Docker isolation mechanisms, and Jenkins CI/CD pipelines, providing a comprehensive technical reference for developers.

CI/CDDockerGit
0 likes · 23 min read
Java Backend Interview Secrets: Redis Cache Strategies & Spring Boot Startup
Sohu Tech Products
Sohu Tech Products
Apr 2, 2025 · Mobile Development

Static Code Analysis Tools for iOS Development – Comparison, Pros, Cons, and Usage

The article reviews open‑source static analysis options for iOS, then compares SonarQube, Infer, and Clang Static Analyzer, outlining each tool’s language support, advantages, drawbacks, CI/CD integration, and practical usage to help teams choose the best solution based on project size, language mix, and reporting needs.

CI/CDClang AnalyzerInfer
0 likes · 27 min read
Static Code Analysis Tools for iOS Development – Comparison, Pros, Cons, and Usage
Test Development Learning Exchange
Test Development Learning Exchange
Mar 31, 2025 · Operations

Using Pytest for Enterprise API Test Case Management

This article explains how to use Pytest in enterprise projects for API test case management, covering naming conventions, documentation, parameterization, organization by modules, fixture usage, execution strategies including CI/CD integration, parallel runs, and generating detailed Allure reports.

API testingAllureCI/CD
0 likes · 6 min read
Using Pytest for Enterprise API Test Case Management
FunTester
FunTester
Mar 27, 2025 · Fundamentals

What Makes a Great Test Framework? Core Skills and Key Features Explained

Designing an excellent test framework demands solid programming expertise, architectural thinking, and meticulous attention to detail, covering core capabilities such as coding standards, design patterns, extensibility, automation, CI/CD integration, reporting, performance, and continuous feedback to ensure usability, maintainability, and scalability.

CI/CDMockingPerformance
0 likes · 13 min read
What Makes a Great Test Framework? Core Skills and Key Features Explained
MaGe Linux Operations
MaGe Linux Operations
Mar 25, 2025 · Cloud Native

Mastering Canary Releases with Argo Rollout: A Step‑by‑Step Guide

This article explains the concept of canary (gray) releases, shows how to set up separate production and canary environments on Kubernetes, configure traffic splitting via Ingress annotations or headers, and automate the whole process with Argo Rollout, including detailed YAML examples and verification commands.

Argo RolloutCI/CDCanary Release
0 likes · 17 min read
Mastering Canary Releases with Argo Rollout: A Step‑by‑Step Guide
php Courses
php Courses
Mar 25, 2025 · Information Security

Using captainhook/secrets with Composer to Detect and Prevent Sensitive Information Leakage

This article explains how to automatically detect and block accidental commits of sensitive data such as database passwords or API keys in a PHP project by integrating the captainhook/secrets library via Composer, covering installation, predefined suppliers, custom regex, whitelist usage, and the benefits of CI/CD integration.

CI/CDPHPcomposer
0 likes · 4 min read
Using captainhook/secrets with Composer to Detect and Prevent Sensitive Information Leakage
DevOps Cloud Academy
DevOps Cloud Academy
Mar 21, 2025 · Cloud Native

Building a Jenkins CI/CD Pipeline for Java Applications with Docker and Helm

This article provides a step‑by‑step guide to creating a Jenkins CI/CD pipeline for Java applications, covering environment setup, required plugins, project structure, CI stages such as code checkout, dependency installation, testing, SonarQube scanning, Docker image building and pushing, as well as CD stages including Helm chart creation, deployment, health checks, rollback, and maintenance‑window management.

CI/CDDockerHelm
0 likes · 11 min read
Building a Jenkins CI/CD Pipeline for Java Applications with Docker and Helm
DevOps Cloud Academy
DevOps Cloud Academy
Mar 20, 2025 · Operations

Key Tools and Practices in DevOps Engineering: Jira, GitLab, Jenkins, Build Tools, Unit Testing, and SonarQube

This article provides a comprehensive overview of essential DevOps engineering tools and practices—including Jira release management, GitLab Gitflow workflow, Jenkins CI/CD pipelines, Maven/Gradle/MSBuild build tools, unit testing frameworks, and SonarQube quality analysis—illustrated with enterprise‑level case studies to demonstrate their real‑world impact.

Build ToolsCI/CDDevOps
0 likes · 15 min read
Key Tools and Practices in DevOps Engineering: Jira, GitLab, Jenkins, Build Tools, Unit Testing, and SonarQube
FunTester
FunTester
Mar 17, 2025 · Industry Insights

Mastering Automated Testing: Proven Practices to Boost Efficiency

This article outlines essential automated testing best practices—including clear planning, tool selection, script maintenance, data‑driven approaches, independent test cases, parallel execution, version control, and CI/CD integration—to help teams increase coverage, speed, and software quality.

CI/CDautomated testingbest practices
0 likes · 12 min read
Mastering Automated Testing: Proven Practices to Boost Efficiency
IT Services Circle
IT Services Circle
Mar 16, 2025 · Backend Development

Comprehensive Java Backend Interview Guide: Redis, Spring Boot, Annotations, Git, Exceptions, Java 8, HashMap, Docker, and CI/CD

This article provides a detailed Java backend interview guide covering Redis cache problems and solutions, Spring Boot startup process, common annotations, Git workflow commands, Java exception hierarchy, Java 8 enhancements, HashMap implementation, Docker containerization, and Jenkins CI/CD practices, along with practical examples and code snippets.

CI/CDDockerGit
0 likes · 19 min read
Comprehensive Java Backend Interview Guide: Redis, Spring Boot, Annotations, Git, Exceptions, Java 8, HashMap, Docker, and CI/CD