Django

Recent Django articles

BACKEND
10 articles

Discover our latest articles and guides on Django

Django REST Framework serializers deep dive visualization
BACKEND

Django REST Framework Serializers Deep Dive: Validation, Nested and N+1

Master DRF serializers with advanced validation techniques, nested serializer patterns, and N+1 query optimization strategies. Production-ready code examples included.

Django async views and ASGI architecture handling concurrent requests
BACKEND

Django Async Views and ASGI in 2026: Performance and Interview Questions

A deep dive into Django async views and ASGI in 2026: how they work under the hood, which server to deploy, the async ORM and SynchronousOnlyOperation trap, plus interview questions.

Django PostgreSQL optimization with indexing and full-text search
BACKEND

Django and PostgreSQL in 2026: Indexing, Full-Text Search and Interview Questions

A practical guide to Django PostgreSQL optimization: B-tree, partial and covering indexes, full-text search with SearchVector and GIN, plus 2026 interview questions.

Django 6 composite primary keys and background tasks tutorial
BACKEND

Django 6.0 in 2026: Composite Primary Keys, Background Tasks and Interview Questions

Complete guide to Django's latest features: composite primary keys from Django 5.2, the built-in background tasks framework in Django 6.0, template partials, CSP middleware, and common interview questions.

Django and Celery asynchronous task processing architecture diagram
BACKEND

Django and Celery: Asynchronous Task Processing and Interview Questions 2026

Master Django and Celery asynchronous task processing with practical code examples, worker configuration, and real interview questions for 2026.

Django 5.2 custom middleware and signal handling tutorial
BACKEND

Django 5.2: Custom Middleware and Signal Handling for Technical Interviews

Master Django 5.2 custom middleware and signal handling with practical examples. Covers middleware lifecycle, async middleware, pre_save/post_save signals, and common interview patterns.