We recently ran into a few runtime errors in our frontend. People would get errors like Cannot read p...
I love Next.js. Whenever I build production-grade websites with React, I will choose Next.js as the...
Serverless functions allow us to write small contained API endpoints for our apps. In this post we ar...
Why serverless What are the advantages of a serverless api? Pay as you go: We have zero...
Use case Let's say we have a graphql server that is setup using apollo-server. In our app...