Take Your TypeScript Skills To The Next Level
Learn how to leverage the type system instead of fighting with it! In this video series we will build our own type-safe environment-variable parser and Mailgun HTTP module from scratch!
Learn How To Turn A any
Into A MyWidget
Without Typecasting 🙅♂️
Have you or your team finally hit one-too-many runtime errors because your code is covered with as
typecasts? Learn how to safely convert / validate any
and unknown
values ... without using dangerous typecasts!
Enforce Strict HTTP Semantics At Compile Time
Learn how to leverage TypeScript Generics and Higher Order Functions to ensure consistent HTTP responses.
Create Your Own TypeSafe 3rd-Party API Modules
Learn how to create your own 3rd party service integrations in a type-safe and functional style!
I will show you how to incrementally add more functionality to your http modules without sacrificing type safety.