Elsewhere

Things we find interesting we think you might too. Grab the RSS feed for your newsreader of choice.

How To Use The Web Bluetooth API · confidence.sh

April 2, 2024

In this article, I’ll show you how to build using the Web Bluetooth API to interact with Bluetooth peripherals. We’ll specifically build together an app powered by Web Bluetooth to display stats f...

Read More

What You Need to Know about Modern CSS (Spring 2024 Edition) – Frontend Masters Boost

March 27, 2024

My goal with this bookmarkable guide is to provide a list of (frankly: incredible) new additions to CSS lately. There is no hardline criteria for this list other than that these things are all fairly ...

Read More

Spreadsheets are all you need.ai – A low-code way to learn AI

March 26, 2024

Spreadsheets-are-all-you-need is a low-code introduction to the details behind today’s Large Language Models (LLMs) that’s ideal for:Technical executives, marketers, and product managersDevelopers...

Read More

Accessible Forms with Pseudo Classes | CSS-Tricks – CSS-Tricks

March 26, 2024

In this post, I am going to take you through creating a simple contact form using semantic HTML and an awesome CSS pseudo class known as :focus-within. The :focus-within class allows for great control...

Read More

a view source web

March 26, 2024

In the end, view source is a reminder that software is a human activity with all its nuance, and mundanity, laid bare waiting to be viewed in our browsers. View source is a slow space, a gesture to se...

Read More

When to Nest CSS – Cloud Four

March 25, 2024

With the recent news that CSS nesting is now available in the major evergreen browsers, our team was discussing how it differs from nesting in Sass, and the question came up — When should you use n...

Read More

On popover accessibility: what the browser does and doesn’t do | hidde.blog

March 25, 2024

One of the premises of the new popover attribute is that it comes with general accessibility considerations “built in”. What does “built in accessibility” actually mean for browsers that suppo...

Read More

The box model and box sizing – Piccalilli

March 22, 2024

To open up this CSS Fundamentals series, we’re looking at one of those most important aspects of CSS to understand: how the box model is affected by box sizing.If there’s ever one really important...

Read More

5 lessons design systems teams can learn from open-source maintainers

March 22, 2024

Open source development has major differences from corporate design systems of course, but a few key similarities make it a useful comparison: Both groups face pressure to expand adoption; both groups...

Read More

Navigating the future of frontend

March 22, 2024

The frontend ecosystem is in a period of transition. Up-and-coming frontenders navigate a complex environment of competing frameworks, concepts, advocates, preferences, and best practices. Today, the ...

Read More

Marking the Web’s 35th Birthday: An Open Letter – World Wide Web Foundation

March 22, 2024

Original Hope Three and a half decades ago, when I invented the web, its trajectory was impossible to imagine. There was no roadmap to predict the course of its evolution, it was a captivating odyssey...

Read More

On Design Engineering: I think I might be a design engineer…

March 21, 2024

For several years, I’ve been wondering where I fit into the web development spectrum. Reflecting on my career, I can see a convergence towards a certain way of working. But I’ve not been able to n...

Read More

Design Engineering

March 20, 2024

Many engineering disciplines have a role called a Design Engineer—a title that has been more popular in software in recent years. Design Engineers tend to work on products and systems that involve a...

Read More

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 More

Supercharge 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 More

A 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 More

JavaScript 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 More

Hello 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 More

Interaction 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 More

CSS 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 More

Getting 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 More

Streaming 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 More

Why 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 More

Accessibility Myths

March 12, 2024

A small project debunking common accessibility myths. Source: Accessibility Myths...

Read More