Blog
Day 4: Deploying a Highly Available Web App on AWS Using Terraform
In this post, I'll walk through how I rebuilt it the right way using Terraform — variables, an Auto...
Read MoreDay 3: Inside Terraform: How It Actually Works Under the Hood
Most Terraform tutorials jump straight to writing `.tf` files and running `terraform apply`. But if...
Read MoreDay 2: Step-by-Step Guide to Setting Up Terraform, AWS CLI, and Your AWS Environment
Before you can start managing cloud infrastructure with Terraform, you need to get your local enviro...
Read MoreDay 1: What is Infrastructure as Code (IaC) and Why It Matters
If you've ever manually clicked through a cloud console to spin up servers, configure networking, or...
Read MoreFrom Practice to Certification: My Terraform Certification Journey Begins
I've been working with Terraform for a while, and now it's time to make it official. This blog serie...
Read MoreCI/CD for Static Sites: Deploy to AWS S3 + CloudFront with Docker, Terraform, and GitHub Actions
A step-by-step guide to automating static site deployments using Docker, Terraform, and GitHub Actio...
Read MoreDocker for PHP Developers: From Zero to Production
A hands-on guide to containerizing PHP applications with Docker — covering Dockerfiles, multi-stage...
Read MoreGetting Started with AWS Lambda and PHP
Everything you need to know about running PHP on AWS Lambda with Bref — from local setup and serverl...
Read MoreBuilding a RESTful API with Laravel: A Complete Guide
A deep dive into building production-ready RESTful APIs with Laravel — covering project setup, resou...
Read More