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
FrontEnd Con '17 - Getting Started with TypeScript
Search
Dominik Kundel
September 22, 2017
Programming
0
100
FrontEnd Con '17 - Getting Started with TypeScript
Talk given at FrontEnd Con 2017 (
http://frontend-con.io
)
Dominik Kundel
September 22, 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
0
18
AI for Marketers Sept '24 - How AI Agents will change your
dkundel
0
190
AGI Builders July '24 - Rogue Agents - Stop AI from misusing APIs
dkundel
0
130
AI Engineer World's Fair '24 - Cooking with Fire without
dkundel
0
160
Rogue Agents - Stop AI from misusing APIs
dkundel
0
210
SIGNAL 2021 - Live Developer Mode
dkundel
0
160
OpenJS World - What the AST?
dkundel
0
440
WFHConf - Move to TypeScript at your own Pace
dkundel
0
300
SFNode '20 - How to move your project to TypeScript
dkundel
0
310
Other Decks in Programming
See All in Programming
15分で学ぶDuckDBの可愛い使い方 DuckDBの最近の更新
notrogue
2
420
一休.com のログイン体験を支える技術 〜Web Components x Vue.js 活用事例と最適化について〜
atsumim
0
870
ファインディLT_ポケモン対戦の定量的分析
fufufukakaka
0
910
新宿駅構内を三人称視点で探索してみる
satoshi7190
2
120
Django NinjaによるAPI開発の効率化とリプレースの実践
kashewnuts
1
250
Domain-Driven Transformation
hschwentner
2
1.9k
GAEログのコスト削減
mot_techtalk
0
130
1年目の私に伝えたい!テストコードを怖がらなくなるためのヒント/Tips for not being afraid of test code
push_gawa
1
500
データベースのオペレーターであるCloudNativePGがStatefulSetを使わない理由に迫る
nnaka2992
0
230
Serverless Rust: Your Low-Risk Entry Point to Rust in Production (and the benefits are huge)
lmammino
1
150
『テスト書いた方が開発が早いじゃん』を解き明かす #phpcon_nagoya
o0h
PRO
8
2.4k
SwiftUI Viewの責務分離
elmetal
PRO
2
270
Featured
See All Featured
How STYLIGHT went responsive
nonsquared
98
5.4k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.7k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Testing 201, or: Great Expectations
jmmastey
42
7.2k
The Cost Of JavaScript in 2023
addyosmani
47
7.4k
How to Ace a Technical Interview
jacobian
276
23k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
10
510
For a Future-Friendly Web
brad_frost
176
9.6k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
10
1.3k
Rails Girls Zürich Keynote
gr2m
94
13k
What's in a price? How to price your products and services
michaelherold
244
12k
Transcript
Getting started with by Dominik Kundel Dominik Kundel | @dkundel
| #frontendCon2017
Dominik Kundel | @dkundel | #frontendCon2017
HI! I'm Dominik! Dominik Kundel | @dkundel | #frontendCon2017
About Me Developer Evangelist at Get in touch with me!
@dkundel
[email protected]
github/dkundel Dominik Kundel | @dkundel | #frontendCon2017
Dominik Kundel | @dkundel | #frontendCon2017
WARNING! Dominik Kundel | @dkundel | #frontendCon2017
Live Coding! Dominik Kundel | @dkundel | #frontendCon2017
What Is Dominik Kundel | @dkundel | #frontendCon2017
Superset of JavaScript Dominik Kundel | @dkundel | #frontendCon2017
Dominik Kundel | @dkundel | #frontendCon2017
Dominik Kundel | @dkundel | #frontendCon2017
Dominik Kundel | @dkundel | #frontendCon2017
Let's Talk About JavaScript Dominik Kundel | @dkundel | #frontendCon2017
Time For The Node.js REPL Dominik Kundel | @dkundel |
#frontendCon2017
JavaScript WTF? Dominik Kundel | @dkundel | #frontendCon2017
What Does TypeScript Offer? Dominik Kundel | @dkundel | #frontendCon2017
What Does TypeScript Offer? ▸ Compiler that converts TypeScript to
JavaScript ▸ npm install -g typescript ▸ Extends JavaScript with a set of type annotations ▸ Type checking during compiling Dominik Kundel | @dkundel | #frontendCon2017
Better Development Experience Dominik Kundel | @dkundel | #frontendCon2017
Demo TypeScript Basics Dominik Kundel | @dkundel | #frontendCon2017
tsconfig.json { "compilerOptions": { "jsx": "react", "noImplicitAny": true, "noImplicitThis": true,
"sourceMap": true, "inlineSourceMap": true } } Dominik Kundel | @dkundel | #frontendCon2017
Summary Dominik Kundel | @dkundel | #frontendCon2017
You are already writing TypeScript Dominik Kundel | @dkundel |
#frontendCon2017
Safer Code Dominik Kundel | @dkundel | #frontendCon2017
Better Development experience Dominik Kundel | @dkundel | #frontendCon2017
bit.ly/startTypeScript Dominik Kundel | @dkundel | #frontendCon2017
bit.ly/frontendcon-ts Dominik Kundel | @dkundel | #frontendCon2017
Thank You! Contact Me: @dkundel
[email protected]
github/dkundel Dominik Kundel |
@dkundel | #frontendCon2017