December 21, 2025
Rust compile times are notoriously slow. This guide covers practical techniques for 2-4x faster development builds using Cranelift, mold, sccache, and aggressive dev profiles. Honest about tradeoffs: backend optimizations work, frontend has no quick fix.
September 15, 2025
A case study in AI-assisted development. Started with Bear Blog investigation, pivoted to Hugo static site generation. Demonstrates collaborative development with Claude: clear goals, rapid feedback, iterative refinement. Multi-tenancy belongs at infrastructure layer — GitHub Pages handles hosting, Hugo handles HTML, we handle content.