Recording
Abstract
TypeScript is a powerful language with a type system that has been designed towards common programming patterns in the JavaScript world.
Coupled with outstanding type inference and IDE support, it makes programming a breeze.
In this talk, we will take a look at some of the more advanced parts of the type system and how they can be used to create rock-solid APIs.
As an example we will consider the very common problem of data validation and processing.
I will show how to build a data pipeline from scratch.
Slides
Download (PDF)Events
- INNOQ Technology Lunch, Online,
- We Are Developers World Congress, Berlin, Germany,
Articles
Check out my articles for more in-depth coverage on TypeScript: