Skip to main content
← All Tags

CI/CD

22 articles in this category

AI NewsAICI/CD

Optimizing CI/CD Costs: A 50-Line Workaround for Claude's June 15 Pricing Split

Maintain subscription-based billing for automated tasks using a 50-line Python script that bypasses the June 15 API pricing split for Claude CLI.

Read more
AI NewsDevOpsCI/CD

Accelerating GitLab CI: Reducing Build Times by 59% with Persistent Runners

Switching from GitLab's ephemeral shared runners to persistent dedicated runners reduced build times by 59% by enabling native Docker layer and dependency caching.

Read more
AI NewsDevOpsCI/CD

Strategizing Canary Deployments for High-Risk Software Releases

Canary deployments mitigate high-risk rollouts by exposing new features to a small user subset, reducing the blast radius of potential service outages.

Read more
AI NewsDevOpsCI/CD

Building an End-to-End CI/CD Pipeline with Spring Boot, Jenkins, Kubernetes & Security Scans

A production-grade CI/CD pipeline was built, integrating versioning, SonarQube, Trivy, and Kubernetes, demonstrating a full cycle from code push to deployment.

Read more
AI NewsSoftware DevelopmentCI/CD

QCon AI New York 2025: AI Works, PRs Don't – Addressing SDLC Disruption

Michael Webster of CircleCI presented findings at QCon AI New York 2025 showing an initial 3-5x development velocity increase with AI, followed by technical debt accumulation.

Read more
AI NewsDevOpsCI/CD

Manual Version Bumps Using Semantic Release with Azure DevOps

Automate version management with semantic-release and Azure DevOps, allowing manual major/minor version bumps while retaining release note generation.

Read more
AI NewsCI/CDDevOps

Continuous Integration with GitLab: A Node.js Project Walkthrough

Learn to automate software builds and tests with GitLab CI/CD using a practical Node.js project example.

Read more
AI NewsDevOpsCI/CD

Assessing DevOps with Continuous Delivery statements

Four Continuous Delivery statements reveal software deployment readiness.

Read more
AI NewsDevOpsAzure DevOps

Azure DevOps Pipelines: The Blueprint for CI/CD Automation

Azure Pipelines automates CI/CD with YAML-defined workflows, enabling scalable deployment across cloud and self-hosted environments.

Read more
AI NewsDevOpsCI/CD

Mastering GitLab CI/CD: Core Concepts and Pipeline Best Practices

A 2025 guide to GitLab CI/CD pipelines, stages, and job configurations for scalable DevOps workflows.

Read more
AI NewsCI/CDTesting

Comparative Analysis of Testing Management Tools with Real CI/CD Pipelines

GitHub Actions, GitLab CI/CD, and Jenkins compared in real CI/CD pipelines for automated testing.

Read more
AI NewsCI/CDSecurity

CI/CD Security Architecture: End-to-End Guide for SAST, SCA, DAST, and Automated Triage

Automated security in CI/CD reduces manual triage by 70% with Faraday integration.

Read more
AI NewsCI/CDDevOps

GitHub Actions vs GitLab CI: A Technical Comparison

GitHub Actions prioritizes simplicity with 10,000+ pre-built actions, while GitLab CI offers enterprise-grade DevOps integration.

Read more
AI NewsCI/CDDevOps

GitHub Actions vs GitLab CI: Key Differences in CI/CD Workflows

GitHub Actions and GitLab CI compared: key differences in CI/CD pipelines and use cases.

Read more
AI NewsDevOpsCI/CD

GitOps Fundamentals: Why Your CI/CD Needs a Single Source of Truth?

GitOps utilizes Git as the single source of truth for infrastructure and application deployments, improving reliability and auditability.

Read more
AI NewsDevOpsCI/CD

Jenkins CI/CD Starter Kit: 5 Labs on Docker, Git Integration, and User Management

This Jenkins Starter Kit offers 5 hands-on labs to build CI/CD skills, covering Docker installation, Git integration, and user management.

Read more
AI Newscicddevops

Am I Doing This Right? #1: Deploy Notifications That Actually Get Read

Solo engineers deploy with Slack alerts linking commits and docs, reducing miscommunication risks.

Read more
AI NewsDevOpsCI/CD

Jenkins CI/CD: Secure User Access, Automate Freestyle Builds, and Integrate Git Source Control

Master Jenkins CI/CD basics: 60-minute labs cover user management, freestyle projects, and Git integration.

Read more
AI NewsDevOpsCI/CD

Blue/Green Deployment Ensures Zero Downtime with AWS CodeDeploy

Blue/Green Deployment ensures zero downtime with AWS CodeDeploy, enabling instant rollback and continuous delivery.

Read more
AI NewsCI/CDPython

Setting up CI/CD with GitHub Actions

Automated testing with GitHub Actions reduced integration errors by 70% in collaborative projects.

Read more
AI Newsdevopscicd

Azure DevOps Pipeline: CI/CD Automation with Self-Hosted Agents

A comprehensive guide to setting up Azure DevOps Pipelines for CI/CD workflows, including self-hosted agent configuration and practical implementation examples.

Read more
AI NewsDevOpsCI/CD

Structure of a Good CI/CD Pipeline: Key Stages and Tools

A comprehensive breakdown of the five essential stages in a CI/CD pipeline, including tools, objectives, and best practices for ensuring code quality, security, and deployment reliability.

Read more