Home/Engineering
Topic

Engineering

4,364 articles on Engineering.

11,834 articles
Engineering — Designcember Calculator

Designcember Calculator

A skeuomorphic attempt at recreating a solar calculator on the web that makes use of the ambient light sensor and the window controls overlay feature.

Wweb.dev·Engineering
Engineering — Web Developer Satisfaction

Web Developer Satisfaction

Web Developer Satisfaction is a Google project to gather information about the needs of web developers. The goal is a more reliable, predictable and interoperable web platform, enabling developers to invest in and trust it, and adopt and use new features to grow the platform and their business.

Wweb.dev·Engineering
Engineering — Pixel-perfect rendering with devicePixelContentBox

Pixel-perfect rendering with devicePixelContentBox

Since Chrome 84, ResizeObserver supports a new box measurement called device-pixel-content-box, that measures the element's dimension in physical pixels. This is crucial for rendering pixel-perfect graphics, especially in the context of high-density screens.

Wweb.dev·Engineering
Engineering — Emscripten and npm

Emscripten and npm

How do you integrate WebAssembly into this setup? In this article we are going to work this out with C/C++ and Emscripten as an example.

Wweb.dev·Engineering
Engineering — Find slow interactions in the field

Find slow interactions in the field

Before you can reproduce slow interactions in the lab to optimize your website's Interaction to Next Paint, you'll need to lean on field data to find them. Learn how to do just that in this guide.

Wweb.dev·Engineering
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
Engineering — Headings and landmarks

Headings and landmarks

By using the correct elements for headings and landmarks, you can dramatically improve the navigation experience for users of assistive technology.

Wweb.dev·Engineering