blog.harshpthk.meHow to Add Infinite Scroll to Your React AppAs developers, we often face challenges when working with large amounts of data in our applications. One such challenge is efficiently displaying and loading this data, especially in scenarios like social media feeds or e-commerce product listings. T...Mar 11, 2024路6 min read
blog.harshpthk.meWhy Storing JWTs in Local Storage is a Bad IdeaIn the world of web development, security is paramount. As developers, we're tasked with protecting sensitive user data and ensuring that our applications are resilient against various threats. One common security pitfall that many developers encount...Mar 8, 2024路3 min read
blog.harshpthk.meUnderstanding Garbage Collection in JavaScript: A Beginner's GuideIntroduction JavaScript is a versatile programming language used for web development, but understanding how memory management works within it is crucial for writing efficient and bug-free code. One essential aspect of memory management in JavaScript ...Mar 5, 2024路3 min read
blog.harshpthk.meUnderstanding async and defer Attributes in JavaScript Script Tags: A Beginner's GuideWelcome back, fellow tech enthusiasts! Today, we're diving into the world of JavaScript and exploring two essential attributes鈥攁sync and defer鈥攖hat you often encounter when including script tags in your HTML documents. These attributes play a crucial...Jan 9, 2024路2 min read
blog.harshpthk.meDemystifying JWT: A Beginner's Guide to JSON Web TokensIntroduction: Welcome, fellow tech enthusiasts! Today, we embark on a journey into the realm of JSON Web Tokens (JWT), a powerful tool for secure communication on the web. If you're a beginner in the world of web development, fear not! This blog is d...Dec 28, 2023路3 min read