Nitesh Dhungana backend dev
Home Writing About

    Writing

    Advanced backend engineering. Django internals, architecture, and production patterns.

    • article advanced

      Celery + Django: Production Task Queue Patterns

      Task design, retry strategies, chaining with canvas, beat scheduling, monitoring with Flower, and deployment patterns for production Celery setups.

      Nitesh Dhungana · Apr 14, 2026 · 5 min read · #django #celery #redis
    • article advanced

      Real-time Django: WebSockets with Django Channels

      Build production-grade real-time features in Django using Channels, channel layers (Redis), group messaging, and JWT authentication over WebSocket.

      Nitesh Dhungana · Apr 14, 2026 · 5 min read · #django #channels #websockets
    • article advanced

      Django ORM Internals: Lazy Evaluation, Query Caching, and the N+1 Problem

      How Django QuerySets actually work under the hood — lazy evaluation, the internal cache, and production strategies for eliminating N+1 queries.

      Nitesh Dhungana · Apr 14, 2026 · 6 min read · #django #orm #queryset
    • tutorial advanced

      Deploying Django to Production: Gunicorn, Nginx, and systemd

      Step-by-step production deployment for Django — Gunicorn WSGI server, Nginx reverse proxy, systemd service management, static files, SSL, and the configuration decisions that matter.

      Nitesh Dhungana · Apr 14, 2026 · 6 min read · #django #gunicorn #nginx
    • article expert

      DRF at Scale: Authentication, Throttling, Versioning, and Caching

      Production patterns for Django REST Framework — custom JWT auth, per-endpoint throttling, URL and header versioning, response caching, and query optimization.

      Nitesh Dhungana · Apr 14, 2026 · 5 min read · #drf #api #jwt
    • article expert

      Multi-vendor Platform Architecture in Django

      How to model vendors, products, inventory, and orders for a multi-vendor marketplace — tenant isolation, commission logic, and the decisions that matter at scale.

      Nitesh Dhungana · Apr 14, 2026 · 5 min read · #django #architecture #multivendor
    • cheatsheet intermediate

      Nginx Configuration Patterns for Django

      Production Nginx config reference for Django — reverse proxy setup, static file serving, WebSocket proxying, rate limiting, gzip, security headers, and multi-site patterns.

      Nitesh Dhungana · Apr 14, 2026 · 6 min read · #nginx #django #deployment
    • cheatsheet intermediate

      PostgreSQL Dump, Restore, and Transfer

      Practical reference for pg_dump, pg_restore, and scp-based database transfers — covering format options, selective restores, remote transfers, and common production gotchas.

      Nitesh Dhungana · Apr 14, 2026 · 5 min read · #postgresql #database #devops

    No posts in this category yet.

    $ Nitesh © 2026 — Django reference for developers who ship.