How to use Redis with ExpressBuilding an App that can cache Let's take a look at trying to build an app without Redis that caches response data. We can use a global variable. As soon as the process is terminated, the variable will be destroyed and as you see we no longer have a ...May 8, 2021·4 min read·8.3K
Deploy a node server to Vercel!Vercel 😏 Vercel, the creator of Next js. But isn't that where you are supposed to host your frontend applications. Yes, but not just that! We can host node backend applications on Vercel. Vercel essentially allows running a serverless instance of yo...Apr 26, 2021·1 min read·9.8K