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
Sanskar Guptasans.hashnode.dev·Feb 16, 2024Implementation of Reverse Proxy in Node jsA reverse proxy is a server that sits between client machines and backend servers. When a client makes a request to a reverse proxy, the reverse proxy forwards the request to the appropriate backend server. The response from the backend server is the...data caching