-
New Jan 12, 2026
Type checking without the muck
This is part 4 of a series about hacking on sightread.org with minimal tooling/building and maximum web platform-ing: Part 1: Import JavaScript like it's 2026 Part 2: Maximally Minimal Build Process...
-
New Jan 6, 2026
Do It Yourself: code coverage and testing
This is what turns out to be a part 3 of a series about building sightread.org with minimal tooling: Part 1: Import JavaScript like it's 2026 Part 2: Maximally Minimal Build Process The previous posts...
-
New Jan 4, 2026
Maximally minimal build process
In my previous post I described how I set up sightread.org with no build process and modern JavaScript. The goal was raw ES modules, no transpilation, no bundling, just <script type="module">...
-
New Oct 29, 2025
Import JavaScript like it’s 2026
I started this new project called sightread.org to generate music to practice sight reading. (Still early days, it works with rhythms only). I wanted to go for no build process and modern JS and...