I am a Full-stack MERN engineer with a product centric approach, specializing in the design and development of scalable, reliable, production ready web application.
globalThis Is a way to access the global object without worrying much about javascript environment. Whether you are working in browser, nodejs or any...
React.FC stands for "Function Component" in React and allows you to specify the props that a function component will accept. It can be helpful in many...
Eslint is a tool for identifying and fixing bugs in javascript code. When working in a team, it ensures that all team member adhere to set of rules or...
Both developed by Facebook š„š²š®š°š - It is a javascript library (not framework) for building web applications which run on browser. For rendering,...
CJS, MJS, and .JS are file extensions used to denote different types of JavaScript files. Here's the difference between them: .JS (JavaScript): The...
Amazon Web Services (AWS) offers a comprehensive command-line interface (CLI) tool that allows users to interact with AWS services and resources from...