Skip to main content

Harshal V. LADHE

All Posts on JavaScript and Modern Web APIs

Guides and deep dives into JavaScript — from asynchronous programming fundamentals to modern browser APIs like the Observer family — covering the language and platform features that power interactive web applications.

3 posts

Posts in JavaScript

  • Mastering Asynchronous JavaScript: Callbacks, Promises, and Async/Await

    Write clean, predictable asynchronous JavaScript
    A deep guide to asynchronous JavaScript covering the event loop, callbacks, promises, async/await, microtasks, concurrency patterns, and performance best practices for modern web development.
    Published at:
    Categories:JavaScript
    Estimated reading time:18 min read
  • Mastering JavaScript Observers: A Complete Guide to Reactive Web APIs

    Unlock reactive power with JavaScript Observer APIs.
    Master MutationObserver, IntersectionObserver, ResizeObserver, and PerformanceObserver. Learn to build high-performance, reactive web apps with real-world examples and best practices.
    Published at:
    Categories:JavaScript
    Estimated reading time:16 min read
  • Mastering JavaScript Operators: A Complete Guide with Examples

    Transform, compare, assign—write cleaner code.
    A complete breakdown of all JavaScript operators including arithmetic, logical, assignment, comparison, bitwise, and special operators with syntax and real-world examples.
    Published at:
    Categories:JavaScript
    Estimated reading time:21 min read