Monthly Shaarli

All links of one month in a single page.

December, 2020

"A font-display setting for slow connections", Matt Hobbs (@TheRealNooshu)
thumbnail

If there’s connection one thing I’d like readers to take away from this post it’s that font-display: swap is a very good option for users with a fast internet. But its infinite swap period could be frustrating for users on very slow and unstable connections. If you have users viewing your site under these conditions (I’m pretty certain you will at some point in time), then it may be worth considering font-display: fallback or even font-display: optional. Both have a short swap period (or no swap period), meaning once the fallback font is rendered and the 3 second timeout is exceeded, the font won’t change for the rest of the page lifecycle.

"Creating websites with prefers-reduced-data", Kilian Valkhof (@kilianvalkhof)
thumbnail

Reducing your web pages' size helps with both load time for people with slower internet connections and them having access to your pages in the first place.

Easy Toggle State, a tiny JS library to create UI components in no time
thumbnail

Dropdown, navigation button, tooltip, collapsible panel, lightbox, tabs, switch like above…
UI components made in minutes without worried about JavaScript. Only set a few HTML attributes, and code the rest with your CSS skills.

[Video] "Designing for Speed", Mustafa Kurtuldu (@Mustafa_x)
thumbnail

There's an issue in Silicon Valley and I think the technology industry as a whole, we think adding features increases value, while adding features actually decreases the experience and the focus.

"Automatic Social Share Images", Ryan Filler (@ryanfiller_)
thumbnail

Generating social share images with a serverless function and headless browser.

"Maximally optimizing image loading for the web in 2021", Malt Ubl (@cramforce)
thumbnail

In this post I'll outline 8 image loading optimization techniques to minimize both the bandwidth used for loading images on the web and the CPU usage for image display.

"A wish list for web performance tools", Fabian Krumbholz (@fabkru)
thumbnail

My goal is to improve the user experience and the business outcome day by day. I am still looking for a tool that tells me what to focus on today to make the most significant impact. As this is the perfect time of the year to create a wish list, here is mine.

Ethical Design Guide, Sarah L. Fossheim (@liatrisbian)
thumbnail

Tech is always political. The way data is collected and handled is often biased, and many products are neither accessible nor inclusive. Ethical Design Guide is made to share resources on how to create ethical products that don't cause harm.

Alpine: A rugged, minimal framework for composing JavaScript behavior in your markup.
thumbnail

Alpine.js offers you the reactive and declarative nature of big frameworks like Vue or React at a much lower cost.

"Mise à jour Google Page Experience : comment être prêt pour mai 2021 ?", Wendy Carré (for @Contentsquare)
thumbnail

Cette chasse aux interstitiels doit être envisagée dans une approche plus globale d’allégement de son site ou de “désencombrement”.

Au-delà de faciliter la navigation, la réduction de la publicité au strict minimum et la suppression des images ou vidéos inutiles (entre autres) permettent de recentrer l’attention de l’utilisateur.

"Self-Hosting Google Fonts", Dave Peiris ( @davepeiris )
thumbnail

Because it takes time to set up a connection with the Google Fonts domains, and because that connection is needed before the render-blocking CSS can be downloaded, it can delay rendering metrics like Largest Contentful Paint.

"How to Load Fonts in a Way That Fights FOUT and Makes Lighthouse Happy", Adrian Bece (@AdrianBeceDev)

Let’s talk about eliminating font stylesheets as a render-blocking resource, and walk through an optimal setup that not only makes Lighthouse happy, but also overcomes the dreaded flash of unstyled text (FOUT) that usually comes with loading fonts. We’ll do all that with vanilla HTML, CSS, and JavaScript, so it can be applied to any tech stack.

"Publish, ship, and install modern JavaScript for faster applications", Houssein Djirdeh (@hdjirdeh) & Jason Miller (@_developit)
thumbnail

Today, ES2017 is the closest to modern syntax and tools such as npm, Babel, webpack, and Rollup have made it possible to configure your build system and write your packages using this syntax. This post covers several approaches, and you should use the easiest option that works for your use case.

"WebOpt Profiler: Providing performance clarity for Web Optimizations", Ghulam Murtaza (Doctoral Student @BrownUniversity)

We believe that our system, coupled with a complete set of open-source models, would allow upcoming developers and us comprehensively study configurations under which optimizations fail to provide their advertised performance improvements.

Stimulus: A modest JavaScript framework for the HTML you already have
thumbnail

Stimulus is a JavaScript framework with modest ambitions. It doesn't seek to take over your entire front-end—in fact, it's not concerned with rendering HTML at all. Instead, it's designed to augment your HTML with just enough behavior to make it shine. Stimulus pairs beautifully with Turbolinks to provide a complete solution for fast, compelling applications with a minimal amount of effort.

"L’écriture inclusive : parlons faits et science", Bunker D (@Bunker_D_)
thumbnail

Excellent article, documenté et sourcé, sur les études sociolinguistiques explorant le rapport entre la langue écrite et orale, et la pensée, dans le cadre d'une langue inclusive.