Bookmarks

My collection of interesting reads and resources

Learn how the browser event loop, task queue, microtask queue, and Web APIs work together to enable non-blocking, asynchronous JavaScript.

videoby Lydia Hallie

This module covered some of the theory behind how the browser renders a web page, and in particular what is necessary to complete a page's initial rendering.

articleby web.dev