Rishi Bakshirishibakshi.hashnode.dev·Sep 22, 2024Still Convinced That Multiple Fetch Requests Hit the Database Multiple Times? You’re Missing Out!One of the common mistakes I've encountered while working with Next.js is the misconception that making separate data fetching requests in different components is inefficient or problematic. In this article, we'll explore this mistake, how caching wo...You Don't Know Next.jsfetch
Ashish Sam T Georgegetwithashish.hashnode.dev·Aug 13, 2024Python Beanie and FastAPI: Building a Data EmpireImagine you’re the proud ruler of a kingdom. Not just any kingdom, though—a data kingdom where every brick in the castle represents a piece of information, and your citizens (users) are always hungry for efficient services. As the monarch of this emp...beanie
Nishant Tomerdevxnishant.hashnode.dev·Feb 9, 2024"MongoDB's Data Ballet: Choreographing Brilliance with Aggregate Pipelines in Backend Mastery"Introduction: In the realm of backend development, where data management and retrieval are paramount, MongoDB stands as a formidable choice. However, to truly harness its capabilities, developers turn to Aggregate Pipelines – a powerful tool for tran...Databases