Django 6.0's Built-in Tasks Framework -- We Ripped Out Celery and Here Is What Happened
We migrated three production projects from Celery to Django's new Tasks framework. Two went smoothly. One was a disaster. Here is everything we learned.
7 posts tagged with "Backend"
We migrated three production projects from Celery to Django's new Tasks framework. Two went smoothly. One was a disaster. Here is everything we learned.
Async Django is production-ready in 2026, but landmines still exist. Four real projects, benchmarks, and a framework for deciding when async actually helps.
The network latency between your Django app and your FastAPI ML service is probably longer than inference itself. Here is how to serve models from Django directly.
We rebuilt a React SPA as a Django + HTMX app. 847KB of JavaScript became 48KB. Here is every pattern, rough edge, and performance win from the migration.
Most DRF vs FastAPI comparisons are written by people who only use one. We ship both in production. Here is what actually matters and when to choose each.

The API landscape has matured beyond the GraphQL vs REST debate. Here's how to choose between REST, GraphQL, tRPC, and gRPC based on your actual requirements.

WebAssembly is no longer just a browser technology. Server-side WASM, the component model, and WASI are reshaping how we build and deploy software across cloud, edge, and embedded systems.