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
PRO
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
PRO
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
PRO
0
38
AI for Marketers Sept '24 - How AI Agents will change your
dkundel
PRO
0
230
AGI Builders July '24 - Rogue Agents - Stop AI from misusing APIs
dkundel
PRO
0
170
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
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
190
deno-redisの紹介とJSRパッケージの運用について (toranoana.deno #21)
uki00a
0
150
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
20
3.6k
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
1
690
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
130
Benchmark
sysong
0
270
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
5
1.3k
Code as Context 〜 1にコードで 2にリンタ 34がなくて 5にルール? 〜
yodakeisuke
0
100
来たるべき 8.0 に備えて React 19 新機能と React Router 固有機能の取捨選択とすり合わせを考える
oukayuka
2
860
童醫院敏捷轉型的實踐經驗
cclai999
0
190
すべてのコンテキストを、 ユーザー価値に変える
applism118
2
800
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
220
Featured
See All Featured
Practical Orchestrator
shlominoach
188
11k
A Modern Web Designer's Workflow
chriscoyier
694
190k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
17
940
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.4k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
Become a Pro
speakerdeck
PRO
28
5.4k
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