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

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

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

DevOpsGitLabInstallation
0 likes · 9 min read
Master GitLab: Complete Introduction, Installation & Configuration Guide
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.

Backend DevelopmentDockerGit
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.

Clang AnalyzerInferSonarQube
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.

AutomationMockingSoftware Engineering
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 RolloutDeployment AutomationIngress
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.

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

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

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

Automated TestingData-drivenTool Selection
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.

Backend DevelopmentDockerGit
0 likes · 19 min read
Comprehensive Java Backend Interview Guide: Redis, Spring Boot, Annotations, Git, Exceptions, Java 8, HashMap, Docker, and CI/CD
Test Development Learning Exchange
Test Development Learning Exchange
Mar 15, 2025 · Operations

API Automation Testing: Requirement Analysis, Test Case Design, and Best Practices

This article outlines a comprehensive approach to API automation testing, covering requirement analysis, test case design for functional, performance, and security aspects, tool selection, a practical login‑API case study, and best practices such as CI/CD integration, regression testing, and environment management.

API testingAutomationPerformance Testing
0 likes · 4 min read
API Automation Testing: Requirement Analysis, Test Case Design, and Best Practices
Test Development Learning Exchange
Test Development Learning Exchange
Mar 13, 2025 · Operations

Effective Coordination of Interface Testing in Large Projects

Effective interface testing in large projects requires clear test objectives, well‑defined strategies, distinct responsibilities for backend, frontend and testing teams, the use of professional tools for API management and CI/CD, continuous process optimization, and strong communication to ensure high efficiency and quality.

API ManagementSoftware Testingci/cd
0 likes · 4 min read
Effective Coordination of Interface Testing in Large Projects
DevOps Cloud Academy
DevOps Cloud Academy
Mar 13, 2025 · Operations

Release Engineering Best Practices: Branching Models, CI/CD Guidelines, and Deployment Strategies

This article provides a comprehensive overview of release engineering, covering branch models, naming conventions, merge processes, Git commit standards, CI/CD stage design, environment isolation, artifact management, product delivery steps, deployment strategies, and rollback procedures to ensure reliable software releases.

DeploymentKubernetesOperations
0 likes · 26 min read
Release Engineering Best Practices: Branching Models, CI/CD Guidelines, and Deployment Strategies
Sohu Tech Products
Sohu Tech Products
Mar 12, 2025 · Cloud Native

Argo Workflows: Container-Native Workflow Engine for Kubernetes

Argo Workflows is an open‑source, container‑native engine that runs on Kubernetes via Custom Resource Definitions, letting users declaratively define complex, step‑or DAG‑based pipelines—including CI/CD, data processing, and machine‑learning jobs—through reusable templates, with a server UI, controller, and pod architecture monitored by Prometheus.

Argo WorkflowsCNCFCloud Native
0 likes · 16 min read
Argo Workflows: Container-Native Workflow Engine for Kubernetes
Kuaishou Frontend Engineering
Kuaishou Frontend Engineering
Mar 12, 2025 · Operations

How Mulan Supercharged Kuaishou’s Code Review Efficiency

This article examines how Kuaishou’s internal Mulan universal code analysis service tackled pipeline quality challenges by introducing on‑demand triggering, incremental checking, and unified rule infrastructure, resulting in dramatically faster static checks, lower rule‑development costs, comprehensive monitoring, and a rapid increase in rule coverage.

Software qualityci/cdcode analysis
0 likes · 13 min read
How Mulan Supercharged Kuaishou’s Code Review Efficiency
php Courses
php Courses
Mar 11, 2025 · Operations

Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications

This article provides a step‑by‑step guide on setting up Jenkins Pipeline to automate the continuous integration, testing, and deployment of PHP applications, covering prerequisite installations, plugin configuration, Jenkinsfile creation with stages for checkout, build, test, and deployment, and how to run the pipeline.

AutomationDevOpsJenkins
0 likes · 6 min read
Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications
Test Development Learning Exchange
Test Development Learning Exchange
Mar 11, 2025 · Backend Development

Comprehensive API Testing Process and Implementation Guide

This article outlines a step‑by‑step API testing workflow—from defining objectives and analyzing requirements to designing test cases, setting up environments, executing tests with tools like Postman and pytest, analyzing results, integrating into CI/CD pipelines, and applying best practices for continuous improvement.

