Elsewhere
Things we find interesting we think you might too. Grab the RSS feed for your newsreader of choice.
A Collection of Design Engineers
March 20, 2024
Collecting people I know who work at the intersection of design and engineering, in an attempt to figure out what a design engineer is Source: A Collection of Design Engineers...
Read MoreSupercharge compression efficiency with shared dictionaries | Blog | Chrome for Developers
March 20, 2024
The Chrome team has been working on making shared dictionaries usable on the web, which are now available in an origin trial for both Brotli and ZStandard. Shared dictionaries can supplement Brotli an...
Read MoreA React Developers Guide to Writing Enhance Components
March 18, 2024
Frequently, we are asked by React developers why patterns they have learned while writing components using JSX do not translate to writing web components. In this post, I’ll try to capture some comm...
Read MoreJavaScript Visualized Series’ Articles – DEV Community
March 15, 2024
JavaScript Visualised is a 7 part animated series on core concepts of JavaScript from Lydia Hallie. From the Event Loop to Asynch/Await and much in between! Source: JavaScript Visualized Series’...
Read MoreHello INP! Here’s everything you need to know about the newest Core Web Vital
March 15, 2024
After years of development and testing, Google has added Interaction to Next Paint (INP) to its trifecta of Core Web Vitals – the performance metrics that are a key ingredient in its search ranking...
Read MoreInteraction to Next Paint is officially a Core Web Vital 🚀
March 15, 2024
Today’s the day! After years of work, we’re finally ready to make Interaction to Next Paint (INP) a stable Core Web Vital metric. This marks a significant step forward in the way we measur...
Read MoreCSS for printing to paper
March 14, 2024
This article explains some of the CSS basics that control how your webpages look when printed, and a couple of tips and tricks I’ve learned that might help you out. Source: CSS for printing to p...
Read MoreGetting a pulse on your Core Web Vitals 🩺 with Annie Sullivan & Rick Viscomi from the Chrome team
March 13, 2024
Annie Sullivan and Rick Viscomi, from the team responsible for Core Web Vitals discuss the different vitals and learn how they are helpful, as well as introduce the newest vital to hit the scene, Inte...
Read MoreStreaming HTML – Frontend Masters Boost
March 12, 2024
Quick summary: Streamed HTML is as you imagine it. Rather than serving the entire HTML document at once, servers serve pieces of it. The browser gets these pieces and can start working on them, even r...
Read MoreWhy Browsers Get Built – Infrequently Noted
March 12, 2024
There are only two-and-a-half reasons to build a browser, and they couldn’t be more different in intent and outcome, even when they look superficially similar. Learning to tell the difference is...
Read MoreAccessibility Myths
March 12, 2024
A small project debunking common accessibility myths. Source: Accessibility Myths...
Read MoreAdd Superpowers to Your CSS Variables with Style Queries | That HTML Blog
March 12, 2024
We’re on the verge of yet another CSS revolution with the arrival of style queries. If you’ve ever thought: “Yeah, variables are cool and all, but it’s a bummer I can only use them to set ...
Read MoreThe Developer Dictionary | DevTerms
March 12, 2024
A crowdsourced dictionary for developers. Find definitions for all sorts of technical terms, programming jargon, and more! Source: The Developer Dictionary | DevTerms...
Read MoreWhat Is A Single-page Application?: HeydonWorks
March 11, 2024
That’s a spa, but what is a SPA? A SPA is a much less appealing and relaxing proposition. It is a type of web document named after the English expressions single-page application and sadness per Ang...
Read MoreTechniques to Break Words — Adrian Roselli
March 11, 2024
I made a page that allows you to play around with a few variations on breaking words. I use long single words in English, German, Hebrew (right-to-left), Hindi, Japanese, and Arabic (right-to-left). T...
Read MoreThe quiet, pervasive devaluation of frontend – Josh Collinsworth blog
March 11, 2024
I feel like I’m seeing a widespread diminishment of the practice of frontend. Nearly everywhere I look, I notice its importance minimized, and its challenges trivialized.This effect might be invisib...
Read MorePrioritising Accessibility for ABC Websites – ABC
March 8, 2024
As more people shift towards the internet for media consumption and as part of our digital-first plan, it has become more important that people with disabilities are able to access our content. Users...
Read MoreHandling files in enterprise web solutions – DEV Community
March 8, 2024
Correct file handling can be cumbersome without proper system integration and selection of which applications can handle what types of files.Web solutions have previously been disconnected from this b...
Read MoreSometimes, a Button Just Wants to Look Like a Button
March 8, 2024
How much was really lost in the great calamity that was iOS 7? For a UI designer like myself, quite a lot. I wandered around aimlessly for some time before finding my footing again. There was somethin...
Read MoreAutomated Chaos Testing on the Front-end
March 7, 2024
Chaos engineering is the science of optimizing the resiliency of a software system by simulating failures and measuring the impact of these failures on the system. These simulations help anticipate re...
Read MoreScoped CSS is Back
March 7, 2024
There are two key things scope brings to CSS: More control over which selectors target which elements (i.e. better manipulation of the cascade) The ability for one set of styles to override another ba...
Read MoreMenus, toasts and more with the Popover API, the dialog element, invokers, anchor positioning and @starting-style – Frontend Masters Boost
March 6, 2024
Source: Menus, toasts and more with the Popover API, the dialog element, invokers, anchor positioning and @starting-style – Frontend Masters Boost...
Read MoreA practical guide to using shadow DOM
March 6, 2024
There have been hundreds of attempts at explaining shadow DOM, and it still remains confusing for many developers. I find that the MDN page for shadow DOM does a pretty decent job of explaining it, so...
Read MoreIn Praise of Buttons – Part Two
March 6, 2024
When iPhone was introduced by Apple in 2007, it changed more things than many people realise. One of these was, that it started a trend for makers of all sorts of devices to try and replace physical b...
Read More