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
Developer Week '17 - Los geht's mit TypeScript
Search
Dominik Kundel
June 26, 2017
Programming
0
120
Developer Week '17 - Los geht's mit TypeScript
[German] Introduction to TypeScript presented at Developer Week in Nuremberg, Germany
Dominik Kundel
June 26, 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
0
18
AI for Marketers Sept '24 - How AI Agents will change your
dkundel
0
190
AGI Builders July '24 - Rogue Agents - Stop AI from misusing APIs
dkundel
0
130
AI Engineer World's Fair '24 - Cooking with Fire without
dkundel
0
160
Rogue Agents - Stop AI from misusing APIs
dkundel
0
210
SIGNAL 2021 - Live Developer Mode
dkundel
0
160
OpenJS World - What the AST?
dkundel
0
440
WFHConf - Move to TypeScript at your own Pace
dkundel
0
300
SFNode '20 - How to move your project to TypeScript
dkundel
0
310
Other Decks in Programming
See All in Programming
SwiftUI Viewの責務分離
elmetal
PRO
2
270
Better Code Design in PHP
afilina
0
160
Datadog Workflow Automation で圧倒的価値提供
showwin
1
140
2025.2.14_Developers Summit 2025_登壇資料
0101unite
0
160
Jakarta EE meets AI
ivargrimstad
0
310
Kotlinの開発でも AIをいい感じに使いたい / Making the Most of AI in Kotlin Development
kohii00
4
800
一休.com のログイン体験を支える技術 〜Web Components x Vue.js 活用事例と最適化について〜
atsumim
0
860
クリーンアーキテクチャから見る依存の向きの大切さ
shimabox
5
940
もう僕は OpenAPI を書きたくない
sgash708
5
1.9k
コードを読んで理解するko build
bells17
1
110
Jakarta EE meets AI
ivargrimstad
0
260
Domain-Driven Transformation
hschwentner
2
1.9k
Featured
See All Featured
A better future with KSS
kneath
238
17k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
How GitHub (no longer) Works
holman
314
140k
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
What's in a price? How to price your products and services
michaelherold
244
12k
Making Projects Easy
brettharned
116
6k
Adopting Sorbet at Scale
ufuk
74
9.2k
KATA
mclloyd
29
14k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
366
25k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Transcript
LOS GEHT'S MIT mit Dominik Kundel Dominik Kundel | @dkundel
| #dwx17
Dominik Kundel | @dkundel | #dwx17
MOIN! ICH BIN DOMINIK! Dominik Kundel | @dkundel | #dwx17
ÜBER MICH Developer Evangelist bei Kontakt Daten: @dkundel
[email protected]
github/dkundel
Dominik Kundel | @dkundel | #dwx17
Dominik Kundel | @dkundel | #dwx17
WARNUNG! Dominik Kundel | @dkundel | #dwx17
LIVE CODING! Dominik Kundel | @dkundel | #dwx17
WAS IST Dominik Kundel | @dkundel | #dwx17
SUPERSET VON JAVASCRIPT Dominik Kundel | @dkundel | #dwx17
Dominik Kundel | @dkundel | #dwx17
Dominik Kundel | @dkundel | #dwx17
Dominik Kundel | @dkundel | #dwx17
EIN PAAR DINGE ÜBER JAVASCRIPT Dominik Kundel | @dkundel |
#dwx17
NODE.JS REPL Dominik Kundel | @dkundel | #dwx17
JAVASCRIPT WAS ZUR HÖLLE? Dominik Kundel | @dkundel | #dwx17
WAS BIETET TYPESCRIPT? Dominik Kundel | @dkundel | #dwx17
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 | #dwx17
VERBESSERTE DEVELOPMENT EXPERIENCE Dominik Kundel | @dkundel | #dwx17
DEMO TYPESCRIPT BASICS Dominik Kundel | @dkundel | #dwx17
tsconfig.json { "compilerOptions": { "jsx": "react", "noImplicitAny": true, "noImplicitThis": true,
"sourceMap": true, "inlineSourceMap": true } } Dominik Kundel | @dkundel | #dwx17
ZUSAMMENFASSEND Dominik Kundel | @dkundel | #dwx17
IHR SCHREIBT BEREITS TYPESCRIPT Dominik Kundel | @dkundel | #dwx17
SICHERER CODE Dominik Kundel | @dkundel | #dwx17
VERBESSERTE DEVELOPMENT EXPERIENCE Dominik Kundel | @dkundel | #dwx17
bit.ly/startTypeScript Dominik Kundel | @dkundel | #dwx17
bit.ly/dwx-typescript Dominik Kundel | @dkundel | #dwx17
VIELEN DANK! @dkundel
[email protected]
github/dkundel Dominik Kundel | @dkundel |
#dwx17