featured in #246
Improving Responsiveness In Text Inputs
- Nolan Lawson tl;dr: Nolan's preferred solution is "to use requestIdleCallback to wait for the UI thread to be idle before running the blocking code." He discusses the benefits here.featured in #244
Front-end JavaScript Performance
- Marc Radziwill tl;dr: In this post, Marc discusses the different types of JS performance issues, how to debug them, how to write fast front-end code and optimizing JavaScript code architecture.featured in #241
What's New In DevTools (Chrome 92)
- Jecelyn Yeen tl;dr: You can now preview and author CSS Grid with the new CSS Grid editor, and more.featured in #232
Making GitHub’s New Homepage Fast And Performant
- Tobias Ahlin tl;dr: Tobias runs through the code that makes the page performant, how illustrators work with designers and engineers, the way in which the page was designed, and more.featured in #223
featured in #200
featured in #194
What To Consider When Visualizing Data For Colorblind Readers
- Lisa Charlotte Rost tl;dr: "Most of the advice here will make your charts easier to read. Not just for people with a color vision deficiency, or the older ones, or the ones that read your chart in low light – for everyone."featured in #188
featured in #186
Snapfont: The Fastest Way To Test Google / Local Fonts On Any Website
tl;dr: SnapFont makes it easier to test any font on any website. All you need to do is to install the browser extension.featured in #175