🚀 Deploying a Static Website on AWS using Terraform | S3 + CloudFront (Mini Project)Jun 10, 2026·4 min read
Terraform Data Sources in AWS: Using Existing Infrastructure Instead of Creating EverythingJun 8, 2026·6 min read
Building Multi-Region VPC Peering on AWS using Terraform | Mini Project In this mini project, I explored one of the most important networking concepts in AWS — VPC Peering. The goal was to establish private communication between multiple VPCs located in different AWS regiJun 12, 2026·4 min read
Mastering Terraform Functions: Building Smarter and More Dynamic InfrastructureJun 8, 2026·6 min read
Understanding Terraform Type Constraints with Practical AWS Infrastructure Examples🚨 One of the biggest mistakes beginners make in Terraform is treating variables as simple placeholders. In reality, Terraform's type constraints are powerful tools that help enforce consistency, prevJun 3, 2026·6 min read
Understanding Terraform File Structure and Organization Best Practices🚨 Writing Terraform code is only half the job. As Terraform projects grow, proper file organization becomes just as important as the infrastructure itself. A poorly structured Terraform project can qJun 1, 2026·6 min read
Understanding Terraform Variables: Input, Local, and Output Variables with a Practical AWS S3 Demo🚨 If you're learning Terraform, stop focusing only on resources and providers for a moment. One of the most important concepts that makes Terraform reusable, scalable, and production-ready is VariablMay 30, 2026·5 min read
Serverless Task Manager on AWS (End-to-End)🚀 Building a Serverless Task Manager on AWS (With Real Debugging Experience) When I started building this project, my goal was simple:Create a fully serverless application using AWS services. By the Mar 26, 2026·5 min read
Building a Highly Available Web Architecture on AWSIntroduction In this project, I built a highly available and secure web infrastructure on Amazon Web Services using a custom Amazon Virtual Private Cloud. The goal was to simulate a production-style cMar 16, 2026·5 min read
AWS Serverless Architecture: API Gateway, Lambda, and DynamoDBIntroduction Serverless architecture on AWS enables developers to build scalable applications without provisioning or managing servers. Instead of worrying about infrastructure, we focus purely on busMar 4, 2026·5 min read