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
11 changes: 7 additions & 4 deletions src/eventi/2020-03-18-typescript-from-0-to-hero.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@
title: TypeScript from 0 to Hero
subtitle: Con Daniele Morosinotto di XE Development User Group parliamo di Typescript!
image: /img/contents/aprile.jpg
cover: >-
/img/contents/https___cdn.evbuc.com_images_92514543_114965312043_1_original.jpg
cover: /img/contents/https___cdn.evbuc.com_images_92514543_114965312043_1_original.jpg
date: 2020-04-22T17:00:27.043Z
permalink: '/eventi/{{ page.date | dateslug }}/{{ page.fileSlug | slug }}/index.html'
permalink: /eventi/{{ page.date | dateslug }}/{{ page.fileSlug | slug }}/index.html
published: true
featured: true
event:
location: Facebook Live Streaming
speaker: Daniele Morosinotto
eventbrite: '94811382397'
eventbrite: "94811382397"
facebooklive: https://www.facebook.com/matteoguidotto/videos/10222910762661471
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
---
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