Ouishare_Le numérique peut-il être soutenable ? - Ouishare_Le_numerique_peut-il_etre_soutenable.pdf

Coder Survival Guide
Accueil - Ressources du Mooc Impacts environnementaux du numérique
Référentiel de connaissances pour un numérique éco-responsable
L’objectif de ce document est de définir un référentiel/socle de connaissances commun pour les enseignements sur le numérique responsable (impacts du numérique et comment les limiter1), à destination de formations en informatique ou d’autres filières incluant des cours d’informatique.Nous cherchons à répondre à la question suivante :Quelles connaissances devrait apporter une formation en informatique à des étudiantes et étudiants pour leur permettre d’apporter des réponses aux enjeux environnementaux et sociétaux dans leur vie professionnelle et citoyenne ?Ce document est donc focalisé sur les impacts du numérique, mais certains aspects plus généraux(enjeux environnementaux, contexte économique...) sont néanmoins abordés car nécessaires à la compréhension des aspects informatiques.Ce référentiel vise à fournir des notions et références utiles, mais n’a pas vocation à remplacer un cours.
Log Analytics For Data Sensitive Businesses
Don’t want to insert a JavaScript tracking code to your website for privacy reasons? Then Log Analytics is a secure way to get the data you need.
matomo-org/matomo-log-analytics: Import any kind of server logs in Matomo for powerful log analytics. Universal log file parsing and reporting.
Import any kind of server logs in Matomo for powerful log analytics. Universal log file parsing and reporting. - matomo-org/matomo-log-analytics: Import any kind of server logs in Matomo for powerf...
nolanlawson/fuite: A tool for finding memory leaks in web apps
A tool for finding memory leaks in web apps. Contribute to nolanlawson/fuite development by creating an account on GitHub.
Checklist Design - A collection of the best design practices.
Checklist Design is a curated list of checklists ranging from website pages, to UI components, all the way to branding assets.
JavaScript for impatient programmers (ES2021 edition)
Patterns.dev - Modern Web App Design Patterns
Improve how you architect webapps Patterns.dev is free book on design patterns and component patterns for building powerful web apps with...
BDX I/O - Webinar : Web QA, le liant entre devs front/back, équipes web & utilisateurs
JavaScript Loading Priorities in Chrome
How browsers schedule and execute scripts can impact the performance of web pages. While techniques like script defer, link rel=preload (and ...
How to Improve Page Speed from Start to Finish (Advanced Guide)
Patrick Stox explains how page speed works, and what actions to take for your site.
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
Automating Resource Selection with Client Hints | Web | Google Developers
Image optimization is hard and automation is the key to success.
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.
An introduction to optimising web fonts
A brief introduction to some of the key considerations and techniques to keep in mind when optimising fonts for the web.
Building a fast, sustainable personal website
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.
Quick Performance Audit - Taiwan COVID Vaccination Website
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.
COP26.org: A quick sustainability check
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?
Welcome – Beacon
Calculate the environmental impact of a web page, see the breakdown and learn what measures can be taken to improve it.
1, 2, 3, WCAG bougera, 4, 5, 6, en AG (argent) se transformera !
24 jours de web : Le calendrier de l'avent des gens qui font le web d'après.
Hiver2011.indd - LeBoterf-24-2.pdf
Cours des Mines 2019 - Diaporamas - Audios - Retranscriptions - Google Drive
La recette des cookies double pépites : Privacy et Accessibilité
24 jours de web : Le calendrier de l'avent des gens qui font le web d'après.
Orejime - Easy to use consent manager that focuses on accessibility
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 […]
nachhaltiges-webdesign.jetzt | 18 Methoden helfen euch dabei.
nachhaltiges-webdesign.jetzt ist eine Sammlung von 18 Methoden zur Gestaltung von nachhaltigen Websites.
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?
Improving App Startup: Lessons from the Facebook App
Posted by the Google and Facebook teams. Authored by Kateryna Semenova from the Google Android team and Tim Trueman, Steven Harris, Su...
Using Web Workers - Web APIs | MDN
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).