Latest video
Latest posts

How to use Mapped Types in TypeScript

New Features

TypeScript 2.1 introduced mapped types which allow you to build new types based on the properties of an existing type.

Continue reading →

Error TS2307: Cannot find module events

Hands-On

Extending the EventEmitter class from Node.js might cause error TS2307. Here is how to fix it.

Continue reading →