Search

Post types:
Categories:
πŸ”–

Performative performance

Read Note

A thoughtful look at the idea of sustainability in web development and design, particularly in terms of whether worrying about an individual design choice's carbon footprint is meaningful or simply …

πŸ”–

Smaller HTML payloads with Service Workers

Read Note

A service worker can request just the bare minimum of data it needs from the server... and then it can programmatically transform that data into a full HTML …

πŸ”–

Oh, embed!

Read Note

YouTube embeds can be expensive on page load metrics, but what alternative is there? How about loading a thumbnail that hot-swaps itself for an <iframe> when clicked? Sounds great, but wouldn't …

πŸ”–

Jamstack is fast only if you make it so

Read Note

Critique of JavaScript-heavy frontend frameworks and useful deep-dive into the issues of using client-side scripts or libraries for webmentions. Nicolas rightfully points out that this isn't just …

πŸ”–

The self-fulfilling prophecy of React

Read Note

I've been saying for years that React feels like jQuery did circa 2010: it's used everywhere, its devotees are numerous, but the leading edge left it in the dust a while ago. I do think that Hooks …

πŸ”–

The modern way of serving images

Read Note

A very thorough overview of how to write a modern, performant, HTML-driven image component that is as optimised to serve the most appropriate image as possible. There are some very neat tricks in …

πŸ”–

Zero JavaScript CSS-in-JS

Read Note

One of the core downsides to CSS-in-JS is that you have to compile it on the client, which means increased bundle sizes and slower rendering. Linaria is an attempt to fix that, by providing all of …

πŸ”–

Time to rethink mobile-first CSS?

Read Note

An interesting look at whether the current mobile-first paradigm is problematic. Ultimately, the title feels a little like click-bait; to me the solution proposed remains mobile-first, but suggests …

πŸ”–

Better image optimisation by restricting the colour index

Read Note

When optimising images with only a few visible colours, reducing the output colour space can have massive savings (Eric is talking about the Acorn software …

πŸ”–

Au revoir, mon AMPmour?

Read Note

I'm late to the "goodbye AMP" party, but Ethan's has been the best take I've read so far (no surprise there). In brief: it's good that AMP is on the way out, but we're stuck with it for some time, …

πŸ”–

How I doubled my lighthouse score in one night

Read Note

A very interesting rundown of some common performance checks and techniques that Ben went through to boost their lighthouse score from <50 to >95! I was particularly interested that font …

πŸ”–

Optimising for INP

Read Note

Google have recently announced a change to their Core Web Vitals metrics. The existing FID stat is being sunset, and replaced with a new way of measuring responsiveness: Interaction to Next Paint, …

πŸ“–

Month in Media: January 2017 [#5]

Read Article

Month in media is an archived project, now with a permanent home in the Reviews section. Films, TV shows, books, video games, and other media watched, read, or played in January 2017.

πŸ“–

Month in Media - June 2017 [#28]

Read Article

Month in media is an archived project, now with a permanent home in the Reviews section. Films, TV shows, books, video games, and other media watched, read, or played in June 2017.