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
PRO
September 22, 2017
Programming
0
110
FrontEnd Con '17 - Getting Started with TypeScript
Talk given at FrontEnd Con 2017 (
http://frontend-con.io
)
Dominik Kundel
PRO
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
PRO
0
38
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
170
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
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
130
[初登壇@jAZUG]アプリ開発者が気になるGoogleCloud/Azure+wasm/wasi
asaringo
0
130
Elixir で IoT 開発、 Nerves なら簡単にできる!?
pojiro
1
150
第9回 情シス転職ミートアップ 株式会社IVRy(アイブリー)の紹介
ivry_presentationmaterials
1
240
Kotlin エンジニアへ送る:Swift 案件に参加させられる日に備えて~似てるけど色々違う Swift の仕様 / from Kotlin to Swift
lovee
1
260
Gleamという選択肢
comamoca
6
760
NPOでのDevinの活用
codeforeveryone
0
230
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
190
Cline指示通りに動かない? AI小説エージェントで学ぶ指示書の書き方と自動アップデートの仕組み
kamomeashizawa
1
570
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
230
datadog dash 2025 LLM observability for reliability and stability
ivry_presentationmaterials
0
110
Java on Azure で LangGraph!
kohei3110
0
170
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.3k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
Documentation Writing (for coders)
carmenintech
72
4.9k
Typedesign – Prime Four
hannesfritz
42
2.7k
For a Future-Friendly Web
brad_frost
179
9.8k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Six Lessons from altMBA
skipperchong
28
3.8k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.4k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
700
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
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