Feb 4 · 3 min read · We are building Padhloo, a library booking platform. As a student founder, getting approved for "AWS Activate" credits feels like winning the lottery. Suddenly, you have thousands of dollars in credits, and you think, "Great! Let's build a Netflix-le...
Join discussion
Feb 3 · 10 min read · Introduction You've containerized your applications. Docker images are built, tested, and ready. Now comes the hard part: running them in production. Containers solve the "works on my machine" problem, but they create new challenges: Where do contai...
Join discussion
Jan 25 · 3 min read · Modern DevOps teams want to deploy containerized applications without worrying about servers, scaling, or infrastructure complexity. AWS Fargate, combined with CloudFormation nested stacks, provides a powerful yet manageable way to run production-rea...
Join discussionJan 23 · 20 min read · Running containers in the cloud usually follows a familiar pattern: you build an image, push it to a registry, and run that image on a compute service. Each cloud provider adds its own flavor of configuration to expose the application externally, but...
Join discussionJan 20 · 3 min read · Modern DevOps teams want to deploy containerized applications without worrying about servers, scaling, or infrastructure complexity. AWS Fargate, combined with CloudFormation nested stacks, provides a powerful yet manageable way to run production-rea...
Join discussionJan 8 · 10 min read · Attending the AWS Student Community Day in Tirupati at Mohan Babu University was a special experience for me, not just as someone who participated, but also as an AWS Community Builder and someone who enjoys sharing cloud knowledge with beginners and...
Join discussion
Dec 25, 2025 · 3 min read · Introduction:When I started learning AWS, I thought "Serverless" meant there were literally no servers. I imagined code floating in the clouds like magic. 🪄 As I dug deeper into services like EC2, Lambda, and Fargate, I realized that "Serverless" is...
Join discussion
Dec 6, 2025 · 4 min read · Shipping applications fast is great.Shipping them automatically, securely, and reliably is better. In this article, I share how I built a production-ready CI/CD pipeline that takes code from GitHub, builds and pushes a Docker image to AWS ECR, deploy...
Join discussionNov 29, 2025 · 4 min read · A Complete Guide with Terraform, Spring Boot Microservices & Debug Lessons from Real Deployment 🏗️ Introduction In this guide, we build a production-grade AWS architecture where ECS microservices communicate internally through Cloud Map service dis...
Join discussion