Articles by Tag #cicd

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Day 5 of My 180-Day Developer Challenge: Asking "Why?" Makes Every New Skill Easier to Learn

My Secret to Tackling Tough Topics: Always Start With "Why?". Whenever I learn something new, I first...

Learn More 11 0Jul 24 '25

GitHub workflows tips and tricks

I've quite a lengthy experience with GitHub workflows, but not up to the point where I can claim I'm...

Learn More 14 5Aug 28 '25

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

I'm the only engineer at my company. That means when I deploy, there's no one watching the CI...

Learn More 1 2Nov 23 '25

How to integrate Brakeman Security Scanner with GitHub Code Scanning

How to create a GitHub actions workflow that gets results from the Rails security scanner Brakeman and pushes them to GitHub Code Scanning so they show up alongside CodeQL results.

Learn More 2 0Dec 22 '25

CI/CD Is Not Only for the Cloud: Building a CI/CD Pipeline for Shared Hosting Using GitHub Actions

Introduction: CI/CD Beyond Cloud Platforms When people hear Continuous Integration and...

Learn More 4 2Dec 22 '25

Alternatives to GitHub Actions for self-hosted runners

With GitHub introducing charges for self-hosted runners, let's break down the other options GitHub's...

Learn More 11 1Dec 18 '25

🛠️ Hacktoberfest 2025 — 17 Pull Requests in One Day, for the Love of Clean Code 😅🤖🧠

Experience report from Boly38 on an intense open source contribution day: 17 PRs focused on security,...

Learn More 6 0Oct 5 '25

Part 01: Building a Sovereign Software Factory: Docker Networking & Persistence

GitHub: https://github.com/InfiniteConsult/0005_cicd_part01_docker TL;DR: In this first installment,...

Learn More 4 0Dec 15 '25

Forge: Lightweight, Fast, and Reliable Local CI/CD

Originally published at allenarch.dev here's a frustrating moment every developer has experienced:...

Learn More 6 0Dec 15 '25

Speed Up Your CI/CD: ARM 64 Runners for GitHub Actions

Hey dev.to community! 👋🏽 I'm Andrea Griffiths, Senior Developer Advocate at GitHub, and I'm excited...

Learn More 18 1May 15 '25

⚡ Supercharging GitHub Actions CI: From Slow to Lightning Fast with Turbo Caching

How we optimized our monorepo CI pipeline and reduced build times by 70% using smart caching...

Learn More 4 0Nov 3 '25

CI/CD for Electron Desktop Apps Auto-Update, CDN, Azure Blob, Matrix Build & OS-Level Security

Most CI/CD blogs talk about deploying web apps — and those are relatively simple. You push code, run...

Learn More 7 1Dec 7 '25

Setting up CI/CD with GitHub Actions

Welcome to my reflection on CI/CD experience, where the core objective was to move beyond local...

Learn More 3 0Nov 13 '25

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

A hands-on, real-world journey of building a production-grade CI/CD pipeline — including versioning, webhooks, SonarQube, Trivy, Docker Kubernetes deployments, MongoDB, failures, fixes, and lessons learned.

Learn More 1 0Jan 5

Shift-Left Reliability

We've become exceptionally good at incident response. Modern teams restore service quickly, run...

Learn More 0 0Jan 12

DevOps Made Simple: A Beginner’s Guide to DevSecOps in Action - Securing Your CI/CD Pipeline

Introduction As DevOps continues to revolutionize software development, security has...

Learn More 32 2Mar 22 '25

Trigger AWS CodePipeline from a Cross-Account S3 Upload (Using EventBridge + IAM Roles)

Build a clean, serverless, cross-account automation where an S3 object event in one AWS account triggers a CodePipeline in another — using EventBridge, IAM, and Terraform. No Lambda. No polling. Fully secure and event-driven.

Learn More 0 0Nov 14 '25

Pourquoi j'ai créé un projet pour apprendre GitLab CI/CD (et pourquoi la doc ne suffit pas)

Le problème avec l'apprentissage "théorique" de la CI/CD Quand j'ai commencé à apprendre...

Learn More 0 0Jan 27

Cloudflare's November 18 Outage – A Continuous Delivery Perspective

On November 18th, 2025, Cloudflare had what they describe as their worst outage since 2019. It...

Learn More 0 0Nov 27 '25

CodePipeline EC2 Action: Simplify your EC2 application deployment pipeline by 90%!

Amazon Web Services (AWS) CodePipeline Team has simplified Developer, DevOps engineers operational...

Learn More 31 2Feb 24 '25

AWS community day Workshop: Building Your First DevOps Blue/Green Pipeline with ECS

In this workshop, I will guide you step by step how to build a Blue-Green deployment pipeline with...

Learn More 14 0Nov 21 '25

Injecting AI Agents into CI/CD: Using GitHub Copilot CLI in GitHub Actions for Smart Failures

TL;DR for the Busy Dev We are used to CI/CD pipelines that fail on syntax errors or failed...

Learn More 12 1Dec 15 '25

Faster Claude Code agents in GitHub Actions

It's been an exciting week as the news starts rolling in about bringing agentic coding out of the IDE...

Learn More 8 3Jun 2 '25

From Deprecated npm Classic Tokens to OIDC Trusted Publishing: A CI/CD Troubleshooting Journey

In January 2026, I encountered a series of cryptic authentication errors while publishing an npm...

Learn More 6 1Jan 4

Self-Hosting on Raspberry Pi: CI/CD with GitHub Actions and Secure Access via Cloudflare Tunnel

Over the past few weeks, I’ve started experimenting with self-hosting to give my personal projects a...

Learn More 6 2Oct 26 '25

Which DevOps certs are necessary for a Frontend Lead?

Hi everyone, I’m Kelvyn, 30 years old. I’ve been working as a Senior Frontend Engineer (React,...

Learn More 5 0Nov 14 '25

Implement Simple CI/CD with GitHub Actions

Container Ship by Ian Taylor As a software engineer working in a small company where IT is mostly...

Learn More 8 1Dec 2 '25

Terraform Best Practices for Production

Published: December 11, 2025 • 4 min read Introduction Terraform has become the de...

Learn More 3 0Dec 11 '25

CI/CD on Local Gitlab server| Setup GitLab Runner | Self-hosted GitLab

Hello again! In Part 1 of Git on Localhost | Self-hosted GitLab series, we successfully installed our...

Learn More 5 0Nov 15 '25

Building Centralized Documentation Across Microservices with Docusaurus, GitLab CI, and TypeDoc

In modern microservices architectures, documentation often becomes fragmented across dozens of...

Learn More 0 1Dec 29 '25