When the Right Model Turns an Agent from “Trying” to “Doing”How a Model Swap Changed Reliability, Coordination, and UX in Our Analytics AgentJan 23, 2026·6 min read
Unlocking Django ORM's Potential: A Technical Dive into Database WizardryDjango's ORM (Object Relation Mapping) system is considered to be one of the most powerful and robust features of Django. It is a bridge between the application's Object Oriented Code and the database. If we dive into the technical lexicon, ORM is a ...Jan 20, 2024·8 min read
Securing Your Django Admin: A Comprehensive Guide to Creating a 2FA Security System for the Django Admin PanelThere was an era where atomic and nuclear weapons were considered the most destructive paraphernalia and no doubt they are, but the era has changed and so has the definition of the most destructive weapons. Now, the clock of destruction ticks one and...Jan 12, 2024·5 min read
Mastering Decoupled Communication: A Comprehensive Guide to Custom Signals in DjangoAs discussed in the previous article, Signals are a way for different parts of our application to communicate with each other based on any events or triggers. They allow decoupled communication between different components, promoting modularity and f...Jan 6, 2024·4 min read
Django Signals Demystified: Streamlining Model InteractionsLet me start by an easy question. What do you understand by a signal? You're right if your answer is somewhere around, 'A signal is just an indication that a particular thing has taken place'. Here are some real life examples: On a road, a red signal...Jan 1, 2024·6 min read
Resilience in Retrospect: A Look Back at 2023As I reflect on the whirlwind that was 2023, it's impossible not to acknowledge the diverse challenges and incredible triumphs that shaped this transformative year. The journey geared up with an internship at Skropay, a small startup, where the world...Dec 31, 2023·3 min read
Generating Schema Visualisations in Django - An Introduction to DjangoVizWe all must have learnt about ERDs (Entity Relationship Diagrams). The developers know the importance of ERDs. They help us visualise the data models and help us understand the relationships between different entities used in our system. They help us...Dec 28, 2023·3 min read