What is SOP (Same-origin-policy) in web development ?In the world of web development, SOP, or Same Origin Policy, is a fundamental security concept that protects your online experience. In…Jan 141Jan 141
Understanding how Lazy work in reactCode splitting is a technique used in modern web development, including in React applications, where you split your code into smaller…Dec 19, 2023Dec 19, 2023
Published inTowards DevDiving Deep into Object Copies: Shallow vs. DeepGreetings from a fresh journey into the world of programming! Today, we’re exploring an area that frequently baffles programmers of all…Dec 9, 2023Dec 9, 2023
Published inTowards DevGenerics in Typescript — A very easy way to learn themCertainly! In TypeScript, generics allow you to write reusable and flexible code by creating functions, classes, or interfaces that work…Nov 30, 2023Nov 30, 2023
Published inTowards DevExploring vmin, vmax, vw, and vhEver heard of vmin, vmax, vw, and vh? They’re like secret codes for web design! Learn what they are and how they work in simple terms. Make…Nov 25, 2023Nov 25, 2023
Published inTowards DevWhat is the difference between function expression and statement ?In JavaScript, there is a fundamental difference between statements and expressions, which relates to their functionality and how they are…Oct 24, 2023Oct 24, 2023
Published inTowards DevDo you know all these Promise Api’s?We have four promise APIs. Promise.all Promise.any Promise.race Promise.allSettled. So let’s take a look at each api one by oneOct 23, 2023Oct 23, 2023
Published inTowards DevDo you really know promises and async await ??So today we are going to look at the most dangerous topic of js that is promise. I know you might feel like no promise is not that much…Oct 15, 20231Oct 15, 20231
Published inTowards DevHow to build notion like text editor using Editor.js with firebase in ReactHello, everyone! 🌟 Welcome to my new blog today, where we will see how we can create a great text editor like Notion using Editor.js. 📝Oct 3, 2023Oct 3, 2023