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
June 21, 2017
Programming
1
110
EnterJS '17 - Los Geht's mit TypeScript
[GERMAN]
Einführung in TypeScript gehalten bei EnterJS.
Dominik Kundel
June 21, 2017
Tweet
Share
More Decks by Dominik Kundel
See All by Dominik Kundel
AI for Marketers Sept '24 - How AI Agents will change your
dkundel
0
140
AGI Builders July '24 - Rogue Agents - Stop AI from misusing APIs
dkundel
0
89
AI Engineer World's Fair '24 - Cooking with Fire without
dkundel
0
130
Rogue Agents - Stop AI from misusing APIs
dkundel
0
170
SIGNAL 2021 - Live Developer Mode
dkundel
0
130
OpenJS World - What the AST?
dkundel
0
410
WFHConf - Move to TypeScript at your own Pace
dkundel
0
280
SFNode '20 - How to move your project to TypeScript
dkundel
0
290
Node+JS Interactive '19 - When Porgs Scream at Webpack and Other Stories
dkundel
0
320
Other Decks in Programming
See All in Programming
Identifying User Idenity
moro
6
7.9k
Nuxtベースの「WXT」でChrome拡張を作成する | Vue Fes 2024 ランチセッション
moshi1121
1
520
From Subtype Polymorphism To Typeclass-based Ad hoc Polymorphism- An Example
philipschwarz
PRO
0
170
とにかくAWS GameDay!AWSは世界の共通言語! / Anyway, AWS GameDay! AWS is the world's lingua franca!
seike460
PRO
1
550
Kubernetes for Data Engineers: Building Scalable, Reliable Data Pipelines
sucitw
1
200
プロジェクト新規参入者のリードタイム短縮の観点から見る、品質の高いコードとアーキテクチャを保つメリット
d_endo
1
1k
NSOutlineView何もわからん:( 前編 / I Don't Understand About NSOutlineView :( Pt. 1
usagimaru
0
150
Golang と Erlang
taiyow
8
1.9k
Tuning GraphQL on Rails
pyama86
2
1k
GCCのプラグインを作る / I Made a GCC Plugin
shouth
1
150
C#/.NETのこれまでのふりかえり
tomokusaba
1
160
破壊せよ!データ破壊駆動で考えるドメインモデリング / data-destroy-driven
minodriven
16
4.1k
Featured
See All Featured
Optimizing for Happiness
mojombo
376
69k
Adopting Sorbet at Scale
ufuk
73
9k
Rails Girls Zürich Keynote
gr2m
93
13k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
14
1.9k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
131
33k
How GitHub (no longer) Works
holman
311
140k
Teambox: Starting and Learning
jrom
132
8.7k
Keith and Marios Guide to Fast Websites
keithpitt
408
22k
The Cult of Friendly URLs
andyhume
78
6k
Scaling GitHub
holman
458
140k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
Why Our Code Smells
bkeepers
PRO
334
57k
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