← Back

TypeScript

Type-Safe JavaScript

Adding types to JavaScript changes the game. While I am still expanding my depth in TypeScript, I treat it as a critical tool for maintaining code quality in large frontend projects.

The ability to catch errors at compile-time rather than run-time allows me to "scale with confidence" and provides a much better developer experience through IDE autocompletion.

Focus

  • Strict Typing & Interfaces.
  • Generics.
  • Modern Tooling (Vite/Astro).