Not all for loops are created equal Jan 31, 2026
A look into for loops and how iteration models differ across programming languages.
→ read post How HTTP routing really works Jan 3, 2026
Let's build a minimal HTTP router from scratch in Rust, exploring how web servers actually handle requests over raw TCP sockets.
→ read post