Blog Logo
TAGS

Deep Dive into Advanced TypeScript: A Live Coding Expedition - Christian Woerz - NDC Oslo 2023

Duration : 00:47:39

Christian, a full-stack engineer from Switzerland, introduces himself and his experience in type language programming. He shares that he will be demonstrating TypeScript, a language complementary to C#, which is often used in conjunction with Angular. Christian shows a demo of a to-do app written entirely in TypeScript, using map types to connect events and user actions, and mapped types to add the on prefix and capitalize the first letter of the event names. These intrinsic functions provided by TypeScript allow for cleaner and more efficient code.