Blog Posts taged with tooling
Deleting My Copy-Code Component for Expressive Code
July 13, 2026A few months ago I hand-rolled a copy-to-clipboard button for my code blocks. This summer I threw it away and let astro-expressive-code do that job and the ones I never got around to. Here is what the swap looked like.
Trading ESLint and Prettier for Biome
July 6, 2026A while back I added ESLint and Prettier to this blog. This year I pulled both out and replaced them with Biome, a single Rust-based tool that formats and lints in one pass. Here is why, and what the switch actually looked like.
Switching to PNPM for Everything Node.js?
December 19, 2023In this blog post I talk about my exploration in switching to using PNPM everywhere instead of NPM and NVM.
My Basic isort Configuration
August 20, 2019Automate Python import sorting with isort to reduce code review bikeshedding and maintain consistent style.