Blog Posts taged with refactor
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.
Adding ESLint & Prettier to My Blog
December 2, 2024I recently took some time to add ESLint and Prettier to my Astro blog. Here an easy todo to follow and some of my lessons learned.