Web Dev March 17, 2026 Cristhian Luna
Full-Stack in 2025: The Stack I Reach For
My go-to technology choices for modern full-stack web development.
Frontend: Astro + React
Astro handles static pages with zero JS by default. React islands for interactivity. Best of both worlds with great DX.
Backend: Hono on Cloudflare Workers
Hono is a tiny, fast router that runs on any JS runtime. Deployed to Cloudflare Workers, it handles millions of requests with sub-millisecond cold starts.
Database: Turso (libSQL)
SQLite at the edge. Turso replicates your database globally so reads are fast everywhere. Drizzle ORM keeps queries type-safe.