Decoding Peering: The Secret Sauce of a Faster InternetHave you ever wondered why some websites load instantly while others crawl? Or why does your video stream seamlessly while your friend’s…Dec 17, 2024Dec 17, 2024
Published inJavaScript in Plain EnglishUnraveling the Power of Event Delegation in JavaScriptIntroductionFeb 1, 2024Feb 1, 2024
Published inJavaScript 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
Published inJavaScript 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
Published inJavaScript 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
Published inJavaScript in Plain EnglishDependencies vs. Dev Dependencies: Understanding the DifferenceIntroductionMay 27, 2023May 27, 2023
Published inJavaScript 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
What’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
Published inJavaScript 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
Published inJavaScript 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