How I Built My Automated Dev Blog with Obsidian, Hugo, and GitHub Pages

How I Built My Automated Dev Blog with Obsidian, Hugo, and GitHub Pages
Introduction: I’ve always wanted a place where I could document my journey into tech, especially as I transition from being a technical artist to a DevOps engineer. But I didn’t just want any blog. I wanted something clean, fast, and most importantly, automated. That way, I could focus on writing, not fiddling with deployment. So I decided to build my blog using a stack that aligned with the tools I love:
[Read more]

How I Built a Fully Automated AWS Infrastructure Using Terraform

How I Built a Fully Automated AWS Infrastructure Using Terraform
Introduction: Building real world projects is one of the best ways to learn, and that’s exactly what I wanted to do with this one. This project was my way of testing everything I’ve been learning about DevOps, AWS, and Infrastructure as Code in a practical and hands-on way. So, what’s the project about? I created a fully automated cloud infrastructure on AWS using Terraform, where I deployed a web server (Nginx) inside an EC2 instance.
[Read more]