Why JavaScript is Like No Other Language: An Inside Look at its Weirdest Features

Variable Hoisting, Type Coercion i.e.Implicit Type conversion, Mutable Global variables, Automatic Semicolon Insertion, Arrays, Min and Max Comparison,

why-javascript-is-like-no-other-language-an-inside-look-at-its-weirdest-features

Learn Promises in Typescript

Promise() constructor, then and catch, async and await, then-catch vs async-await, Execute Promises Sequentially and Parallelly, Promise.all

learn-promises-in-typescript

Multiple Development Environments in React (CRA)

Environment Variables in React, Benefits of Environment Variables, Create Custom Environment Variables In .env, Custom Build Scripts for Other Environments.

multiple-development-environments-in-react-cra

VS Code Extension I Use Everyday in 2023

Visual Studio Code is my editor for building web applications in React. I use a bunch of VS Code extensions to increase productivity, increase code readability, debug errors, writing better logging messages.

vs-code-extension-i-use-everyday-in-2023

A Complete guide to setup ESLint and Prettier for a React project with Typescript

Setup ESLint and Prettier for a React project with Typescript along with VS Code and GitHub actions integration.

setup-eslint-and-prettier-for-react-project-with-typescript