Posts tagged: django

django devops security production

When the Scanners Came Knocking: A Production Security Retrospective

What happened when my newly-launched Django portfolio site got hit by automated vulnerability scanners, and the 6 changes I made in response.

django python htmx websockets

Building Real-Time Features with Django, HTMX & WebSockets

How to build live notifications, real-time feeds, and instant updates using Django + HTMX + WebSockets — without a single line of JavaScript framework code.

django architecture erp postgresql

Architecting a Production ERP: Lessons from an 11-Phase Django Build

Database schema evolution, async task pipelines, testing strategies, and business logic patterns from building a production ERP across 11 phases.

django fintech transactions security

Atomic Transactions & Fraud Detection in a Django Fintech Dashboard

Multi-portal authentication, atomic transaction patterns, async PDF generation, and fraud detection — lessons from building a digital wallet with Django.