Courses
Developing RESTful APIs with Django REST Framework
Learn how to build RESTFul APIs with Django and Django REST Framework.
Full-stack Django with HTMX and Tailwind
Modernize your Django application with the agility of HTMX and the elegance of Tailwind CSS.
Articles & Tutorials
Django REST Framework and Vue versus Django and HTMX
Learn how the development process varies between working with Django REST Framework and Vue versus Django and HTMX.
Django REST Framework Basics
This article serves as an introduction to Django REST Framework, focusing on serializers, views, and routers.
Docker for Beginners
Provides an overview of what Docker is, how it's used, and the basic Docker commands, so you can get up and running with Docker quickly.
Pytest for Beginners
Very basics of using pytest for testing Python code.
Django REST Framework Views - ViewSets
Deep dive into Django REST Framework's most powerful view, ViewSets.
Django REST Framework Views - Generic Views
Use Django REST Framework's Generic Views to prevent repeating certain patterns over and over again.
Django REST Framework Views - APIViews
Deep dive into how Django REST Framework's views work and its most basic view, APIView.
Custom Permission Classes in Django REST Framework
How to build custom permission classes in Django REST Framework.
Built-in Permission Classes in Django REST Framework
How the built-in permission classes work in Django REST Framework.
Permissions in Django REST Framework
How permissions work in Django REST Framework.