Articles for the Backend tag
-
BullMQ: The Background Job Queue Your Node Backend Has Been Begging For
Every full-stack JavaScript developer eventually hits the wall where a request handler has to do something slow. BullMQ is the battle-tested, TypeScript-first way to push that work into the background and never lose it.
-
Convex: Your Backend, Reactive and Typed All the Way Down
Building a live-updating app usually means stitching together a database, an API, a websocket layer, a cache, and a way to share types. Convex collapses all of that into one TypeScript codebase.
-
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.
-
React DnD Multi Backend: Drag-and-Drop Magic Simplified
Drag-and-drop interactions are essential for modern web applications. With react-dnd-multi-backend, you can seamlessly integrate multiple backends, ensuring optimal performance across devices.