Blog

Thoughts, tutorials, and insights on web development and design

Mastering Custom Pagination in Django Rest Framework
Mastering Custom Pagination in Django Rest Framework

Default pagination in Django Rest Framework is powerful, but often the frontend needs more metadata…

Jan 08, 2026 20 min read
Mastering Token Authentication with Django Rest Framework & Swagger
Mastering Token Authentication with Django Rest Framework & Swagger

Token-based authentication is a stateless security mechanism where users obtain a token by verifyin…

Jan 08, 2026 30 min read
Data Validation in Django REST Framework (DRF)
Data Validation in Django REST Framework (DRF)

Data validation is one of the most critical parts of building secure and reliable APIs. Django REST…

Jan 07, 2026 15 min read
Building an API with Django REST Framework
Building an API with Django REST Framework

This tutorial assumes you have already created your Django project and have the Task model defined …

Jan 03, 2026 30 min read
Class-Based Views (CBV) in Django
Class-Based Views (CBV) in Django

In Django, Class-Based Views (CBVs) are an alternative way to define views using Python classes ins…

Dec 30, 2025 25 min read
Emails in Django
Emails in Django

This tutorial explains everything you need to know to send emails in Django, from basic setup to ad…

Dec 18, 2025 20 min read