How web pages become visible in a browser
A browser downloads HTML, builds a document structure, applies CSS, runs scripts and paints pixels to the screen. It may also reuse cached assets and schedule work across…
Read the guide →<p>How modern systems work, from DNS to encryption and cloud services.</p>
A browser downloads HTML, builds a document structure, applies CSS, runs scripts and paints pixels to the screen. It may also reuse cached assets and schedule work across…
Read the guide →Some updates replace files that a running process already loaded into memory. The old code can continue running until the process restarts, so the operating system schedules a…
Read the guide →An operating system coordinates hardware and gives applications common services. It schedules CPU time, manages memory, stores files, controls devices and enforces permissions. This lets a browser use…
Read the guide →Wi-Fi uses radio communication to connect devices to an access point, usually built into a home router. The router then connects that local network to the internet through…
Read the guide →Responsive design lets one website adapt its layout to different screens, input methods and orientations. CSS media queries, flexible grids and appropriately sized images help a page remain…
Read the guide →