July 2026Authentication
JWT vs. Session Authentication in Django — Which Should You Use?
A practical comparison of JWT and session authentication in Django REST Framework, and how to choose the right one for your project.
Read Article ->
INITIALIZING...
Thoughts, learnings, and deep-dives into backend engineering and software architecture.
A practical comparison of JWT and session authentication in Django REST Framework, and how to choose the right one for your project.
How to set up Celery with Redis in a Django project to run background and scheduled tasks, with common pitfalls to avoid.
A step-by-step pattern for implementing role-based access control in Django REST Framework without scattering permission checks across your codebase.