© 2026 Hashnode
Introduction Just imagine the scenario where you have a critical bug and have to deploy it immediately. The deployment process (assuming we are not using a CI/CD pipeline): Build the code locally Run tests (hopefully) SSH into production servers ...

Welcome to Day 14 of our AWS DevOps Zero to Hero journey!Today, we explore AWS CodeBuild, a fully managed build service that helps DevOps engineers automate building, testing, packaging, and preparing applications before deployment 🏗️⚙️ Let’s unders...

Welcome to Day 13 of our AWS Zero to Hero for DevOps Engineers journey!Today is one of the MOST important days in DevOps… because we’re learning AWS CodePipeline — the heart of AWS CI/CD ❤️⚙️ 🌟 What is AWS CodePipeline? AWS CodePipeline is a fully ...

Welcome back to Day 12 of our AWS Zero to Hero for DevOps Engineers journey! 🎯Today, we are learning AWS CodeCommit — a fully managed Git-based source code repository hosted on AWS ☁️📌 Let’s level up your DevOps skills by learning how to store, man...

Repository: https://github.com/FreemanBoss/gitops-on-aws-eks-argocd In the world of DevOps, GitOps has shifted from a trendy buzzword to the industry standard for cloud-native delivery. It promises a simple yet powerful contract: Git is the single s...

When we talk about CI/CD (Continuous Integration & Continuous Delivery/Deployment), the first name that usually pops into mind is Jenkins. For years, Jenkins has been the go-to orchestrator for building pipelines, integrating tools, and automating de...
