Jul 2019
5 Commandments for TypeScript programmers
Mar 2019
Comprehensive list of built-in utility types in TypeScript
Feb 2019
Deep property access in TypeScript
May 2019
Strict function types in TypeScript: covariance, contravariance and bivariance
Jun 2019
The meaning of union and intersection types
Mar 2019
TypeScript 3.4 hidden gem: propagated generic type arguments
Nov 2020
TypeScript - Engineering Manager's perspective
Feb 2019
TypeScript conditional types real-life example
Oct 2019
The ultimate explanation of TypeScript generics: functions
Aug 2019
Typing Higher Order Components in React using TypeScript
Aug 2019
Typing a useReducer React hook in TypeScript
Aug 2019
React useState Hook with TypeScript: The Complete Guide
Dec 2018
Why you should enable `strictNullChecks` in TypeScript?
Feb 2018
Advanced functional programming in TypeScript: Maybe monad
May 2018
Advanced functional programming in TypeScript: functional exceptions
Mar 2018
Advanced functional programming in TypeScript: monads and generators
Jan 2018
TypeScript: Building an interpreter with discriminated unions
Jun 2016
Scala-ts: Scala to TypeScript code generator
Oct 2023
Patterns for Consuming REST API's in TypeScript vol.2 - AsyncResult
Jan 2018
TypeScript: Precise domain modeling with discriminated unions
Feb 2022
Patterns for Consuming REST API's in TypeScript