This post represents a final distillation of my talks given on Accessibility and Performance at Fronteers, Seattle JS and Generate NYC in…| MarcySutton.com RSS Feed
Essay on the benefits of speedy software, and how it affects user perception of engineering quality and overall usability| Craig Mod
UI embellishments can only produce surface delight; deep delight can only be achieved in functional, reliable, and usable interfaces.| Nielsen Norman Group
Progressive enhancement, developer convenience, and isomorphic JavaScript.| adactio.com
React is popular, popular enough that it receives its fair share of criticism. Yet, this criticism of React isn’t completely unwarranted: React and ReactDOM| CSS-Tricks
Turbo Drive accelerates links and form submissions by negating the need for full page reloads.| turbo.hotwired.dev
Using iframes and document.write to improve performance of content loading.| jakearchibald.com
Last week, I wrote about the mindset that computer systems can be understood, and behaviors can be explained, if we’re willing to dig deep enough into the stack of abstractions our software is built atop. Some of the ensuing discussion on Twitter and elsewhere lead me to write this followup, in which I want to run through a few classes of systems where I’ve found pursuing in-detail understanding of the system wasn’t the right answer.| Made of Bugs