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
EnterJS '17 - Los Geht's mit TypeScript
Search
Dominik Kundel
PRO
June 21, 2017
Programming
1
110
EnterJS '17 - Los Geht's mit TypeScript
[GERMAN]
Einführung in TypeScript gehalten bei EnterJS.
Dominik Kundel
PRO
June 21, 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
57
AI for Marketers Sept '24 - How AI Agents will change your
dkundel
PRO
0
260
AGI Builders July '24 - Rogue Agents - Stop AI from misusing APIs
dkundel
PRO
0
200
AI Engineer World's Fair '24 - Cooking with Fire without
dkundel
PRO
0
210
Rogue Agents - Stop AI from misusing APIs
dkundel
PRO
0
260
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
330
SFNode '20 - How to move your project to TypeScript
dkundel
PRO
0
340
Other Decks in Programming
See All in Programming
Reduxモダナイズ 〜コードのモダン化を通して、将来のライブラリ移行に備える〜
pvcresin
2
690
アメ車でサンノゼを走ってきたよ!
s_shimotori
0
140
株式会社 Sun terras カンパニーデック
sunterras
0
230
Cloudflare AgentsとAI SDKでAIエージェントを作ってみた
briete
0
120
iOSアプリの信頼性を向上させる取り組み/ios-app-improve-reliability
shino8rayu9
0
150
overlayPreferenceValue で実現する ピュア SwiftUI な AdMob ネイティブ広告
uhucream
0
110
CSC509 Lecture 05
javiergs
PRO
0
300
10年もののAPIサーバーにおけるCI/CDの改善の奮闘
mbook
0
780
GitHub Actions × AWS OIDC連携の仕組みと経緯を理解する
ota1022
0
240
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
150
なぜGoのジェネリクスはこの形なのか? Featherweight Goが明かす設計の核心
ryotaros
7
1k
私達はmodernize packageに夢を見るか feat. go/analysis, go/ast / Go Conference 2025
kaorumuta
2
500
Featured
See All Featured
Gamification - CAS2011
davidbonilla
81
5.5k
Bash Introduction
62gerente
615
210k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Thoughts on Productivity
jonyablonski
70
4.9k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Transcript
LOS GEHT'S MIT mit Dominik Kundel Dominik Kundel | @dkundel
| #enterjs
Dominik Kundel | @dkundel | #enterjs
MOIN! ICH BIN DOMINIK! Dominik Kundel | @dkundel | #enterjs
ÜBER MICH Developer Evangelist bei Kontakt Daten: @dkundel
[email protected]
github/dkundel
Dominik Kundel | @dkundel | #enterjs
Dominik Kundel | @dkundel | #enterjs
WARNUNG! Dominik Kundel | @dkundel | #enterjs
LIVE CODING! Dominik Kundel | @dkundel | #enterjs
WAS IST Dominik Kundel | @dkundel | #enterjs
SUPERSET VON JAVASCRIPT Dominik Kundel | @dkundel | #enterjs
Dominik Kundel | @dkundel | #enterjs
Dominik Kundel | @dkundel | #enterjs
Dominik Kundel | @dkundel | #enterjs
EIN PAAR DINGE ÜBER JAVASCRIPT Dominik Kundel | @dkundel |
#enterjs
NODE.JS REPL Dominik Kundel | @dkundel | #enterjs
JAVASCRIPT WAS ZUR HÖLLE? Dominik Kundel | @dkundel | #enterjs
WAS BIETET TYPESCRIPT? Dominik Kundel | @dkundel | #enterjs
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 | #enterjs
VERBESSERTE DEVELOPMENT EXPERIENCE Dominik Kundel | @dkundel | #enterjs
DEMO TYPESCRIPT BASICS Dominik Kundel | @dkundel | #enterjs
tsconfig.json { "compilerOptions": { "jsx": "react", "noImplicitAny": true, "noImplicitThis": true,
"sourceMap": true, "inlineSourceMap": true } } Dominik Kundel | @dkundel | #enterjs
ZUSAMMENFASSEND Dominik Kundel | @dkundel | #enterjs
IHR SCHREIBT BEREITS TYPESCRIPT Dominik Kundel | @dkundel | #enterjs
SICHERER CODE Dominik Kundel | @dkundel | #enterjs
VERBESSERTE DEVELOPMENT EXPERIENCE Dominik Kundel | @dkundel | #enterjs
bit.ly/starttypescript Dominik Kundel | @dkundel | #enterjs
bit.ly/enterjs-typescript Dominik Kundel | @dkundel | #enterjs
VIELEN DANK! @dkundel
[email protected]
github/dkundel Dominik Kundel | @dkundel |
#enterjs