Full Stack Web Development

W21 Typescript Meta-Programming from 0 to 100

08/09/2023

4:00pm - 5:15pm

Level: Intermediate to Advanced

Daniel Ostrovsky

Software Senior Principal Engineer

Dell

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 live coding session.

You will learn:

  • About decorators and useful examples
  • How to understand Infer on practice
  • About Metaprogramming practical use-cases