Browsing Tag
django
50 posts
Building a Real-Time Chat Feature with Django Channels and React
Building a Real-Time Chat Feature with Django Channels and React Real-time features have become table stakes for modern…
Django Session Cookie vs localStorage JWT Security Comparison
Django Session Cookie vs localStorage JWT Security Comparison A team ships a Django REST Framework API, adds a…
Deploying Cookiecutter Django on DigitalOcean (Ubuntu 24.04 (LTS) x64)
A no-fluff deployment runbook for getting a Cookiecutter Django project live on DigitalOcean using Docker and Traefik. Covers…
Mitigating the Two Generals Problem in Django with Idempotence
A Fintech Architecture Perspective When building payment systems, you eventually face a terrifying question: Did we charge the…
Python & Django Full Course – Master Web Development (Hindi) | Mohit Decodes
Welcome to the ultimate guide to building modern web applications with Python and Django! If you’re ready to…
Per-Object Permissions for Elasticsearch Lists in Django Websites
The Challenge Elasticsearch improves the performance of filterable and searchable list views, reducing load times from several seconds…
How to Deploy a Django App to Production in 2025
From Localhost to Live: The Essential Django Deployment Guide You’ve done it. You’ve built a Django app, and…
Caching in Django
Caching = Where to store + What to cache What is Caching? Caching is the process of storing…
Deploy a Django Rest Api on AWS EC2 using Docker, NGINX, Gunicorn and GitHub Action.
Django, a high-level Python web framework, is a popular choice for building RESTful APIs. Once your Django Rest…
Explaining Python Type Annotations: A Comprehensive Guide to the typing Module
Leapcell: The Next-Gen Serverless Platform for Python app Hosting In-depth Exploration of Python’s typing Module: A Powerful Aid…