web development Posts
3 posts in this category
JavaScript Events: A Complete Guide
A deep dive into JavaScript events, covering the event lifecycle, capturing, bubbling, delegation, custom events, event control methods, and performance best practices.
How Browsers Work: Processes, Threads, and Why Tabs Are Isolated
Understand how a browser works internally, what processes and threads are, and why modern browsers usually isolate tabs in separate processes.
DOM Construction in Browser
Discover how the DOM is constructed in the browser and how it is used to render the page.