FACIL'iti, la solution pour l'inclusion en ligne qui refuse la critique ?
Octobre 2021, un événement agite Twitter et la (petite) communauté de l’accessibilité web. Julie Moynat, développeuse web, annonce être assignée par Facil’iti, une entreprise française qui propose « une solution d’accessibilité numérique ». L’objet du litige ? Un tweet posté l’année précédente pour lequel elle risque
Une loi pour réduire l’empreinte environnementale du numérique en France - Green IT
Le Sénat a définitivement adopté en seconde lecture la loi n° 2021-1485 du 15 novembre 2021 visant à réduire l’empreinte environnementale du numérique en France (REEN). Voici notre analyse du texte.
This case study explores the design and development decisions I made when redesigning my personal website. These decisions help to deliver perfect Lighthouse scores and improved website sustainability.
Taiwan's COVID-19 vaccination website is integral to the government's vaccine rollout plans. This post is a quick website performance audit of the site.
With COP26 about to take place in Glasgow, let's take a quick look at how the COP26 homepage holds up in terms digital sustainability. What's its carbon footprint, and can it be improved?
Green Software Development Is The Only Software Development We Need - Branch
Education plays an important role in leading the upcoming green digital transition. Soon, being green-literate will be quintessential to the development of software systems at any scale. Join the group of innovators of this green transition and get started in measuring the energy consumption of software applications. Developing green software is the new tech skill […]
The need to move beyond single-dimensional metrics to guide digital greening
Have you ever been working towards making a piece of software greener and then you go and check against a tool to see if it made an impact and you end up disappointed?
Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface. In addition, they can perform I/O using XMLHttpRequest (although the responseXML and channel attributes are always null) or fetch (with no such restrictions). Once created, a worker can send messages to the JavaScript code that created it by posting messages to an event handler specified by that code (and vice versa).
Get Ready for Priority Hints | Web | Google Developers
Priority Hints provide developers a way to indicate a resource's relative importance to the browser, allowing more control over the order resources are loaded.