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
27k
Real World .NET Core on Kubernetes
mayuki
2
3.8k
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
pnpm に provenance のダウングレード を検出する PR を出してみた
ryo_manba
1
210
業務でAIを使いたい話
hnw
0
240
MCPサーバー「モディフィウス」で変更容易性の向上をスケールする / modifius
minodriven
6
1.2k
Amazon Bedrock Knowledge Bases Hands-on
konny0311
0
120
予防に勝る防御なし(2025年版) - 堅牢なコードを導く様々な設計のヒント / Growing Reliable Code PHP Conference Fukuoka 2025
twada
PRO
30
9.5k
O Que É e Como Funciona o PHP-FPM?
marcelgsantos
0
250
AsyncSequenceとAsyncStreamのプロポーザルを全部読む!!
s_shimotori
1
250
AI時代に必須!状況言語化スキル / ai-context-verbalization
minodriven
2
350
Reactive Thinking with Signals and the Resource API
manfredsteyer
PRO
0
130
TransformerからMCPまで(現代AIを理解するための羅針盤)
mickey_kubo
7
6k
HTTPじゃ遅すぎる! SwitchBotを自作ハブで動かして学ぶBLE通信
occhi
0
220
フロントエンド開発のためのブラウザ組み込みAI入門
masashi
7
3.7k
Featured
See All Featured
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
658
61k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
Testing 201, or: Great Expectations
jmmastey
46
7.8k
Designing for humans not robots
tammielis
254
26k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
2.9k
[RailsConf 2023] Rails as a piece of cake
palkan
57
6k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
192
56k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
KATA
mclloyd
PRO
32
15k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
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