API testingBackendPostman
0 likes · 5 min read
Comprehensive API Testing Process and Implementation Guide
FunTester
FunTester
Feb 25, 2025 · Industry Insights

From Manual Tester to Automation Engineer: A Complete Career Roadmap and Learning Guide

This comprehensive guide walks software testers through the transition from basic functional testing to advanced automation, performance, and DevOps roles, offering a detailed learning roadmap, practical tips, and curated resources to boost skills, increase marketability, and secure higher‑pay positions in the testing industry.

AutomationCareer DevelopmentPerformance Testing
0 likes · 28 min read
From Manual Tester to Automation Engineer: A Complete Career Roadmap and Learning Guide
DevOps Cloud Academy
DevOps Cloud Academy
Feb 19, 2025 · Operations

Top 10 DevOps Project Ideas with Source Code for 2025

This article introduces ten practical DevOps project ideas for 2025, explains the core concepts behind each project, and provides direct source‑code links so readers can build, test, and showcase their DevOps skills across containers, CI/CD pipelines, Kubernetes, Terraform, and more.

AutomationDevOpsDocker
0 likes · 10 min read
Top 10 DevOps Project Ideas with Source Code for 2025
DevOps Cloud Academy
DevOps Cloud Academy
Feb 18, 2025 · Operations

How AI Is Transforming DevOps: 10 Key Benefits

AI is reshaping DevOps by enhancing automation, enabling predictive analytics, optimizing CI/CD pipelines, managing resources intelligently, strengthening security, accelerating incident response, driving data-driven decisions, scaling infrastructure, fostering collaboration, and promoting continuous learning, thereby boosting flexibility, scalability, and reliability of software delivery.

AIAutomationDevOps
0 likes · 8 min read
How AI Is Transforming DevOps: 10 Key Benefits
DevOps Cloud Academy
DevOps Cloud Academy
Feb 17, 2025 · Operations

Top 10 AI Tools Transforming DevOps Engineering

This article reviews ten AI‑powered tools—including Jenkins, Ansible, Puppet, Dynatrace, Splunk, GitHub Copilot, New Relic, Azure DevOps, Prometheus, and Chef—that enhance DevOps workflows through predictive analytics, automated rollback, intelligent monitoring, and code assistance, helping teams achieve faster, more reliable software delivery.

AIAutomationDevOps
0 likes · 14 min read
Top 10 AI Tools Transforming DevOps Engineering
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Feb 17, 2025 · Cloud Native

Multi‑Cluster Delivery with ACK One GitOps: A Case Study at Wondershare Technology

Wondershare Technology adopted Alibaba Cloud's ACK One GitOps platform to automate and unify the deployment of dozens of Kubernetes clusters across multiple regions, addressing manual deployment inefficiencies, traceability, rollback challenges, and multi‑tenant permission management while achieving a 50% increase in release efficiency.

Argo CDCloud NativeGitOps
0 likes · 7 min read
Multi‑Cluster Delivery with ACK One GitOps: A Case Study at Wondershare Technology
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Feb 14, 2025 · Cloud Native

Blue‑Green Deployment with Kruise Rollouts: Concepts, Implementation, and Comparison

This article explains the blue‑green deployment strategy, introduces Kruise Rollouts’ blue‑green capabilities, provides a step‑by‑step Kubernetes example with YAML manifests and kubectl commands, compares it to Argo Rollouts and Flux Flagger, discusses resource considerations and serverless advantages, and concludes with best‑practice recommendations.

Blue‑Green deploymentCloud NativeDevOps
0 likes · 16 min read
Blue‑Green Deployment with Kruise Rollouts: Concepts, Implementation, and Comparison
Open Source Linux
Open Source Linux
Feb 12, 2025 · Operations

Master Jenkins: Step-by-Step Guide to Automated CI/CD Deployment on Linux

This comprehensive tutorial explains what Jenkins is, why CI/CD matters, and provides step‑by‑step instructions for installing JDK and Jenkins on Linux, configuring Git and Maven integration, setting up credentials and password‑less SSH, and creating deployment scripts to automate Java application builds and releases.

GitJenkinsSSH
0 likes · 13 min read
Master Jenkins: Step-by-Step Guide to Automated CI/CD Deployment on Linux
php Courses
php Courses
Feb 11, 2025 · Operations

Using Jenkins to Package and Deploy PHP Applications

This tutorial explains how PHP developers can install Jenkins, create and configure a job, set up source control, environment variables, build scripts, and post‑build actions to automate the packaging and deployment of PHP applications.

