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
TypeScriptを使ってみたり
Search
Mayuki Sawatari
August 24, 2013
Programming
2
2.6k
TypeScriptを使ってみたり
Demo:
http://bit.ly/18afm5V
PowerPoint:
http://sdrv.ms/15GZzfu
Mayuki Sawatari
August 24, 2013
Tweet
Share
More Decks by Mayuki Sawatari
See All by Mayuki Sawatari
.NET 9アプリをCGIとして レンタルサーバーで動かす
mayuki
1
1k
.NET のための通信フレームワーク MagicOnion 入門 / Introduction to MagicOnion
mayuki
2
26k
Real World .NET Core on Kubernetes
mayuki
2
3.7k
OneDrive On-Demandがすごい
mayuki
0
2.5k
Android TVとXamarinとKotlin
mayuki
2
500
Cutting Edge!
mayuki
0
3.6k
.NETプログラム(のランタイムを実装する)入門なのです
mayuki
0
2.3k
Acute Low back pain
mayuki
1
250
TypeScriptをより実践的に使うために
mayuki
6
4.5k
Other Decks in Programming
See All in Programming
Swift Concurrency - 状態監視の罠
objectiveaudio
2
550
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
200
テーブル定義書の構造化抽出して、生成AIでDWH分析を試してみた / devio2025tokyo
kasacchiful
0
220
品質ワークショップをやってみた
nealle
0
570
contribution to astral-sh/uv
shunsock
0
120
Building, Deploying, and Monitoring Ruby Web Applications with Falcon (Kaigi on Rails 2025)
ioquatix
4
2.3k
実践Claude Code:20の失敗から学ぶAIペアプログラミング
takedatakashi
15
6.2k
AI駆動で0→1をやって見えた光と伸びしろ
passion0102
1
580
CSC305 Lecture 08
javiergs
PRO
0
250
「ちょっと古いから」って避けてた技術書、今だからこそ読もう
mottyzzz
11
6.9k
AI Agent 時代的開發者生存指南
eddie
3
2k
チームの境界をブチ抜いていけ
tokai235
0
200
Featured
See All Featured
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
Become a Pro
speakerdeck
PRO
29
5.6k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
How STYLIGHT went responsive
nonsquared
100
5.8k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.7k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
GraphQLとの向き合い方2022年版
quramy
49
14k
Transcript
None
Mayuki Sawatari ( ) http://www.misuzilla.org/
TypeScript TypeScript TypeScript TypeScript TypeScript
None
None
IDE C#
(CV: )
JavaScript
None
None
None
http://www.microsoft.com/visualstudio/jpn/products/visual-studio-express-for-web http://www.microsoft.com/en-us/download/details.aspx?id=34790
http://www.jetbrains.com/webstorm/ http://www.jetbrains.com/idea/
None
Demo
None
IDE https://github.com/borisyankov/DefinitelyTyped
None
function _this/that/self
'div' // => HTMLDivElement 'canvas' // => HTMLCanvasElement
None
jQuery $(this) $(this) () => $(this).toggle() (i, e) => $(e).toggle()
<any> <HTMLCanvasElement>
(<any>window) (<any>window)
None
None
None
None
None
None
IDE JavaScript