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
52
AI for Marketers Sept '24 - How AI Agents will change your
dkundel
PRO
0
250
AGI Builders July '24 - Rogue Agents - Stop AI from misusing APIs
dkundel
PRO
0
190
AI Engineer World's Fair '24 - Cooking with Fire without
dkundel
PRO
0
210
Rogue Agents - Stop AI from misusing APIs
dkundel
PRO
0
250
SIGNAL 2021 - Live Developer Mode
dkundel
PRO
0
180
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
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
270
Kiroで始めるAI-DLC
kaonash
2
590
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
300
CloudflareのChat Agent Starter Kitで簡単!AIチャットボット構築
syumai
2
490
モバイルアプリからWebへの横展開を加速した話_Claude_Code_実践術.pdf
kazuyasakamoto
0
330
ソフトウェアテスト徹底指南書の紹介
goyoki
1
150
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
300
Deep Dive into Kotlin Flow
jmatsu
1
340
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
450
ProxyによるWindow間RPC機構の構築
syumai
3
1.2k
FindyにおけるTakumi活用と脆弱性管理のこれから
rvirus0817
0
510
Ruby Parser progress report 2025
yui_knk
1
440
Featured
See All Featured
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
For a Future-Friendly Web
brad_frost
180
9.9k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
Context Engineering - Making Every Token Count
addyosmani
2
41
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
GitHub's CSS Performance
jonrohan
1032
460k
Building Adaptive Systems
keathley
43
2.7k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Docker and Python
trallard
45
3.6k
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