Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/eventi/2020-03-18-typescript-from-0-to-hero.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ event:
slides:
- author: Morosinotto
url: https://l.facebook.com/l.php?u=https%3A%2F%2Fgithub.com%2Fdmorosinotto%2FTS-GoodCode%2Ftree%2Ffevr%3Ffbclid%3DIwAR1OSGYqB9Into1LuYyJKcDnk79L-4rblUP5JV_ox9FD0wNf8Sp04tdHQVg&h=AT3PYpE6bWVi6_zV-Zx7KymvCW8jlvFpItR3NwsDHEb9_mU5E5RNgDoWaMJpUNqH5b-6YL3dhB4--X1hWkAvC7PcMs5Yhmg5NHtFcvDrGfqhTAa4csfrh5JpckJE8VxfLA&__tn__=R]-R&c[0]=AT3KPVSxR9TGU1OioltNhLeXQfMzsH_EONLTkUb0Ee4BgEdxwe9C1JML3vp8P4hqsIwOdkxSdJrADiXq2A2_U36WgjvAPKMoFLscsK_bsuVQVwZPl17wjYJmEkVdILftZYT0RPJbKj6zbC_MM9eJE6vhbE3dvAivRF3KfSEz8JszL5GNsLZV0ACwS3N6A76ngZc
spotifypodcast: https://open.spotify.com/episode/5UFYVzpL3pPoVE5YSsDz4o
---
Facciamo un viaggio insieme per capire come funziona TypeScript: partiremo dalle basi per arrivare man mano a capire come modellare casi più complessi e interessati, sfruttando al meglio le features che questo linguaggio ci offre, ad esempio per modellare tipi algebrici ed alcuni trick da sfruttare per rendere type-safe alcuni pattern di programmazione "dinamica" che normalmente usiamo in JavaScript. Alla fine della sessione arriveremo a toccare anche alcune delle ultime novità introdotte in TS che permettono di esprimere meglio delle idee/modelli di programmazione sui tipi (aka "meta-programming")

Expand Down