Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
EnterJS '17 - Los Geht's mit TypeScript
Search
Dominik Kundel
June 21, 2017
Programming
1
110
EnterJS '17 - Los Geht's mit TypeScript
[GERMAN]
Einführung in TypeScript gehalten bei EnterJS.
Dominik Kundel
June 21, 2017
Tweet
Share
More Decks by Dominik Kundel
See All by Dominik Kundel
AI for Marketers Sept '24 - How AI Agents will change your
dkundel
0
150
AGI Builders July '24 - Rogue Agents - Stop AI from misusing APIs
dkundel
0
99
AI Engineer World's Fair '24 - Cooking with Fire without
dkundel
0
130
Rogue Agents - Stop AI from misusing APIs
dkundel
0
180
SIGNAL 2021 - Live Developer Mode
dkundel
0
140
OpenJS World - What the AST?
dkundel
0
420
WFHConf - Move to TypeScript at your own Pace
dkundel
0
280
SFNode '20 - How to move your project to TypeScript
dkundel
0
290
Node+JS Interactive '19 - When Porgs Scream at Webpack and Other Stories
dkundel
0
320
Other Decks in Programming
See All in Programming
ECS Service Connectのこれまでのアップデートと今後のRoadmapを見てみる
tkikuc
2
250
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
0
100
Less waste, more joy, and a lot more green: How Quarkus makes Java better
hollycummins
0
100
Why Jakarta EE Matters to Spring - and Vice Versa
ivargrimstad
0
1.2k
EMになってからチームの成果を最大化するために取り組んだこと/ Maximize team performance as EM
nashiusagi
0
100
Streams APIとTCPフロー制御 / Web Streams API and TCP flow control
tasshi
2
350
ペアーズにおけるAmazon Bedrockを⽤いた障害対応⽀援 ⽣成AIツールの導⼊事例 @ 20241115配信AWSウェビナー登壇
fukubaka0825
6
2k
as(型アサーション)を書く前にできること
marokanatani
10
2.7k
React への依存を最小にするフロントエンド設計
takonda
4
810
みんなでプロポーザルを書いてみた
yuriko1211
0
280
WebフロントエンドにおけるGraphQL(あるいはバックエンドのAPI)との向き合い方 / #241106_plk_frontend
izumin5210
4
1.4k
CSC509 Lecture 12
javiergs
PRO
0
160
Featured
See All Featured
Bash Introduction
62gerente
608
210k
Optimising Largest Contentful Paint
csswizardry
33
2.9k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
16k
Making the Leap to Tech Lead
cromwellryan
133
8.9k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
16
2.1k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
506
140k
The Cult of Friendly URLs
andyhume
78
6k
A designer walks into a library…
pauljervisheath
204
24k
[RailsConf 2023] Rails as a piece of cake
palkan
52
4.9k
Site-Speed That Sticks
csswizardry
0
29
GraphQLとの向き合い方2022年版
quramy
43
13k
Building Applications with DynamoDB
mza
90
6.1k
Transcript
LOS GEHT'S MIT mit Dominik Kundel Dominik Kundel | @dkundel
| #enterjs
Dominik Kundel | @dkundel | #enterjs
MOIN! ICH BIN DOMINIK! Dominik Kundel | @dkundel | #enterjs
ÜBER MICH Developer Evangelist bei Kontakt Daten: @dkundel
[email protected]
github/dkundel
Dominik Kundel | @dkundel | #enterjs
Dominik Kundel | @dkundel | #enterjs
WARNUNG! Dominik Kundel | @dkundel | #enterjs
LIVE CODING! Dominik Kundel | @dkundel | #enterjs
WAS IST Dominik Kundel | @dkundel | #enterjs
SUPERSET VON JAVASCRIPT Dominik Kundel | @dkundel | #enterjs
Dominik Kundel | @dkundel | #enterjs
Dominik Kundel | @dkundel | #enterjs
Dominik Kundel | @dkundel | #enterjs
EIN PAAR DINGE ÜBER JAVASCRIPT Dominik Kundel | @dkundel |
#enterjs
NODE.JS REPL Dominik Kundel | @dkundel | #enterjs
JAVASCRIPT WAS ZUR HÖLLE? Dominik Kundel | @dkundel | #enterjs
WAS BIETET TYPESCRIPT? Dominik Kundel | @dkundel | #enterjs
WAS BIETET TYPESCRIPT? ▸ Compiler der TypeScript zu JavaScript kompiliert
▸ npm install -g typescript ▸ Erweitert JavaScript mit Typ-Annotationen ▸ Type-Checking während der Compile-Time Dominik Kundel | @dkundel | #enterjs
VERBESSERTE DEVELOPMENT EXPERIENCE Dominik Kundel | @dkundel | #enterjs
DEMO TYPESCRIPT BASICS Dominik Kundel | @dkundel | #enterjs
tsconfig.json { "compilerOptions": { "jsx": "react", "noImplicitAny": true, "noImplicitThis": true,
"sourceMap": true, "inlineSourceMap": true } } Dominik Kundel | @dkundel | #enterjs
ZUSAMMENFASSEND Dominik Kundel | @dkundel | #enterjs
IHR SCHREIBT BEREITS TYPESCRIPT Dominik Kundel | @dkundel | #enterjs
SICHERER CODE Dominik Kundel | @dkundel | #enterjs
VERBESSERTE DEVELOPMENT EXPERIENCE Dominik Kundel | @dkundel | #enterjs
bit.ly/starttypescript Dominik Kundel | @dkundel | #enterjs
bit.ly/enterjs-typescript Dominik Kundel | @dkundel | #enterjs
VIELEN DANK! @dkundel
[email protected]
github/dkundel Dominik Kundel | @dkundel |
#enterjs