Frameworks
4 guides covering frameworks tools
-
Hono: The Ultra-Fast Web Framework for Edge, Serverless, and Node.js
Hono is a lightweight, high-performance web framework that runs on Cloudflare Workers, Bun, Deno, and Node.js. Learn how it works, when to use it, and why it's replacing Express for many use cases.
-
Astro vs Next.js: Choosing the Right Framework for Your Project
Astro and Next.js both build modern websites, but take fundamentally different approaches. This guide compares performance, developer experience, use cases, and when to choose each.
-
HTMX: Server-Side HTML for the Modern Web
HTMX lets you build dynamic web interfaces by extending HTML rather than replacing it with JavaScript. This guide explains what HTMX is, when it shines, and when to use something else.
-
Tauri: Build Desktop Apps with Web Tech and Rust
A practical guide to Tauri — build lightweight, secure desktop applications using HTML, CSS, JavaScript (or TypeScript) with a Rust backend, producing binaries 10-100x smaller than Electron.