blog.bhanuteja.devHow I built a Serverless Micro-Blogging Site Using Next.js and FaunaAuthored in connection with the Write With Fauna program. Table of Contents Authentication Setting up Fauna in Next.js Installing Fauna Setting up Migrations Tool Authentication and Authorization in Fauna Next.js Serverless Function Setup for Fa...Mar 29, 2021路14 min read
blog.bhanuteja.devMy 2020 Blogging JourneyI 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 so far. Most of them are about frontend web development. A thread 馃У about each of these articles i...Dec 31, 2020路17 min read
blog.bhanuteja.devNext.js Starter Template With Authentication + React 17 + TypeScript + Tailwind CSS 2 + ESLintNext.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 easily. In this article, I will show you how to use the starter template that I made and deploy it with Verc...Nov 21, 2020路5 min read
blog.bhanuteja.dev30+ Git Commands That I Frequently UseIn 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 very often. This is intended to be used as a quick reference to perform an action that you want. ...Nov 13, 2020路5 min read
blog.bhanuteja.devThe Lifecycle of React Hooks ComponentIn 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 mounts, unmounts, updates. This image is taken from https://github.com/donavon/hook-flow. I took the ex...Nov 10, 2020路11 min read