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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Dominik Kundel
PRO
June 26, 2017
Programming
0
130
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
97
AI for Marketers Sept '24 - How AI Agents will change your
dkundel
PRO
0
300
AGI Builders July '24 - Rogue Agents - Stop AI from misusing APIs
dkundel
PRO
0
230
AI Engineer World's Fair '24 - Cooking with Fire without
dkundel
PRO
0
230
Rogue Agents - Stop AI from misusing APIs
dkundel
PRO
0
280
SIGNAL 2021 - Live Developer Mode
dkundel
PRO
0
190
OpenJS World - What the AST?
dkundel
PRO
0
490
WFHConf - Move to TypeScript at your own Pace
dkundel
PRO
0
360
SFNode '20 - How to move your project to TypeScript
dkundel
PRO
0
350
Other Decks in Programming
See All in Programming
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
350
2026年は Rust 置き換えが流行る! / 20260220-niigata-5min-tech
girigiribauer
0
220
Python’s True Superpower
hynek
0
200
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
310
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
130
手戻りゼロ? Spec Driven Developmentとは@KAG AI week
tmhirai
1
160
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
440
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
200
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
9
2.5k
nuget-server - あなたが必要だったNuGetサーバー
kekyo
PRO
0
170
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
350
Featured
See All Featured
Fashionably flexible responsive web design (full day workshop)
malarkey
408
66k
Reality Check: Gamification 10 Years Later
codingconduct
0
2k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.9k
Accessibility Awareness
sabderemane
0
73
Building Adaptive Systems
keathley
44
2.9k
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
A designer walks into a library…
pauljervisheath
210
24k
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
370
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.6k
Evolving SEO for Evolving Search Engines
ryanjones
0
150
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
60
51k
Tips & Tricks on How to Get Your First Job In Tech
honzajavorek
0
450
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