Mar 15 · 8 min read · While learning container orchestration on AWS, I wanted to see how container deployments work in the cloud rather than only running them locally. I deployed a simple Node.js web app to Amazon ECS usin
Join discussion
Feb 1 · 2 min read · In real-world projects, we typically have a web application hosted on EC2 instances, with users accessing the application from their homes or offices, while AWS manages everything in its data centers. Let's explore how a user connects to the applicat...
Join discussion
Jan 14 · 4 min read · Most outages in production don’t happen because code is bad. They happen because change is poorly introduced. At scale, deployment is not a technical step , it’s a risk management discipline. This post focuses on how AWS DevOps systems introduce chan...
Join discussion
Jan 14 · 4 min read · In Part 1, we established an uncomfortable truth: DevOps on AWS is not about pipelines.It’s about designing systems that change safely under pressure. Nowhere is this more visible or more misunderstood than Infrastructure as Code (IaC). Most teams tr...
Join discussion
Jan 9 · 4 min read · DevOps on AWS: From Pipelines to Production Operating Models Most people think DevOps on AWS means CI/CD pipelines, YAML files, and automation tools. That’s not DevOps.That’s just mechanization. At scale, DevOps on AWS is an operating model - a way s...
Join discussion
Dec 31, 2025 · 4 min read · If you’re learning AWS containers and want a real, hands-on project, this blog is for you. In this post, I’ll explain: What Amazon ECR, ECS, and CloudWatch are How they work together How I deployed a Node.js Todo application step by step How to v...
Join discussion
Dec 13, 2025 · 8 min read · Table of Contents Introduction Summing Up the Journey Expectations vs. Reality The Tech Stack: What I Had to Learn Surprise! Some Frontend Skills Actually Helped Advice for Frontend Developers Considering the Switch What's Next for Me Introd...
Join discussion
Oct 31, 2025 · 2 min read · AWS CLI (Command Line Interface) is a tool that allows you to interact with AWS services using commands instead of the AWS web console. Why Use AWS CLI? Feature / CriteriaAWS CLIManual AWS Console Interface TypeCommand-line (terminal)Graphica...
Join discussion