tag
typescript
5 articles
-
Types without the build step: why I chose JSDoc + tsc over TypeScript files
How JSDoc annotations checked by tsc give a buildless platform most of TypeScript's safety with zero compile, and where real .ts files are still the better call.
-
How do you connect a simple front end to a typed API?
A big picture guide to pairing a thin UI with a typed API so founders get speed without painting themselves into a corner.
-
What is Drizzle, and why do teams treat the schema as a contract?
Drizzle is a TypeScript first layer over PostgreSQL that keeps migrations, types, and queries aligned. Here is why teams treat the schema as a contract instead of a rumor.
-
How do types go from the database to the client?
How a typed path from database to UI keeps product teams honest without drowning in ceremony.
-
What is TypeScript, and why do product teams still adopt it?
A plain-language look at TypeScript for founders: what it is, where it pays, and when the ceremony is not worth it.