Celery & Django: The Complete Asynchronous Task Guide

Complete reference for integrating Celery into Django. Learn architecture, worker configuration, periodic tasks, and real-time monitoring.

December 16, 2025 · 15 min · 3087 words · Nirajan Khatiwada

Django Channels Guide: Real-time WebSockets & Async

Master Django Channels for real-time features. Covers installation, routing, consumers, and deploying async Django apps.

May 16, 2025 · 11 min · 2154 words · Nirajan Khatiwada

DRF Fundamentals: Installation, Views & Serializers

A comprehensive guide to getting started with Django REST Framework, creating views, and handling data with serializers.

January 12, 2025 · 15 min · 3156 words · Nirajan Khatiwada

Django Fundamentals: Installation, Project Structure & Views

Master core Django concepts including project structure, app creation, URL routing, views, static files management and more. A foundational guide for Django REST Framework.

January 1, 2025 · 7 min · 1487 words · Nirajan Khatiwada

DRF Serializer Fields: Validation & Types

Detailed reference for DRF serializer fields, including usage examples and input validation techniques.

January 13, 2025 · 3 min · 630 words · Nirajan Khatiwada

Django Models Guide: Database Setup, Fields & Migrations

Deep dive into Django Models covering field types, model options, database configuration, migrations, and model methods. Essential knowledge for database operations in Django.

January 2, 2025 · 7 min · 1304 words · Nirajan Khatiwada

DRF Relationships: Nested Serializers & JWT Auth

Master relationships in DRF with nested serializers and secure your API using JWT authentication.

January 14, 2025 · 18 min · 3652 words · Nirajan Khatiwada

Django ORM Mastery: CRUD, Filtering & Aggregation

Deep dive into Django Models covering field types, model options, database configuration, migrations, and model methods. Essential knowledge for database operations in Django.

January 4, 2025 · 9 min · 1799 words · Nirajan Khatiwada

DRF Security: Permissions, Throttling & Exceptions

Guide to managing API access control with permissions and throttling, plus effective exception handling strategies.

January 15, 2025 · 10 min · 2035 words · Nirajan Khatiwada

Django Model Relationships: OneToOne, OneToMany, ManyToMany

Detailed guide on Django model relationships, covering OneToOne, OneToMany, and ManyToMany relations. Essential for managing complex data relationships in Django.

January 5, 2025 · 8 min · 1615 words · Nirajan Khatiwada