AutomationDeploymentJenkins
0 likes · 4 min read
Using Jenkins to Package and Deploy PHP Applications
MaGe Linux Operations
MaGe Linux Operations
Feb 5, 2025 · Operations

Master Jenkins CI/CD: Step-by-Step Automated Deployment Guide

This comprehensive tutorial walks you through Jenkins fundamentals, installation, JDK and Git integration, credential management, Maven setup, SSH password‑less login, and deployment scripts, providing all the commands and screenshots needed to automate Java project builds and releases.

Jenkinsci/cdmaven
0 likes · 16 min read
Master Jenkins CI/CD: Step-by-Step Automated Deployment Guide
Test Development Learning Exchange
Test Development Learning Exchange
Jan 28, 2025 · Interview Experience

Essential Interview Q&A: Testing, DevOps, Cloud, Linux, and Management Insights

This comprehensive guide compiles expert answers to common interview questions covering software testing strategies, API automation, performance testing, Linux system administration, Docker and Kubernetes fundamentals, CI/CD pipelines, and effective team management practices, providing valuable insights for candidates and hiring managers alike.

DevOpsDockerKubernetes
0 likes · 49 min read
Essential Interview Q&A: Testing, DevOps, Cloud, Linux, and Management Insights
macrozheng
macrozheng
Jan 21, 2025 · Frontend Development

How to Automate One-Click Vue Frontend Deployment with Jenkins

This guide walks you through setting up Jenkins to automatically build and deploy the Vue-based front‑end of the Mall e‑commerce project, covering plugin installation, NodeJS configuration, Git repository setup, build steps, shell scripts for packaging and remote deployment to Nginx, and final verification.

DockerFrontend DeploymentJenkins
0 likes · 7 min read
How to Automate One-Click Vue Frontend Deployment with Jenkins
IT Architects Alliance
IT Architects Alliance
Jan 19, 2025 · Cloud Native

Mastering Cloud‑Native CI/CD: Build, Deploy, and Scale Your Pipelines

This comprehensive guide explains cloud‑native architecture fundamentals, walks through CI/CD pipeline core components, provides step‑by‑step instructions for setting up Git, Jenkins, Docker, and Kubernetes, and demonstrates advanced Tekton pipelines, while discussing benefits, challenges, and future trends.

Cloud NativeDockerJenkins
0 likes · 20 min read
Mastering Cloud‑Native CI/CD: Build, Deploy, and Scale Your Pipelines
Alibaba Cloud Native
Alibaba Cloud Native
Jan 14, 2025 · Cloud Native

How to Build a Custom Sonar Redline Step with Flow-CLI V2

This guide walks you through installing Flow-CLI V2, creating a TypeScript‑based custom step that integrates Sonar scanning with redline checks, publishing the step, and using it in a cloud‑native pipeline to enforce code quality gates.

Custom StepFlow-CLIRedline
0 likes · 9 min read
How to Build a Custom Sonar Redline Step with Flow-CLI V2
vivo Internet Technology
vivo Internet Technology
Jan 8, 2025 · Cloud Native

vivo Internet Technology 2024 Year-End Technical Review

In its 2024 year‑end review, vivo Internet Technology published 44 technical articles, delivered 19 presentations on cloud‑native, AI, security and more, joined major open‑source foundations such as Linux, CNCF and CCF, and grew a community of over 70,000 technical professionals.

Distributed SystemsJavaPerformance Optimization
0 likes · 8 min read
vivo Internet Technology 2024 Year-End Technical Review
21CTO
21CTO
Jan 7, 2025 · Operations

Top 10 Workflow Automation Tools Every Developer Should Know

Discover a curated list of ten powerful workflow automation tools—from Zapier and Make to GitHub Actions and Pipedream—that help developers streamline tasks, integrate services, and boost productivity without writing extensive code.

Integrationci/cdproductivity
0 likes · 5 min read
Top 10 Workflow Automation Tools Every Developer Should Know
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jan 7, 2025 · Cloud Native

Build a Full Kubernetes DevOps Pipeline: From Containerization to Monitoring

This guide walks through a complete Kubernetes DevOps case study, detailing how to containerize micro‑services, create Docker images, write deployment and service manifests, set up a CI/CD pipeline with Jenkins or GitLab CI, integrate monitoring with Prometheus‑Grafana, manage logs via ELK/EFK, optionally add a service mesh, and perform fault‑injection testing for continuous optimization.

