Building My First End-to-End AWS App with 7 Services ( AWS Amplify , Cognito , API Gateway etc)Jul 25, 2025·13 min read
PinnedAWS Cloud Cost Optimization: Automatically Clean Up EBS Snapshots & S3 Buckets Using LambdaLearn how to reduce AWS storage costs by automatically deleting stale EBS snapshots and unused S3 buckets using Python and AWS Lambda. Includes full code and tutorial steps! Introduction Cloud platforms like AWS have made it ridiculously easy to s...Jun 15, 2025·4 min read
Understanding AWS IAM – Users, Groups, Roles, and PoliciesWhen you're working with AWS, it's very important to control who can access what in your cloud environment. That’s where IAM, or Identity and Access Management, comes in. If you're confused about terms like IAM Users, Groups, Roles, and Policies, you...Jun 23, 2025·4 min read
Mastering Git Branching: A Practical Guide for Real-World ProjectsWhen I first came across the term “branch” in Git, I honestly thought it was something advanced — the kind of command that could mess up everything if used wrong. I avoided it at first, thinking it was only for pro developers. But the moment I gave i...Jun 19, 2025·6 min read
AWS VPC, Security Groups, and NACLs: A Beginner’s GuideWhat is AWS ? Why is it needed? AWS stands for Amazon web services . It is one of the leading cloud service provider (CSP) as it offers compute power (VMs) , database, storage solution , networking capabilities for individual. organisations , startup...Jun 11, 2025·5 min read