Jun 2, 2026 · 2 min read The zero-dependency backend A complete blog server — routing, SQLite, sessions, full-text search, RSS — with an empty package.json. nodebackendsqlite
May 11, 2026 · 2 min read A markdown renderer in four hundred lines Parsing markdown by hand — block scanner, inline walker, and why "safe by default" is the only defensible design. javascriptparsingbackend