Full stack developer having expertise in MERN, AWS, Kubernetes

One of my favorite ways to share my ideas is live on stage, where there’s so much more communication bandwidth than there is in writing, and I love podcast interviews because they give me the opportunity to answer questions instead of just present my opinions.

Medium Articles

Deploy Website with Surge

Deployment

Introduction Surge is a simple command line tool for deploying websites for free most of the time. Things you need 1. A website with index.html 2. Nodejs should be installed 3. surge should be installed...

Increase your self-worth as a developer

Developer

In today’s fast pace and ever-evolving technologies, staying relevant and valuable for developers is a must. We must be updating ourselves with a new set of tools and languages furthermore switching to new versions of the latest releases...

Getting Started with Nest Js

Nestjs Tutorial

In this quick guide, we will cover some of the basic concepts of NestJS and how to get started with building a simple web application...

Todo App with React and Redux

React Redux

Redux is a state management tool and it is available for react as a library. It is central data store which every component can access, update and delete....