Pinned7 Things to keep in mind to Reduce Page Size and Loading Time of WebsiteIn these days, Loading time is crucial part of web development. We need to keep in mind that if user does not see anything in say 5…Jul 20, 2022A response icon1Jul 20, 2022A response icon1
PinnedUnderstanding “stopPropagation” vs “stopImmediatePropagation” in JavaScriptIn this blog, we’ll break down the differences between these two methods, when to use them, and how they impact the event flow.Oct 22, 2024Oct 22, 2024
PinnedSturdy Passwords : Get Your Own Password GeneratorPassword security is more important than ever in the era of digital transformation, as sensitive and private information is constantly…Oct 23, 2023Oct 23, 2023
Front-End Debugging MethodsIf you’ve ever worked on a website or web app, you know that bugs can be frustrating. Things break, pages don’t look right, buttons don’t…Jun 3Jun 3
React Redux Basics Every Front-End Developer Should KnowIf you are learning React, you might hear about Redux. Redux is a popular tool that helps you manage the state in your React apps. But what…May 29May 29
AWS Basics Every Developer Should KnowWhen you’re getting into cloud computing or backend development, Amazon Web Services (AWS) is one name you can’t ignore. It’s powerful…May 26May 26
JavaScript is Weird??Welcome to JavaScript — where [] + [] equals an "" empty string, typeof null is "object", and 0.1 + 0.2 is definitely not 0.3.May 22May 22
Difference Between simple code and setTimeout(…code, 0)If you’re learning JavaScript, you might ask:May 14May 14
The Event Loop in JavaScriptAs you probably know JavaScript is single-threaded, which means it can only do ONE thing at a time.May 14May 14
How to Work with Routing in Plain JavaScriptRouting is a key feature of web applications, allowing users to navigate between pages or views without a full page reload. While…Apr 7Apr 7