IstioKubernetesPrometheus
0 likes · 6 min read
Build a Full Kubernetes DevOps Pipeline: From Containerization to Monitoring
DevOps Cloud Academy
DevOps Cloud Academy
Dec 28, 2024 · Operations

Common Jenkins Issues and Their Solutions

This guide outlines frequent Jenkins problems—including master startup failures, out‑of‑memory errors, plugin incompatibilities, disk space exhaustion, configuration corruption, and Java compatibility issues—and provides step‑by‑step troubleshooting procedures to keep CI/CD pipelines running smoothly.

AutomationDevOpsJenkins
0 likes · 5 min read
Common Jenkins Issues and Their Solutions
Code Mala Tang
Code Mala Tang
Dec 20, 2024 · Cloud Native

Unlock Docker Caching: Layer Strategies, BuildKit & Cache Optimization

This guide explains Docker's layered architecture, how to leverage build cache, cache mounts, external cache solutions, multi‑stage builds, RUN instruction optimization, .dockerignore usage, cache busting, custom cache paths, BuildKit features, and Docker Compose layer caching, providing best‑practice tips and code examples for faster, smaller images.

BuildKitDockerDockerfile
0 likes · 31 min read
Unlock Docker Caching: Layer Strategies, BuildKit & Cache Optimization
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 18, 2024 · Operations

15 Years of DevOps Evolution: From CruiseControl to AI‑Driven CI/CD

The article chronicles a developer’s fifteen‑year journey building DevOps platforms—from early CI tools like CruiseControl and Hudson, through Jenkins customizations and distributed builds, to modern AI‑enhanced monitoring, private‑cloud deployments, and the future of platform engineering—offering practical insights for teams scaling continuous integration and delivery.

Jenkinsci/cdplatform engineering
0 likes · 35 min read
15 Years of DevOps Evolution: From CruiseControl to AI‑Driven CI/CD
Java Architect Essentials
Java Architect Essentials
Dec 15, 2024 · Operations

Simplify Java Project Build and Deployment with Jpom: A Hands‑On Guide

Jpom is a lightweight, low‑intrusion Java‑based platform that streamlines online building, automatic deployment, daily operations, and project monitoring, offering features such as node management, SSH terminal, Docker control, and multi‑environment packaging, with step‑by‑step installation commands and demo access details.

AutomationDevOpsDocker
0 likes · 7 min read
Simplify Java Project Build and Deployment with Jpom: A Hands‑On Guide
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Dec 11, 2024 · Cloud Native

Cut CI/CD Costs with Alibaba Cloud Serverless Containers: A Moka Case Study

This article details how Moka migrated its CI/CD pipeline to Alibaba Cloud's serverless container service (ACS) on an ACK cluster, addressing high concurrency pain points, implementing step‑by‑step runner configuration, and achieving significant cost savings, higher resource utilization, and faster job execution.

Alibaba CloudContainerCost Optimization
0 likes · 9 min read
Cut CI/CD Costs with Alibaba Cloud Serverless Containers: A Moka Case Study
Linux Ops Smart Journey
Linux Ops Smart Journey
Dec 10, 2024 · Cloud Native

Deploy GitLab on Kubernetes in One Click with Helm

This guide shows how to quickly set up a full GitLab instance on a Kubernetes cluster using Helm charts, covering prerequisite checks, configuration file creation, secret management, and verification steps to streamline CI/CD and team collaboration.

DevOpsKubernetesci/cd
0 likes · 8 min read
Deploy GitLab on Kubernetes in One Click with Helm
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Dec 6, 2024 · Frontend Development

Corepack: The Next‑Generation Node.js Package Manager

The article reviews the evolution of JavaScript package managers, compares npm, Yarn, and pnpm, introduces Corepack as Node.js 16.9.0's experimental tool for consistent manager versions, explains its features and usage steps, and discusses remaining challenges such as version conflicts and limited advanced capabilities.

CorepackNode.jsYARN
0 likes · 8 min read
Corepack: The Next‑Generation Node.js Package Manager
Alibaba Cloud Native
Alibaba Cloud Native
Dec 6, 2024 · Cloud Native

Decouple Registry Login and Build Multi‑Arch Images with Alibaba Cloud Flow

Alibaba Cloud Flow now separates image registry login from the build step, supports flexible remote or local caching via buildx, and enables one‑click multi‑architecture image creation, allowing developers to pull base images and push targets across different private registries while optimizing build speed and cache reuse.

