PMPrasang Maheshwariinprasang.hashnode.dev·Apr 27, 2025 · 4 min readHow 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 ...00
PMPrasang Maheshwariinprasang.hashnode.dev·Jun 28, 2024 · 2 min readDYK: 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...00
PMPrasang Maheshwariinprasang.hashnode.dev·Jul 16, 2023 · 6 min readWeb3 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...00