musaaib.hashnode.devWhen the Right Model Turns an Agent from “Trying” to “Doing”We’ve been building a product at Polynomial AI that relies and leans heavily on agentic behaviour. It isn’t just a chat interface that paraphrases answers. It performs multi-step reasoning, calls tools, executes SQL, derives and prepares insights, an...Jan 23·6 min read
musaaib.hashnode.devCrafting Ironclad Security: An Introduction to JWT Authentication in DjangoIn the superfast paced world of software development, ensuring the security of the system or the application is cardinal and paramount. Most of the applications we build are, for obvious reasons, concerned with the data and data, in the contemporary ...Feb 18, 2024·7 min read
musaaib.hashnode.devTurbocharging Django: A Deep Dive into Optimization StrategiesWhenever we are developing something, a lot of questions come to our mind. One of the questions that comes to my mind quite often is 'What if my database gets a hell lot of entries? What would happen to my APIs that fetch data from the database? Woul...Feb 10, 2024·10 min read
musaaib.hashnode.devThe something.com Voyage: Tracing the Steps from Browser Input to Web OutputEver wondered that when you enter some URL, maybe google.com or hashnode.com or maybe musaaib.hashnode.dev 😉, what happens behind the scenes? Considering the time it takes to load, some Genie silently reshuffles the deck of the pages in his giant ha...Feb 1, 2024·6 min read
musaaib.hashnode.devThe Art of Data Integrity: Exploring Django's on_delete StrategiesIn the previous article, we discussed about the Django ORM (Object Relation Mapping) in detail. From what to why and then to how, we discussed everything in a good detail. 💡 If you haven't gone through that, follow https://musaaib.hashnode.dev/the-...Jan 26, 2024·5 min read