Understanding 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
Leveraging 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
Understanding the JavaScript Event LoopJavaScript is single-threaded, meaning it executes code in a single sequence and cannot perform multiple operations simultaneously…Jun 211Jun 211
Returning 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
Published inJavaScript in Plain EnglishWhat is CORS (Cross Origin Resource Sharing) ?A Guide to Cross-Origin Resource Sharing (CORS)Jan 3, 2020Jan 3, 2020
Published inBetter ProgrammingArray Includes() and IndexOf() Methods in JavaScriptThe difference between these methods and when to use themJul 24, 2019Jul 24, 2019
Published incodeburstJavaScript API — Page Visibility APIDetect if current page is visible or in focus or notOct 27, 2017Oct 27, 2017
Published incodeburstCurrying in JavaScriptExplaining currying with examples.Sep 18, 20172Sep 18, 20172
Published incodeburstJavaScript API — navigator.onLineDetect if browser is online or offline.Sep 11, 2017Sep 11, 2017
HTML/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