Today we’re excited to announce the availability of TypeScript 4.3! If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript by adding syntax for static types. Tools like the TypeScript compiler can just erase TypeScript synta... (more…)
Read more »
Domain Driven Design and typed functional programming in TypeScript... (more…)
Read more »
Even though the library of type definitions is vast, the amount of JavaScript libraries is even greater. Every TypeScript developer will encounter a situation where the type definition is missing, or it is not up-to-date. There are four options to deal th... (more…)
Read more »
Whilst it can front-load some of the effort required to build a large-scale JavaScript application, over the last couple of years I've found TypeScript to be something that protects both you (or future you) and the people you work with the longer a projec... (more…)
Read more »