SMSwapnadeep Mohapatrainblog.swapnadeep.com·Feb 26, 2025 · 3 min readFrom Confusion to Confidence: My 30-Day JavaScript JourneyA few months ago, I was frustrated with JavaScript. No matter how many tutorials I watched or articles I read, I couldn’t fully grasp its concepts. Asynchronous programming felt like a mystery, closures confused me, and debugging code felt like an en...00
SMSwapnadeep Mohapatrainblog.swapnadeep.com·Aug 18, 2022 · 2 min readPerformance Metrics - WebPerf#0You must have visited a lot of websites in your lifetime. And the user experience on the site is Good site performance is sometimes vital for a good user experience (UX). But what is performance, how can it be measured, and how can it be improved? ...00
SMSwapnadeep Mohapatrainblog.swapnadeep.com·Jun 14, 2022 · 2 min readuseEffect() VariantsWhat is React Hooks? Hooks are functions that let you use the React state and lifecycle events in a functional component. Hooks won't work inside classes. They came into existence to solve many problems created by the class-based components. In class...00