Type Families in TypeScript

Did you know you can create functions from type to type in Typescript? See how can it be done… Read more

Similar

What’s the Deal with TypeScript?

Two weeks ago at EmberConf, we announced [Glimmer.js](https://glimmerjs.com/), a component-based library for writing superfast web applications. In the demo video, we use TypeScript to write our Glimmer components. Some people have been asking, what’s the... (more…)

Read more »

TypeScript 4.7

Today we’re excited to announce the availability of TypeScript 4.7! 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 kind... (more…)

Read more »

Branch by Abstraction Example (TypeScript)

The strangler pattern is useful for scenarios where you can intercept the calls at the edge of your monolithic application. But what do you do in a scenario where the functionality you're trying to extract is not called directly from the outside, rather i... (more…)

Read more »