324 followers
Developer, Indie Maker and Blogger. Currently building MDX.one
Checkout my portfolio
Subscribe to my newsletter
Authored in connection with the Write With Fauna program. Table of Contents Authentication Setting up Fauna in Next.js Installing Fauna Setting up...
I wanted to start blogging in Aug of 2020. I decided to use @hashnode for my blog. It was the best decision that I made. I wrote 27 technical articles...
Next.js has become my go-to framework for almost every project that I make. So, I made a starter template that I can just use and get started...
In this article, I will list out all the git commands that I use very frequently. This is not in any way a complete list, just the commands that I use...
In this article, we will see the order in which different useEffect callbacks and cleanups happen. We will also see how it differs when the app...
In this tutorial, we will see how to easily set up authentication for Next.js apps. Step 1. Create Next.js application yarn create next-app...