TypeScript's new compiler and why build speed matters
TypeScript's compiler ported to Go, and why a fast feedback loop is so valuable for developers.
Tag
Type safety with TypeScript: compiler settings, type design and migrating from JavaScript.
There are 8 posts with this tag.
TypeScript's compiler ported to Go, and why a fast feedback loop is so valuable for developers.
In a polyglot repo the rule is the same in every language; one architecture.json now enforces Go, TypeScript and Python boundaries in CI.
The hidden cognitive overhead of working in multiple languages simultaneously, and how I manage it.
A reflection on how moving between PHP, Go, Python, and TypeScript within a single year shaped the way I think about software.
TypeScript's built-in utility types and type transformation mechanisms: using the type system as a first-class tool.
How to carry your type contract from the backend API to the frontend interface without breaking it — and the practical approaches to get there.