Option, Result, and Either types for TypeScript - Inspired by Rust 🦀 - thames-technology/monads... (more…)
Read more »
The TypeScript type system is immensely powerful, and while the language itself is, of course, Turing complete, so is the type system itself. This allows us to implement types that are far more sophisticated than what is possible in most popular programmi... (more…)
Read more »
I posted recently about the release of the desktop version of our Debug Trainer debugging practice app.
Today I thought I’d talk a bit about a tool we used to write that desktop application using m... (more…)
Read more »
Use these key steps to create strongly typed immutable records in TypeScript with Immutable.js.
Read more »
In TypeScript in 50 Lessons, Stefan Baumgartner breaks down the quirks of TypeScript into short, manageable lessons. You’ll make sense of TypeScript concepts, tooling for TypeScript and how to get most out of it without learning a new language. Everything... (more…)
Read more »