prasang.hashnode.devHow to make faster queries using Django ORMIf you’re building Django applications at any decent scale, you’ll quickly realize:Slow queries → slower apps → frustrated users. The good news?Django’s ORM is extremely powerful — if you know how to use it right.In this article, we’ll dive into how ...Apr 27, 2025·4 min read
prasang.hashnode.devDYK: Postgres doesn't really deletes the column when you DROP COLUMNWe've recently encountered an issue that caused our service to fail to load because of unexpected behavior from PostgreSQL. Background Story: We have a Golang backend server for a service that polls data regularly from various sources to implement di...Jun 28, 2024·2 min read
prasang.hashnode.devWeb3 vs Web3.0My first day at the Ministry of Electronics and Information Technology office for the internship in the architecture of web3 and the first question I faced was, "What is the difference between web3 and web3.0?" Well, honestly I was not able to provid...Jul 16, 2023·6 min read