Articles

TypeScript

TypeScript is a typed superset of JavaScript designed to make larger codebases easier to reason about and safer to change. In practice it gives us stronger editor feedback, clearer APIs, better refactors, and a more explicit way to model the data flowing through components, utilities, and backend boundaries. Most of the articles here focus on the pragmatic side of TypeScript rather than type trickery for its own sake.

Below you will find a subset of articles from my blog specifically about TypeScript. This is an area that I have worked with for many years, and have managed to write about quite a few times. There are thirtyeight collected together for you below.