Bhanu Teja P
/
May 29, 2021
I have recently built a website for our local developer community Coderplex completely Serverless. We were able to start from scratch and got it launched within just 3 weeks of time.
Dec 31, 2020
I wrote 27 technical articles since Aug 2021, when I started blogging. Most of them are about frontend web development.
Nov 21, 2020
In this article, I will show you how to use the starter template that I made and deploy it with Vercel. I will also be connecting a Postgres database which I will create on Heroku.
Nov 13, 2020
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 very often. This is intended to be used as a quick reference to perform an action that you want.
Nov 10, 2020
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 mounts, unmounts, updates.
Nov 5, 2020
In this tutorial, we will see how to easily set up authentication for Next.js apps.
Nov 2, 2020
Let's see how to detect a click outside of an element using useRef.
Oct 29, 2020
Let's try to create a reusable hook that persists the state using local storage.
Oct 26, 2020
In this article, we will learn in-depth about useState hook.