Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.

Commit 8cc11ca

Browse files
authored
Merge pull request #41 from fevrcoding/cms/event/2020-03-18-typescript-from-0-to-hero
Automatically generated. Merged on Netlify CMS.
2 parents 640fe06 + d476b9a commit 8cc11ca

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

src/eventi/2020-03-18-typescript-from-0-to-hero.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22
title: TypeScript from 0 to Hero
33
subtitle: Con Daniele Morosinotto di XE Development User Group parliamo di Typescript!
44
image: /img/contents/aprile.jpg
5-
cover: >-
6-
/img/contents/https___cdn.evbuc.com_images_92514543_114965312043_1_original.jpg
5+
cover: /img/contents/https___cdn.evbuc.com_images_92514543_114965312043_1_original.jpg
76
date: 2020-04-22T17:00:27.043Z
8-
permalink: '/eventi/{{ page.date | dateslug }}/{{ page.fileSlug | slug }}/index.html'
7+
permalink: /eventi/{{ page.date | dateslug }}/{{ page.fileSlug | slug }}/index.html
98
published: true
109
featured: true
1110
event:
1211
location: Facebook Live Streaming
1312
speaker: Daniele Morosinotto
14-
eventbrite: '94811382397'
13+
eventbrite: "94811382397"
14+
facebooklive: https://www.facebook.com/matteoguidotto/videos/10222910762661471
15+
slides:
16+
- author: Morosinotto
17+
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
1518
---
1619
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")
1720

0 commit comments

Comments
 (0)