Latest Posts

Infrastructure

Amazon CloudFront Is Now Free (and That Changes Everything)

Amazon’s CloudFront is one of the most widely used Content Delivery Networks (CDNs) on the internet. A huge portion of the public-facing web relies on CDNs to move content closer to users, reduce latency, and absorb traffic spikes that would otherwise overwhelm origin servers. And Amazon CloudFront is now free.

Read More »
blue and white logo guessing game
Uncategorized

Self-Hosted Multi-Domain Email

Tutorials on email servers are sparse. Everyone wants to deploy a Vercel app, but nobody is standing up Postfix servers. Even more so for configuring multiple domains on a single VM. We need four things:

Read More »
How to Ensure Server Logs Correct Client IP Using CloudFront with Apache (Python Automation Guide)
Uncategorized

Securing Django on EC2

I did not plan on writing a series about hardening Django on EC2. It actually started before I deployed anything. I spent enough years setting up Linux servers that I developed a reflex: whenever I build a new machine, I install a firewall, lock down SSH, and turn on Fail2ban

Read More »