blog
Tutorials, gotchas, and other things I learned the hard way — DevOps, Node.js, and React.
- how rust ruined javascript: resultMay 20, 2026 · 4 min
Part two of what Rust took from my TypeScript brain. This time: try/catch. Plus the library I built to plug the hole.
typescriptrustdx - how rust ruined javascript: matchMay 12, 2026 · 3 min
Two years of Rust on the side has done things to my TypeScript brain. The first casualty was the switch statement. This is part one of a series on what Rust gave me and what TypeScript still owes me.
typescriptrustdx - Scoping react-dndJun 3, 2024 · 3 min
We added react-dnd to our application and it broke drag-n-drop everywhere else (except for the implementation of react-dnd)... this is how you fix it.
reactgotchas - hello worldMay 10, 2024 · 3 min
A very old and relatively bad programming joke, ...that is still "sort of" funny.
fun