Posts tagged JavaScript

2022

codeDocumenting Complexity
7 min read

A case study of how design by committee puts the developer, and therefore the end-user, last.

codeStupidly Simple
10 min read

Why bother making code more complicated than it can be?

codeDocumenting Complexity
3 min read

This questionable API design turned out to not be a mistake after all, thanks to the inclusion of Web Components

codeStupidly Simple
8 min read

One of React's key strengths is the simplicity of JSX

codeDocumenting Complexity
4 min read

An obscure corner of the spec lacking any practical use due to an unnecessary constraint.

codeStupidly Simple
8 min read

A little-known relic from the Promises/A+ specification can be (ab)used to define import hooks.

codeDocumenting Complexity
16 min read

Mindset is shifting away from jQuery, yet the web platform is still lacking many of its fundamental features. In part one, we take a shot at making the native DOM interface fluent.

codeOpen Source Secrets
34 min read

Only <input> and <textarea> elements have a .select() method. Are we doomed to bring in a third party library to perform a basic function?