Alibaba CloudDockerImage Registry
0 likes · 10 min read
Decouple Registry Login and Build Multi‑Arch Images with Alibaba Cloud Flow
Code Ape Tech Column
Code Ape Tech Column
Dec 5, 2024 · Operations

One-Click Automated Deployment of Spring Boot with Jenkins and Docker

This tutorial provides a step‑by‑step guide to set up a fully automated CI/CD pipeline on CentOS 7 that installs Docker, deploys Jenkins in a container, configures Maven and required plugins, creates a Jenkins job, builds a Spring Boot application with Dockerfile, and runs the resulting container, all with minimal pitfalls.

CentOSJenkinsSpring Boot
0 likes · 7 min read
One-Click Automated Deployment of Spring Boot with Jenkins and Docker
Liangxu Linux
Liangxu Linux
Nov 23, 2024 · Cloud Native

How a Solo Engineer Runs a Full‑Stack SaaS on Kubernetes

This article details how a single‑person startup leverages Kubernetes on AWS EKS to handle load balancing, automatic DNS, TLS, autoscaling, monitoring, alerting, secret management, and CI/CD for a Django‑based SaaS, illustrating practical configurations, code snippets, and infrastructure‑as‑code patterns.

AWS EKSDjangoGitOps
0 likes · 16 min read
How a Solo Engineer Runs a Full‑Stack SaaS on Kubernetes
php Courses
php Courses
Nov 20, 2024 · Operations

Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications

This article provides a step‑by‑step guide on setting up Jenkins Pipeline to automate the continuous integration, testing, and deployment of PHP applications, covering prerequisite installations, plugin configuration, Jenkinsfile creation with stages for checkout, build, test, and deployment, and how to run the pipeline.

AutomationDevOpsJenkins
0 likes · 5 min read
Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications
macrozheng
macrozheng
Nov 19, 2024 · Operations

Automate Spring Boot & Vue E‑Commerce Deployment with Jpom and Docker

Learn how to use the lightweight Jpom automation tool to set up Docker‑based CI/CD pipelines, configure repositories, build and package a Spring Boot 3 + Vue e‑commerce project, and deploy both backend and frontend services seamlessly on a Kubernetes‑ready environment.

AutomationDockerJpom
0 likes · 8 min read
Automate Spring Boot & Vue E‑Commerce Deployment with Jpom and Docker
dbaplus Community
dbaplus Community
Nov 18, 2024 · Cloud Native

10 Expert Tips to Master Kubernetes Architecture on Its 10th Anniversary

In this interview, CNCF ecosystem lead Taylor Dolezal shares ten practical recommendations for Kubernetes architects, covering security, resource optimization, observability, high‑availability, multi‑cluster networking, stateful workloads, CI/CD, lifecycle upgrades, documentation, and a learning roadmap for the next one to two years.

DocumentationMulti-ClusterSecurity
0 likes · 21 min read
10 Expert Tips to Master Kubernetes Architecture on Its 10th Anniversary
Ctrip Technology
Ctrip Technology
Nov 14, 2024 · Mobile Development

Technical Practice of Ctrip’s Market Insight Platform Using Donut for High‑Performance Cross‑Platform Mobile Development

This article details how Ctrip’s Market Insight platform leveraged the Donut framework to build a high‑performance, cross‑platform mobile application, covering background, technical challenges, technology selection, development workflow, multi‑login management, large‑list rendering optimization, push integration, build and release processes, encountered pitfalls, and the resulting efficiency and performance improvements.

DonutFlutterMobile Development
0 likes · 24 min read
Technical Practice of Ctrip’s Market Insight Platform Using Donut for High‑Performance Cross‑Platform Mobile Development
Efficient Ops
Efficient Ops
Nov 7, 2024 · Operations

Automating Flink Task Deployment with Tekton, GitLab, and Serverless K8s

This guide details how to automate the full lifecycle of Flink tasks—including environment setup, integration, building, deployment, and task control—using GitLab, Tekton CI/CD, serverless containers on Alibaba Cloud, and Kubernetes, all orchestrated via Feishu cards.

AutomationFlinkKubernetes
0 likes · 4 min read
Automating Flink Task Deployment with Tekton, GitLab, and Serverless K8s
Architect
Architect
Nov 7, 2024 · Operations

