End-to-End TypeScript: Database, Back End, API, and Front End [video]

This is a walk-through of a real commercial system written in TypeScript. Static types are used to ensure that the backend code uses the database’s data corr… Read more

Similar

TypeScript 4.6

Today we’re announcing the availability of TypeScript 4.6. If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript and adds syntax for types. Types help describe what kinds of values you’re working with and what kinds of func... (more…)

Read more »

TypeScript 4.9

Today we are excited to announce the availability of TypeScript 4.9! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding types and type-checking. Types can describe things like the shapes of our objects, how functio... (more…)

Read more »

TypeScript v4.0.2 Released

Today we’re announcing our release candidate of TypeScript 4.0. While this RC brings us closer to a new major version of TypeScript, don’t fret – there are no larger breaking changes than usual. Our philosophy in evolving TypeScript has always been to pro... (more…)

Read more »