Techreport blog

Engineering Insights & Guides

The best problem-solving writing in software engineering — databases, performance, security, frontend and distributed systems, in one feed.

11,841 articles
Frontend — Back/forward cache

Back/forward cache

Learn to optimize your pages for instant loads when using the browser's back and forward buttons.

Wweb.dev·Frontend
Engineering — Bitrate

Bitrate

Bitrate is the maximum number of bits used to encode one second of a stream. The more bits used to encode a second of stream, the higher the fidelity.

Wweb.dev·Engineering
Security — Browser sandbox

Browser sandbox

To defend against attacks, a developer needs to mitigate vulnerabilities and add security features to an application. Luckily, on the web, the browser provides many security features, including the idea of a "sandbox".

Wweb.dev·Security