Full-Link Multi-Version Deployment: Architecture, Techniques, and Future Outlook

This article explains the concept of full-link multi-version deployment in microservice architectures, describes the challenges of traditional test environments, and details the technical solutions—including traffic coloring, isolation, label propagation, environment management, and monitoring—implemented through a flexible CI/CD pipeline.

MicroservicesMulti-Version DeploymentOperations
0 likes · 16 min read
Full-Link Multi-Version Deployment: Architecture, Techniques, and Future Outlook
Python Programming Learning Circle
Python Programming Learning Circle
Nov 7, 2024 · Backend Development

9 Best Practices for Enterprise Python Development

This article presents nine essential best‑practice steps for building robust, maintainable Python backend applications, covering virtual environments, dependency management, logging, configuration files, testing, asynchronous I/O, Docker containerization, CI/CD automation, and ORM usage with a practical Flask example.

BackendORMPython
0 likes · 11 min read
9 Best Practices for Enterprise Python Development
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Nov 7, 2024 · Cloud Native

Deep Dive into the New Features of Argo Workflows 3.6

This article provides a comprehensive analysis of Argo Workflows 3.6, covering its enhanced scheduling, UI improvements, controller stability and security upgrades, OSS artifact garbage collection, dynamic template references, expanded expression library, and CLI usability, along with practical YAML examples for each feature.

Argo WorkflowsCloud NativeKubernetes
0 likes · 12 min read
Deep Dive into the New Features of Argo Workflows 3.6
Architecture Digest
Architecture Digest
Nov 6, 2024 · Operations

Jianmu: An Open‑Source No‑Code/Low‑Code CI/CD Tool for DevOps – Installation and First Project Guide

This article introduces Jianmu, a lightweight open‑source no‑code/low‑code CI/CD platform for DevOps, explains how to try it online, details Docker‑Compose and Kubernetes deployment methods with required system specifications, and walks through creating and executing the first hello‑world project.

DeploymentDevOpsDocker
0 likes · 5 min read
Jianmu: An Open‑Source No‑Code/Low‑Code CI/CD Tool for DevOps – Installation and First Project Guide
DevOps
DevOps
Nov 3, 2024 · Cloud Native

CI/CD Practices for Microservice Development and Continuous Delivery

This article explains the essential concepts of continuous integration, delivery, and deployment, outlines the differences between monolithic and microservice CI/CD pipelines, and presents five practical best‑practice recommendations—including testing strategies, environment design, CI practices, configuration management, and failure handling—to improve DevOps efficiency in cloud‑native development.

AutomationContinuous DeliveryDevOps
0 likes · 18 min read
CI/CD Practices for Microservice Development and Continuous Delivery
Alibaba Cloud Native
Alibaba Cloud Native
Nov 2, 2024 · Cloud Native

What’s New in Argo Workflows 3.6? Deep Dive into Key Features

This article provides a comprehensive overview of Argo Workflows 3.6, covering its core architecture, primary use cases, and detailed explanations of new capabilities such as enhanced CronWorkflow scheduling, UI improvements, controller optimizations, OSS artifact garbage collection, dynamic template references, expression library updates, and CLI usability enhancements.

Argo WorkflowsCronWorkflowKubernetes
0 likes · 12 min read
What’s New in Argo Workflows 3.6? Deep Dive into Key Features
DevOps Engineer
DevOps Engineer
Oct 29, 2024 · Operations

A Day in the Life of a DevOps Engineer

The article walks through a DevOps engineer’s typical workday, from morning Slack checks and task planning, through code repository maintenance, build and release duties, coffee breaks, lunch with teammates, focused afternoon development, and evening family time, highlighting both technical and personal aspects.

AutomationDevOpsInfrastructure
0 likes · 4 min read
A Day in the Life of a DevOps Engineer
Test Development Learning Exchange
Test Development Learning Exchange
Oct 26, 2024 · R&D Management

How Test Leaders Can Ensure Project Stability and Quality Through Comprehensive Testing Strategies

This article outlines how test managers can protect project stability and quality by defining clear testing goals, selecting appropriate test types, planning resources, strengthening requirement management, enforcing strict testing processes, driving automation, integrating CI/CD, applying quality gates, managing defects, fostering team collaboration, monitoring metrics, and promoting knowledge sharing.

AutomationSoftware Testingci/cd
0 likes · 8 min read
How Test Leaders Can Ensure Project Stability and Quality Through Comprehensive Testing Strategies
Architecture and Beyond
Architecture and Beyond
Oct 26, 2024 · R&D Management

