Simple explanation of why ChatGPT-like models cost so much to run and how companies make them faster.
Blog
Read my latest blog posts
The time I processed the same payment twice, killed my queue with one bad message, and burned $200 on polling.
Simple breakdown of when serverless makes sense and when it's just extra cost.
State files are Terraform's memory. Mess them up and you're in for a bad time. Here's how to manage them properly without shooting yourself in the foot.
Building a VPC from scratch teaches you more about networking than any tutorial. Here's what actually matters when setting up your AWS network.
A deep dive into how TCP establishes connections, what SYN/ACK packets actually do, and why this matters for building reliable network applications.
Managing processes in Linux goes way beyond kill -9. Here's what's actually happening when you start, stop, and monitor processes.
Ever wondered what happens between typing a URL and your browser loading the page? Let's trace the entire DNS resolution process step by step.