NGNathalie Giancasproinnatgian.hashnode.dev·1d ago · 2 min readMy Django Secret Key Was Public on GitHub - How I Fixed ItWe all make mistakes, especially when starting out. Recently, the ultimate developer mishap happened to me: I accidentally pushed my Django SECRET_KEY to a public GitHub repository. In Django, the SEC00
AAAhsan Ahmadinvanillapm.hashnode.dev·1d ago · 7 min readGrounded AI: making an LLM draft a project charter from real data — without hallucinating"Add AI" is the easiest line item on any 2026 roadmap and the easiest way to ship something worse than nothing. Wire an LLM to a "Generate charter" button, feed it the project name, and it will happil00
MMariinfreecodecamp.org·Sep 11 · 31 min readHow to Prevent Race Conditions in Django Let's say you have enough credit left to generate one more image in an AI app. You submit a request in one browser tab, then submit another in a second tab before the first finishes. The app accepts b00
AAAhsan Ahmadinvanillapm.hashnode.dev·Sep 7 · 6 min readKeeping Alpine.js + Django templates sane in a large appI built a big app the "boring" way: server-rendered Django templates + Alpine.js for interactivity, no SPA. ~50 Django apps, a lot of screens, one developer. Alpine is the perfect amount of JavaScript00
AAAhsan Ahmadinvanillapm.hashnode.dev·Sep 1 · 4 min readI built a full PMBOK project-management platform solo in 3 months — here's what it costThree months ago, VanillaPM was an empty Django project. Today it runs the entire PMBOK 8th-edition project lifecycle — Initiating through Closing — with a work breakdown structure, critical-path sche00
HRHritik ranjaninblogs.hritikranjan.in·Aug 30 · 36 min read🐳 Dockerizing a Django Notes Application: Complete DevOps Project with Docker Compose, MySQL & NginxIn this project, I containerized a Django Notes Application and deployed it using Docker and Docker Compose. The project demonstrates several important DevOps concepts: 🐳 Docker Containerization ⚙️11D
CMChidozie Managwuinfreecodecamp.org·Aug 24 · 8 min readHow to Build Referral-Aware Split Payment Flows in DjangoWhen a product has a single checkout, payment logic is usually simple: charge the user, mark the order as paid, and move on. But once the business model includes a deposit now, a balance later, and re00
WSWappnet Systemsinwappnetsystems.hashnode.dev·Aug 10 · 12 min readDjango vs FastAPI in 2026: Which Python Framework Is Better for SaaS and AI Applications? Every Python-based SaaS or AI product eventually forces the same architecture decision: Django or FastAPI. Both are mature, well-documented, and used in production at scale, but they're built around d00
SSSoumabha Sahainsoumabhasaha.hashnode.dev·Aug 2 · 6 min readCityLibraryGithub repository Table of Contents Executive Summary & High-Level Architecture Frontend Architecture & Functional Workflow Backend Architecture & Administrative Layer Third-Party Libraries & Pac00
CCyberHuginnincyberhuginn.hashnode.dev·Aug 1 · 2 min readI Built `django-healthkit` Because I Wanted Simpler Health Checks for DjangoOne thing I kept running into while building Django applications was the need for a reliable health endpoint. Not just an endpoint that returns HTTP 200, but one that actually tells me whether the app00