The State of ES5 on the Web
https:/
So what is the current state of ES5 on the web today? And what are the best practices for web developers when building code for production?
TL;DR: it's a mess. 🤷♂️
https:/
So what is the current state of ES5 on the web today? And what are the best practices for web developers when building code for production?
TL;DR: it's a mess. 🤷♂️
Raphaël Dardeau
De SPA à MPA : reprendre en main la performance
Avec une SPA, la performance dépend d’un temps d’exécution global de l’application, alors qu’avec une MPA, elle découle directement du travail réellement…
Rostislav Melkumyan
The logo soup problem (and how to solve it)
A deep dive into the math behind making mismatched brand logos actually look good together. And a tiny React library that does it for you. I wish…
An expert developer can stand up on a conference stage and show off the amazing scores for their site (perfect performance! perfect accessibility!…
Bobae Kang
[HTMX] can get you 80% there with radically less complexity. No extra dependencies, no build step, no advanced tooling (now re-written in Rust!),…
Lydia Hallie
JavaScript Visualized - Promise Execution
The cool thing about Promises is that this can trigger an asynchronous action if a handler is attached by either then or catch. Since the handlers…