Prashant Bansal

Async Generators, the superior async await

An async generator is a special way for computers to do things that take time, such as getting information from the internet. Lets take a deeper dive into it from a real world example. Imagine you're at a magical bakery, and you're trying to bake a

Why I moved from Nodejs to Go

Over the past 8 years, I have been extensively working with Nodejs on the backend developing various types of I/O intensive web applications. I have developed tens of small scale and large scale services that are handling 1000's of operations in no time and are surfacing applications

Build a Facebook Messenger Bot App

build a facebook messenger bot from scratch in minutes. Configure answers, questions and other types of replies. This is built using TypeScript, NodeJs, Express

Authenticating Express React App - Part2

As we discussed in Part 1 on how to do the client side part of the token based authentication in Express React app, this post will focus on server side of the authentication. So lets get started - Exploring the Idea Server side has multiple responsibilities. Below are listed almost

Authenticating Express React App - Part 1

React Apps of any nature will have certain sections that are visible to users who have registered in your app and have logged in. Consider an E-Commerce app, where users can do everything except checkout without being logged in. So how to build such a system with as little pain

Prashant Bansal © 2026