Typescript Meta-Programming from 0 to 100
Description
When applications are getting bigger, some tools and features that help to manage this increasing complexity become more required. Let's check some of these features: composition/dependency Injection, runtime type assertions, reflection/mirroring and more, and see how we can use it in real-life use cases.
Preparations
Please, check the repository for the workshop: https://github.com/danduh/workshop-ts.
In the README file, you will find all the instructions on how to get started, the requirements, and the workshop plan.