InJavaScript in Plain EnglishbyRajan V·Jan 3, 2025[Tech Talks] Code & Coffee: JS EditionThis post is about sharing incredible knowledge and thought-provoking JavaScript talks from around the globe in 2024.
Rajan V·Jul 5, 2024Understanding 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…
Rajan V·Jul 1, 2024Leveraging Web Workers: Enhancing JavaScript Performance and ResponsivenessAs web applications grow more complex and data-intensive, ensuring smooth performance and responsiveness becomes increasingly challenging…
Rajan V·Jun 21, 2024Understanding the JavaScript Event LoopJavaScript is single-threaded, meaning it executes code in a single sequence and cannot perform multiple operations simultaneously…A response icon1A response icon1
Rajan V·Mar 31, 2024Returning 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…
InJavaScript in Plain EnglishbyRajan V·Jan 3, 2020What is CORS (Cross Origin Resource Sharing) ?A Guide to Cross-Origin Resource Sharing (CORS)
InBetter ProgrammingbyRajan V·Jul 24, 2019Array Includes() and IndexOf() Methods in JavaScriptThe difference between these methods and when to use them
IncodeburstbyRajan V·Oct 27, 2017JavaScript API — Page Visibility APIDetect if current page is visible or in focus or not
IncodeburstbyRajan V·Sep 18, 2017Currying in JavaScriptExplaining currying with examples.A response icon2A response icon2
IncodeburstbyRajan V·Sep 11, 2017JavaScript API — navigator.onLineDetect if browser is online or offline.