TypeScript

Type system tricks, generics, utility types, and writing TypeScript that actually helps.

  1. Feb 25, 2026·6 min read·typescriptType narrowing is the skill, not the syntaxLearning TypeScript syntax is easy. Learning to narrow types correctly — and knowing when not to — takes longer.
  2. Jan 8, 2026·5 min read·typescriptThe TypeScript utility types I reach for every weekTypeScript ships a standard library of type transformers. These are the five I use constantly and the one I keep forgetting.