Published inJavaScript in Plain English[Tech Talks] Code & Coffee: JS EditionThis post is about sharing incredible knowledge and thought-provoking JavaScript talks from around the globe in 2024.Jan 3Jan 3
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 5, 2024Jul 5, 2024
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 1, 2024Jul 1, 2024
Understanding the JavaScript Event LoopJavaScript is single-threaded, meaning it executes code in a single sequence and cannot perform multiple operations simultaneously…Jun 21, 20241Jun 21, 20241
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 31, 2024Mar 31, 2024
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