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
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
AI時代でも変わらない技術コミュニティの力~10年続く“ゆるい”つながりが生み出す価値
n_takehata
2
640
CSC307 Lecture 12
javiergs
PRO
0
460
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
1.6k
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
160
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
200
JPUG勉強会 OSSデータベースの内部構造を理解しよう
oga5
2
230
Ruby x Terminal
a_matsuda
7
580
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
310
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
130
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
290
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
440
株式会社 Sun terras カンパニーデック
sunterras
0
2k
Featured
See All Featured
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
280
Odyssey Design
rkendrick25
PRO
2
530
Navigating Team Friction
lara
192
16k
Utilizing Notion as your number one productivity tool
mfonobong
4
240
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.2k
What Being in a Rock Band Can Teach Us About Real World SEO
427marketing
0
190
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
210
The Cost Of JavaScript in 2023
addyosmani
55
9.7k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
10
1.1k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
360
30k
Scaling GitHub
holman
464
140k
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