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
PRO
June 21, 2017
Programming
1
110
EnterJS '17 - Los Geht's mit TypeScript
[GERMAN]
Einführung in TypeScript gehalten bei EnterJS.
Dominik Kundel
PRO
June 21, 2017
Tweet
Share
More Decks by Dominik Kundel
See All by Dominik Kundel
AWS re:Invent '24 - Rogue Agents - Stop AI from misusing APIs
dkundel
PRO
0
39
AI for Marketers Sept '24 - How AI Agents will change your
dkundel
PRO
0
240
AGI Builders July '24 - Rogue Agents - Stop AI from misusing APIs
dkundel
PRO
0
180
AI Engineer World's Fair '24 - Cooking with Fire without
dkundel
PRO
0
200
Rogue Agents - Stop AI from misusing APIs
dkundel
PRO
0
240
SIGNAL 2021 - Live Developer Mode
dkundel
PRO
0
170
OpenJS World - What the AST?
dkundel
PRO
0
460
WFHConf - Move to TypeScript at your own Pace
dkundel
PRO
0
320
SFNode '20 - How to move your project to TypeScript
dkundel
PRO
0
330
Other Decks in Programming
See All in Programming
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
0
380
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
6
920
階層化自動テストで開発に機動力を
ickx
1
380
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
980
Startups on Rails in Past, Present and Future–Irina Nazarova, RailsConf 2025
irinanazarova
0
280
The Modern View Layer Rails Deserves: A Vision For 2025 And Beyond @ RailsConf 2025, Philadelphia, PA
marcoroth
2
760
[SRE NEXT] 複雑なシステムにおけるUser Journey SLOの導入
yakenji
0
580
Goで作る、開発・CI環境
sin392
0
270
ISUCON研修おかわり会 講義スライド
arfes0e2b3c
1
470
Advanced Micro Frontends: Multi Version/ Framework Scenarios @WAD 2025, Berlin
manfredsteyer
PRO
0
410
Claude Code派?Gemini CLI派? みんなで比較LT会!_20250716
junholee
1
660
リバースエンジニアリング新時代へ! GhidraとClaude DesktopをMCPで繋ぐ/findy202507
tkmru
4
1.2k
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
70
11k
The Language of Interfaces
destraynor
158
25k
Bash Introduction
62gerente
613
210k
Become a Pro
speakerdeck
PRO
29
5.4k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Six Lessons from altMBA
skipperchong
28
3.9k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Facilitating Awesome Meetings
lara
54
6.5k
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