TATejas Agravatintejas-agravat.hashnode.dev·5d ago · 7 min readGitHub Actions Fundamentals: A Beginner's Guide to CI/CD AutomationIntroduction Modern software development requires fast, reliable, and automated delivery processes. As applications grow, manually building, testing, and deploying code becomes inefficient and error-p11T
BKBeautero KENNEinbopsbeautero.hashnode.dev·Jun 17 · 3 min readHow to Orchestrate Conflict-Free Dual Automatic Deployment with Vercel and GitHub Pages using GitHub ActionsHere is how you can set up a modern CI/CD (Continuous Integration / Continuous Deployment) pipeline capable of automatically deploying a frontend web application to two distinct production environment00
Ddhanushindhanushd24.hashnode.dev·Jun 16 · 6 min readHow I Reduced My Docker Image from 1.5GB to ~400MB (GitLab CI)If your Docker image is bloated, your GitLab pipeline slows down — longer push times, slower deployments, and higher registry storage costs. Here's exactly how I brought a 1.5GB image down to under 4000
RBRajesh Bindevrajesh.hashnode.dev·Jun 15 · 8 min readDay 78: Jenkins Conditional Pipeline | 100 Days of DevOpsContent Today I worked on creating a Jenkins Conditional Pipeline for xFusionCorp Industries. The objective was to deploy different branches of a static website repository based on a Jenkins paramete00
MJMasir Jafriinblog.masirjafri.in·Jun 11 · 13 min readDesigning a Cloud-Native Distributed Video Pipeline: Scaling Ingestion, Transcoding, and Edge Delivery on AWSIn our day-to-day lives, we take modern streaming platforms for granted. You open YouTube or Netflix, click a video, and it begins playing instantly. If your network connection degrades, the resolutio10
SVSumit Vishwkarmainsudotech.hashnode.dev·Jun 6 · 29 min readTHE ONLY DEPLOYMENT GUIDE YOU NEEDHey readers, welcome back. Today we are going to talk about deployment. And I know, the moment someone says deployment, suddenly ten scary words enter the room. CI/CD. Docker. Server. SSH. PM2. GitHub00
AWApogee Watcherinapogeewatcher.hashnode.dev·Jun 6 · 8 min readWhat performance checks belong in CI (and what belongs in monitoring)A pull request passed Lighthouse CI on Friday and the preview URL looked fine, but on Monday scheduled monitoring flagged checkout INP on the same release. The merge was not obviously wrong. The pipel00
VVVarun Vardeinvarunvarde.hashnode.dev·Jun 4 · 6 min readHow CI/CD Pipelines Reduce Deployment Failures in DevOps TeamsSoftware delivery has evolved dramatically over the last decade, yet deployment failures remain one of the most expensive operational challenges in modern engineering organizations. Failed releases cr20
APAyush Patilinblog.ayushpatil.in·Jun 4 · 8 min readKubernetes Explained Simply: How Container Orchestration Works If you've already learned about Docker, you've probably heard the term Kubernetes mentioned alongside it. In fact, one of the most common questions developers ask after understanding containers is: "20
VOVincent Olagbemideinvincentolagbemide.hashnode.dev·Jun 1 · 20 min readSecuring GitHub Actions Pipelines Against Supply Chain AttacksBeen thinking about writing this one for a while. Supply chain attacks against CI/CD pipelines have been picking up pace over the past two years and the March 2025 tj-actions incident was the one that20