Backend
5 guides covering backend tools
-
PocketBase: A Complete Backend in a Single Binary
Learn how PocketBase gives you auth, a database, file storage, and a REST API in one executable — and when it's the right choice for your project.
-
Encore: The TypeScript Backend Framework with Built-In Observability
Encore is a TypeScript backend framework where you define infrastructure as code — APIs, databases, Pub/Sub, caches — and Encore provisions and deploys everything. Covers setup, defining APIs, local development, and deployment.
-
tRPC: End-to-End Type-Safe APIs Without the Ceremony
Build fully type-safe APIs between your TypeScript frontend and backend with tRPC — no code generation, no schemas, no OpenAPI spec maintenance.
-
Background Job and Workflow Tools: BullMQ, Temporal, and Celery
A practical comparison of background job and workflow systems -- BullMQ for Node.js/Redis, Temporal for durable workflows, and Celery for Python, with guidance on when simple cron is enough.
-
Backend Framework Comparison: Express vs Fastify vs Hono vs Elysia
A practical comparison of JavaScript and TypeScript backend frameworks -- Express, Fastify, Hono, and Elysia. Performance benchmarks, developer experience, ecosystem maturity, and when to use each.