CAChukwuemeka Aladimmainblog.acel.dev·1d ago · 8 min readHow to Prefetch Across GenericForeignKeys When You Can't Change the SchemaYou don't always control the schema you work with. Sometimes you inherit a codebase where GenericForeignKey is threaded through the models, and a migration isn't on the table. Loading a page of 20 aud00
STShantanu Tomarinshantanutomar.hashnode.dev·3d ago · 16 min readHow I Upgraded a Legacy Django LMS from Python 2.7 to Django 4.2 LTS with Zero DowntimeSome years ago, I worked on one of the most difficult and satisfying engineering projects I had handled till then: upgrading a live multi-tenant LMS from Python 2.7 and Django 1.11 to Python 3.8 and D00
MNMUHAMMED NAZAL Kinzallu.hashnode.dev·5d ago · 6 min readMy Ngrok URLs Got So Ugly, I Built My Own Tunneling Platform InsteadThree days. That's how long I spent polishing a web app until it looked perfect — on my own 15-inch laptop screen. Then I plugged it into my phone to test camera permissions, and everything fell apart00
ABAniket Bindhaniinblog.aniketbindhani.com·6d ago · 10 min readHow I Built a Codebase Q&A Tool in 2 Days (And What I'd Do Differently)Large codebases are intimidating. Isn't it? Whether you are a new contributor trying to understand the world of open source and have come across an unfamiliar repository, or a developer returning to y00
CAChukwuemeka Aladimmainblog.acel.dev·Jun 30 · 9 min readHow I Moved Real-Time Out of Django (and Made Everything Simpler)Your users want live updates: an order flips to paid, a notification pops, a dashboard number ticks up without a refresh. The obvious answer in Django is Channels. I reached for it first too. But as o00
BSBikki Singhincodepractice-blogs.hashnode.dev·Jun 25 · 7 min readPython vs PHP in 2026: Which Language Should You Actually Learn First?If you search "Python vs PHP" right now, you'll get two kinds of results: dramatic obituaries for PHP written by Python fans and defensive "PHP is not dead" threads written by Laravel developers. Neit00
CAChukwuemeka Aladimmainblog.acel.dev·Jun 15 · 7 min readHow I Built a "Set It and Forget It" Sync System with Django SignalsChange a product's price anywhere in your app, and it instantly syncs to a third-party marketplace. No manual triggers, no polling, no fragile save() overrides. Here's the signal pattern that powers i00
AGAarushi Guptainlatest-course-info.hashnode.dev·Jun 15 · 4 min readHow to learn Django from scratch - The Ultimate Beginner's Guide (2026)What is Django? Django is an advanced Python framework used for building highly secure and scalable applications. It aids in rapidly developing websites with features like database management, user au01D
SSuyadiinafsuyadi.hashnode.dev·Jun 15 · 1 min readHow I Fix Flagsmith's Frontend Issue #7649Flagsmith is a web app that helps to flag features and config remote-service. It's important for companies that want to use A/B testing for its users, and control features in production. It's using Dj00
MSMD Shahab Uddininspydi16.hashnode.dev·Jun 14 · 9 min readCelery in Django: The Complete Beginner to Intermediate Guide 🚀 -------------------------------------------INTRODUCTION: When I first started learning Django, I kept hearing people say: "Use Celery for background tasks." But nobody explained: What exactly is a background task? Why do we need Celery? Wha00