Articles for the Full-Stack tag
-
Shovel.js: What If Your Server Was Just a Service Worker?
What if the browser already had the right programming model for servers, and we just needed someone to notice? Shovel.js brings the Service Worker model to the backend, and the result is surprisingly elegant.
-
tRPC: Typesafe APIs Without the Drama
Forget writing schemas, forget code generation, forget manually syncing types between client and server. tRPC gives you automatic end-to-end type safety by letting TypeScript do what it does best.