Writing
Engineering notes from the work.
Focused accounts of search architecture, debugging, test infrastructure, and the implementation details that make production software dependable.
04 / Writing
Notes from debugging and delivery.
DEV CommunityDEV CommunityMediumEngineering note
View all writing How I Designed a Production Global Search System on PostgreSQL
Designing a parser and AST for nested queries, then reducing measured search latency from roughly 40ms to 12ms with PostgreSQL GIN indexing.
Fixing an Infinite Loading State in the npmx Code Browser
Tracing an idle request state and restoring the oversized-file fallback in a Nuxt code browser.
Beyond Test Automation
Designing deterministic execution, parallel CI, reusable infrastructure, and release-focused coverage.
Package timeline type detection
Why declaration files matter when determining whether a package has removed TypeScript support.