Managing Scale in Software Development: Strategies for Production and Development

The article explains how software teams can handle growing production and development scale by applying systematic architectural designs, cloud‑native infrastructure, automation, CI/CD pipelines, and disciplined team and technical‑debt management to maintain efficiency, stability, and quality as the organization expands.

Software ArchitectureTechnical Debtci/cd
0 likes · 18 min read
Managing Scale in Software Development: Strategies for Production and Development
Tencent Cloud Developer
Tencent Cloud Developer
Oct 23, 2024 · Cloud Native

Remote Development and CI Equivalence with Cloud Native Build (CNB)

Remote development and CI share an identical Git‑based workflow, and CNB’s git‑clone‑yyds plugin plus declarative Dockerfile configuration enable rapid container startup, shared copy‑on‑write volume caching, and synchronized environment setup, making code preparation, dependency installation, and compile/test phases functionally equivalent across both contexts.

CNBCopy-on-WriteDeclarative Configuration
0 likes · 9 min read
Remote Development and CI Equivalence with Cloud Native Build (CNB)
DevOps Cloud Academy
DevOps Cloud Academy
Oct 22, 2024 · Operations

Troubleshooting Jenkins Plugin Installation Failure and Solutions

This guide explains the standard Jenkins setup steps, describes the common plugin installation error that can occur during step three, and provides four practical solutions—including network checks, retrying, restarting Jenkins, and running Jenkins with Java-enabled mode using a command line example.

DevOpsJenkinsci/cd
0 likes · 3 min read
Troubleshooting Jenkins Plugin Installation Failure and Solutions
转转QA
转转QA
Oct 21, 2024 · Information Security

Implementation of Static Code Scanning in Zhuanzhuan's DevOps Platform

This article details Zhuanzhuan's practical implementation of static code scanning within its self‑built DevOps platform, covering its significance, architecture, incremental analysis methods, permission management, rule selection, promotion process, and challenges encountered, illustrating how it became a low‑cost, repeatable security safeguard in their CI/CD workflow.

DevOpsSecuritySonarQube
0 likes · 10 min read
Implementation of Static Code Scanning in Zhuanzhuan's DevOps Platform
DevOps Engineer
DevOps Engineer
Oct 18, 2024 · Operations

Comprehensive DevOps Interview Questions from a Swedish Company

This article presents a comprehensive list of 17 in‑depth DevOps interview questions asked by a Swedish company, covering Linux boot processes, Kubernetes internals, Git workflows, Jenkins pipelines, networking, monitoring, databases, Docker, and soft‑skill topics to help candidates prepare effectively.

DevOpsKubernetesLinux
0 likes · 3 min read
Comprehensive DevOps Interview Questions from a Swedish Company
DevOps Cloud Academy
DevOps Cloud Academy
Oct 18, 2024 · Operations

Creating and Configuring Jenkins Multibranch Pipelines

This article explains how to create a Jenkins Multibranch Pipeline, configure its branch sources, manage environment variables, support pull requests with plugins, and use organization folders to automatically discover and run pipelines across multiple branches.

AutomationDevOpsGit
0 likes · 7 min read
Creating and Configuring Jenkins Multibranch Pipelines
Wukong Talks Architecture
Wukong Talks Architecture
Oct 17, 2024 · Operations

A Retrospective on DevOps System Design and Platform Engineering (2008‑2022)

From 2008 onward, the author chronicles the development of multiple DevOps systems, examining their origins, design choices, challenges, and evolution—including CI tools like CruiseControl, Hudson, Jenkins, custom plugins, metrics, platform engineering, and the impact of AI—offering insights for modern continuous integration and delivery practices.

AIAutomationDevOps
0 likes · 34 min read
A Retrospective on DevOps System Design and Platform Engineering (2008‑2022)
DevOps
DevOps
Oct 16, 2024 · Cloud Native

How Container Technology Boosts R&D Efficiency in DevOps

This article explains the concept of R&D efficiency, introduces container technology and its isolation mechanisms, and details how containers—through micro‑service decomposition, automated CI/CD pipelines, and dynamic orchestration—can dramatically improve development speed, quality, and operational cost in modern software engineering.

DevOpsKubernetesci/cd
0 likes · 12 min read
How Container Technology Boosts R&D Efficiency in DevOps