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
Security — First-party cookie recipes

First-party cookie recipes

Learn how to set first-party cookies to ensure security, cross-browser compatibility, and minimize chances of breakage once third-party cookies are phased out.

Wweb.dev·Security
Engineering — Fixing mixed content

Fixing mixed content

Find out how to fix mixed content errors on your website, in order to protect users and ensure that all of your content loads.

Wweb.dev·Engineering
Performance — Get started: optimize your React app

Get started: optimize your React app

React is an open-source library that makes building UIs easier. This learning path will cover different APIs and tools within the ecosystem that you should consider using to improve the performance and usability of your application.

Wweb.dev·Performance
Performance — Handling navigation requests

Handling navigation requests

Navigation requests are requests for HTML made whenever you enter a new URL in the navigation bar, or follow a link on a page. This is where service workers make their biggest impact on performance: by using a service worker to respond without waiting for the network, you can ensure that navigations are reliably fast and resilient.

Wweb.dev·Performance