RSSAmplifier

Blog

Bhanu Teja Pachipulusu's blog

A Software Engineer, a Full Stack Developer and an Entrepreneur. Cofounded Coderplex and is based in India. Currently building https://wordplex.app.

blog.bhanuteja.dev โ†—RSS feed โ†—20 posts

Latest posts

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

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

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

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

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

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

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

Easily Detect Outside Click Using useRef Hook

Hello World ๐Ÿ‘‹ Hooks are special types of functions in React that you can call inside React functional components. They let you store data, add interactivity, and perform some actions, otherwise known as side-effects. The most common hooks are: useS...

How to Create a Reusable LocalStorage Hook

Hello World ๐Ÿ‘‹ Hooks are special types of functions in React that you can call inside React functional components. They let you store data, add interactivity, and perform some actions, otherwise known as side-effects. The most common hooks are: useS...

React Hooks: Managing State With useState Hook

Hello World ๐Ÿ‘‹ Hooks are special types of functions in React that you can call inside React functional components. They let you store data, add interactivity, and perform some actions, otherwise known as side-effects. Below are the most common hooks ...

React Fundamentals: Styling And Handling Forms

Hello World ๐Ÿ‘‹ This is the 6th article of the series My Review of Kent C. Dodds's EpicReact.Dev. Please note that this blog post series is just my review of the EpicReact.Dev workshop material. I am just trying to explain what I learned and understo...

React Fundamentals: Creating Custom Components

Hello World ๐Ÿ‘‹ Welcome to the 5th article of the series My Review of Kent C. Dodds's EpicReact.Dev. Please note that this blog post series is just my review of the EpicReact.Dev workshop material. I am just trying to explain what I learned and unders...

Revamped GitHub Jobs Website Using Design From Frontend Mentor

Hello World ๐Ÿ‘‹ Welcome to another project showcase. This time, I will be showing the GitHub Jobs project that I did very recently. The design is from FrontendMentor.Io. The website is available at jobs.bhanuteja.dev. Let's start with some visuals of...

React Fundamentals: Understanding JSX

Hello World ๐Ÿ‘‹ Welcome to the 4th article of the series My Review of Kent C. Dodds's EpicReact.Dev. Please note that this blog post series is just my review of the EpicReact.Dev workshop material. I am just trying to explain what I learned and unders...

React Fundamentals: Intro to React Raw APIs

Hello World ๐Ÿ‘‹ Welcome to the third article of the My Review of Kent C. Dodds's EpicReact.Dev Series which is based on the workshop material from EpicReact.Dev by Kent C. Dodds. If you haven't read the previous articles of the series yet, please go a...

How I Gave A Modern Look For HackerNews Feed

Hello World ๐Ÿ‘‹ I made a website showing Hacker News and gave it a modern look. Before we dive into what all I used to make it, let's see some visuals of how the website looks. By the way, the website is at hn.bhanuteja.dev. Let's get to it. Here are ...

Javascript You Need To Know For React

Hello World ๐Ÿ‘‹ Welcome to the second article of the My Review of Kent C. Dodds's EpicReact.Dev series which is based on the workshop material from EpicReact.Dev by Kent C. Dodds. In the previous article, you looked at the different topics that are go...

My Review of Kent C. Dodds's EpicReact.Dev: Introduction

Hello World ๐Ÿ‘‹ Welcome to the new series that I am starting on React called My Review of Kent C. Dodds's EpicReact.Dev. This is the first article in this series and I will start it off with the introduction to what this series will be about. This ser...

React Fundamentals

In this article, I will discuss very basic React fundamentals. Knowing basic javascript is good enough to follow along with the article. Even though you have been working with React for some time, you might learn some new things or justifications for...

Create Your Own Super Simple URL Shortener

In this article, we will see how to create a simple URL shortener. We will be using Netlify Redirects and a package called netlify-shortener. I have always wanted to create my own URL shortener and use it to shorten all my links. But I always felt li...

Why you should start using HSL color format

Look at the picture above and see if you can tell that they are different shades of red color? You can, right? Now, look at their hex and RGB values below, now can you tell the same thing by looking at these values? Or can you tell if there is any re...

Bhanu Teja Pachipulusu's blog ยท RSS Amplifier