TypeScript supports exhaustiveness checking for enums and similar types. This blog post shows how to use idiomatic JavaScript for this kind of check. (more…)
Read more »
The TypeScript team announced the release of TypeScript 4.0, which includes long-awaited variadic tuple type support and other improvements without introducing any major breaking changes. (more…)
Read more »
In this article, you'll learn approaches for handling aggregates on Aggregates in Domain-Driven Design. (more…)
Read more »
Statically-typed JavaScript exploded in use in 2016. More and more companies are leveraging the vast potential of types in JavaScript. Two major players we. (more…)
Read more »