Frontend
Web Performance: What to Measure and How to Fix It
Core Web Vitals explained, how browsers load pages, and the specific changes that actually improve perceived performance for real users.
Core Web Vitals explained, how browsers load pages, and the specific changes that actually improve perceived performance for real users.
From HTML bytes to pixels on screen - the rendering pipeline that every frontend engineer should understand.
JavaScript is single-threaded but non-blocking. The event loop is the mechanism that makes both of those things true at the same time.