Backend Development 101 with Django REST Framework
A crash course on backend development using Django and Django REST Framework, including a live coding example from a Python Frederick talk.
A crash course on backend development using Django and Django REST Framework, including a live coding example from a Python Frederick talk.
A technical guide analyzing and improving serialization performance in Django Rest Framework, with benchmarks and practical solutions.
Learn how to pass extra data to Django REST Framework serializers before saving to the database, similar to Django forms' commit=False pattern.
A tutorial on implementing JWT (JSON Web Token) authentication in a Django REST Framework application, covering setup, token usage, and refresh logic.
A tutorial on implementing token-based authentication in Django REST Framework for secure API user identification.
A guide on how to sideload extra model resources in a single API request using Django REST Framework and the DRF JSON API extension.