Blog
Writing
Short posts on software, cloud architecture, and building products.
2026-05-06
Migrating from ESLint and Prettier to the OXC Toolchain
oxlint and oxfmt are Rust-based replacements for ESLint and Prettier. Faster feedback, simpler config, and no plugin dependency hell.
typescriptnodedevopstooling
2026-05-04
AWS CDK: Infrastructure That Actually Scales
How AWS CDK turns CloudFormation into real TypeScript, and why reusable constructs change how teams manage infrastructure at scale.
awscdkdevopstypescript
2026-05-01
Why pnpm Is the Better Package Manager
Faster installs, a fraction of the disk usage, and a node_modules structure that actually protects you from supply chain attacks.
nodepnpmdevopssecurity