How to Define Variables in TypeScript

Typescript variables with examples. In typescript variables are useful to hold the value of a particular data type. Read more

Similar

Behavioral tests / BDD with TypeScript

A couple of blog posts ago we’ve set up a basic build-line, in particular for TypeScript. In this post we’ll get our hands-on again and apply some automagic stuff for doing BDD and / or behavioral-testing on our builds.

Read more »

Literal Types in TypeScript

Over the past few months, I've been experimenting with leveraging TypeScript's type system to give us more reliable code that lines up well with our product and customer success teams' language, in true domain-driven design fashion. Along the way I've bee... (more…)

Read more »