rasheed@bustamam · ~/writing
· ·

Writing.

Notes on distributed systems, software craft, and independent consulting.

/
sort: recent ↓
date
title · dek
tag
length
001
May 06 2026
AI Literacy Is Not a Competition
The pressure to keep up with every model release is a distraction. AI is infrastructure, not a skill tree.
May 06 2026 · AI
AI
002
May 06 2026
Sliding Window Rate Limiting
Fixed window is simple but has a well-known exploit. Sliding window eliminates it at modest cost.
May 06 2026 · Infrastructure
Infrastructure
003
Mar 18 2026
I Added Redis and Broke My p99
Adding Redis is the easy part — the real work is deciding what to do when your cached data becomes stale.
Mar 18 2026 · Infrastructure
Infrastructure
004
Mar 04 2026
A URL Shortener Is Not Just Two Endpoints
Two endpoints, one table, and a load test — everything that follows is measured against this baseline.
Mar 04 2026 · Infrastructure
Infrastructure