
TypeScript
Official websiteTypeScript adds static typing to JavaScript, making large codebases easier to refactor and reason about.
How I use it
I reach for TypeScript on every production project — from React frontends to Node APIs — to catch bugs early and keep shared types aligned across the stack.