



Mar 15 · 10 min read · Introduction: The Urgent Call for Throttling It's a scenario many development teams are familiar with: a new penetration test report lands on your desk, and one finding is flagged as 'Critical'. In our case, the vulnerability wasn't a complex SQL inj...
Join discussionFeb 17 · 13 min read · Performance problems in APIs rarely start as performance problems. They usually start as small design decisions that worked perfectly when the application had ten users, ten records, or a single developer testing locally. Over time, as traffic increa...
Join discussion
Feb 11 · 1 min read · alright, this is a quick write about the circular import error i faced recently. the project had so many files and imports and i knew it would end up like this someday but now when i saw import errors, i was procrastinating a lot since i was feeling ...
Join discussion
Feb 8 · 3 min read · 🎯 Goal of Day 5 By the end of today, you will: Understand why Docker Compose exists Run Django + PostgreSQL together Learn how services talk to each other Stop rebuilding containers on every code change Be very close to production-style setups ...
Join discussion
Feb 3 · 3 min read · 🎯 Goal of Day 4 By the end of today, you will: Run a Django project inside Docker Understand how Django works inside a container Learn best practices for Docker + Django (basic level) Be ready for multi-container setup (Day 5) 🧠 Big Picture ...
Join discussion
Jan 31 · 4 min read · 🎯 Goal of Day 3 By the end of today, you will: Understand what a Dockerfile is Learn the most important Dockerfile instructions Build your own Docker image Run a container from your own image Understand how this applies to Django-DRF 🔁 Quic...
Join discussion
Jan 27 · 3 min read · 🎯 Goal of Day 2 By the end of today, you will: Clearly understand Images vs Containers (practically) Run your first Docker container Learn the most important Docker commands See how Docker actually works on your machine Today is hands-on, but ...
Join discussion
Jan 26 · 4 min read · 🎯 Goal of Day 1 By the end of today, you should: Understand what Docker is Know why backend developers use it Clearly differentiate Image vs Container Understand how Docker fits into Django-DRF projects Be mentally ready to write Dockerfiles fr...
Join discussion
Jan 25 · 18 min read · 📌 Overview: When to Use WebSockets vs REST Use WebSockets When: Real-time updates (chat, notifications, live feeds) Bi-directional communication Low latency requirements Persistent connections needed Live collaboration features Use REST When:...
Join discussion