HomeNewsletterReactProjectsAbout Me
Blog Author Picture

Bhanu Teja Pachipulusu

185 followers

Full-Stack Developer, Entrepreneur and Co-Founder of Coderplex.

Checkout my portfolio at https://bhanuteja.dev

Subscribe to my newsletter.

How I built a Serverless Micro-Blogging Site Using Next.js and Fauna

Mar 29, 202114 min read

Authored 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...

My 2020 Blogging Journey

Dec 31, 202017 min read

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 so far. Most of them are about frontend web development. A thread 🧵 about each of these articles i...

Next.js Starter Template With Authentication + React 17 + TypeScript + Tailwind CSS 2 + ESLint

Nov 21, 20205 min read

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 easily. In this article, I will show you how to use the starter template that I made and deploy it with Verc...

30+ Git Commands That I Frequently Use

Nov 13, 20205 min read

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. ...

The Lifecycle of React Hooks Component

Nov 10, 202011 min read

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. This image is taken from https://github.com/donavon/hook-flow. I took the ex...

3 Simple Steps To Setup Authentication in Next.js

Nov 5, 20203 min read

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 next-auth # npx create-next-app next-auth This will create a new Next.js application. You can remove unnecess...

© 2021 Bhanu Teja Pachipulusu

PrivacyTerms
Proudly part of