Programming / TypeScript

๐Ÿ”ท TypeScript

Typed JavaScript for larger codebases and Node.js backends. Brings structure and safety to complex projects.

TypeScript adds the type safety I value from compiled languages to the flexibility of JavaScript. I use it in Node.js backends and larger frontend projects where type errors would otherwise be hard to catch. It pairs well with Express and modern React setups. TypeScript has become my default for any new Node.js project where the codebase will grow beyond a few files.


Used In

AlexWeb Multiplayer Game