Coder Survival Guide

Coder Survival Guide

5675 bookmarks
Custom sorting
JavaScript Loading Priorities in Chrome
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 ...
·addyosmani.com·
JavaScript Loading Priorities in Chrome
FACIL'iti, la solution pour l'inclusion en ligne qui refuse la critique ?
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
·numerama.com·
FACIL'iti, la solution pour l'inclusion en ligne qui refuse la critique ?
Building a fast, sustainable personal website
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.
·fershad.com·
Building a fast, sustainable personal website
COP26.org: A quick sustainability check
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?
·fershad.com·
COP26.org: A quick sustainability check
Welcome – Beacon
Welcome – Beacon
Calculate the environmental impact of a web page, see the breakdown and learn what measures can be taken to improve it.
·digitalbeacon.co·
Welcome – Beacon
Green Software Development Is The Only Software Development We Need - Branch
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 […]
·branch.climateaction.tech·
Green Software Development Is The Only Software Development We Need - Branch
Using Web Workers - Web APIs | MDN
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).
·developer.mozilla.org·
Using Web Workers - Web APIs | MDN