Divyojyoti GhoshinJavaScript in Plain EnglishUnraveling the Power of Event Delegation in JavaScriptIntroductionFeb 1Feb 1
Divyojyoti GhoshinJavaScript in Plain EnglishCORS and How It Works Behind the ScenesCross-Origin Resource Sharing (CORS) is a security feature implemented by web browsers to control and restrict web page scripts from making…Nov 6, 2023Nov 6, 2023
Divyojyoti GhoshinJavaScript in Plain EnglishCan we add a React Component to a Normal HTML File?React is a popular JavaScript library for building user interfaces, commonly used for creating interactive and dynamic web applications…Jun 29, 2023Jun 29, 2023
Divyojyoti GhoshinJavaScript in Plain EnglishUnderstanding React Components: Where Are They Stored in the Browser?In a React application, the components are stored in the memory of the browser. More specifically, they are stored in the virtual DOM…Jun 26, 20231Jun 26, 20231
Divyojyoti GhoshinJavaScript in Plain EnglishDependencies vs. Dev Dependencies: Understanding the DifferenceIntroductionMay 27, 2023May 27, 2023
Divyojyoti GhoshinJavaScript in Plain EnglishReact and ReactDOM : no confusion anymoreReact and ReactDOM are separate packages in the React ecosystem that serve different purposes.May 21, 2023May 21, 2023
Divyojyoti GhoshWhat’s better for an icon SVG, PNG or JPG?The choice between SVG, PNG, or JPG for website icons largely depends on the specific requirements of your website.Apr 19, 2023Apr 19, 2023
Divyojyoti GhoshinJavaScript in Plain EnglishOOPs in JavaScriptIn Classical Object-oriented programming(OOP), the objects are instances of a class, and the class acts as a blueprint for its instances…Mar 30, 2023Mar 30, 2023
Divyojyoti GhoshinJavaScript in Plain EnglishEvent Loop: How Does Asynchronous JavaScript Actually Work?The Javascript engine actually has just one thread of execution which works synchronously. To make asynchronous tasks possible, Javascript…Jan 31, 2023Jan 31, 2023
Divyojyoti GhoshinJavaScript in Plain EnglishAsynchronous JavaScriptBefore we start understanding Asynchronous programming in JavaScript, let’s know what synchronous programming in JavaScript means. Most of…Dec 12, 2022Dec 12, 2022