Rajan VUnderstanding the Module Pattern in JavaScriptJavaScript, being a versatile and dynamic language, offers various ways to structure and organize code. One of the most popular patterns…Jul 5Jul 5
Rajan VLeveraging Web Workers: Enhancing JavaScript Performance and ResponsivenessAs web applications grow more complex and data-intensive, ensuring smooth performance and responsiveness becomes increasingly challenging…Jul 1Jul 1
Rajan VUnderstanding the JavaScript Event LoopJavaScript is single-threaded, meaning it executes code in a single sequence and cannot perform multiple operations simultaneously…Jun 211Jun 211
Rajan VReturning to the Writing/BloggingAfter a brief hiatus due to a heavy workload, I’m excited to announce the revival of my writing. ! I’ve missed sharing my passion for…Mar 31Mar 31
Rajan VinJavaScript in Plain EnglishWhat is CORS (Cross Origin Resource Sharing) ?A Guide to Cross-Origin Resource Sharing (CORS)Jan 3, 2020Jan 3, 2020
Rajan VinBetter ProgrammingArray Includes() and IndexOf() Methods in JavaScriptThe difference between these methods and when to use themJul 24, 2019Jul 24, 2019
Rajan VincodeburstJavaScript API — Page Visibility APIDetect if current page is visible or in focus or notOct 27, 2017Oct 27, 2017
Rajan VincodeburstJavaScript API — navigator.onLineDetect if browser is online or offline.Sep 11, 2017Sep 11, 2017
Rajan VHTML/CSS Tricks — Scroll-able Table Body <tbody>This simple tricks to solve the problem of making table body scroll-able with fixed table headers. This makes the data table easier to use…Sep 5, 201731Sep 5, 201731