Backend
2 guides covering backend tools
-
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.