web development Posts
2 posts in this category
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.