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
39
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
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
「テストは愚直&&網羅的に書くほどよい」という誤解 / Test Smarter, Not Harder
munetoshi
0
180
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
1
6.2k
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
210
効率的な開発手段として VRTを活用する
ishkawa
0
150
PipeCDのプラグイン化で目指すところ
warashi
1
280
VS Code Update for GitHub Copilot
74th
2
660
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
2
150
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
21
4k
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
790
iOS 26にアップデートすると実機でのHot Reloadができない?
umigishiaoi
0
130
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
230
テストから始めるAgentic Coding 〜Claude Codeと共に行うTDD〜 / Agentic Coding starts with testing
rkaga
13
4.9k
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Faster Mobile Websites
deanohume
307
31k
How to Ace a Technical Interview
jacobian
278
23k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
How to Think Like a Performance Engineer
csswizardry
25
1.7k
Six Lessons from altMBA
skipperchong
28
3.9k
Optimizing for Happiness
mojombo
379
70k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
Embracing the Ebb and Flow
colly
86
4.7k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
700
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
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