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
Rethink Async
Search
hemanth.hm
October 31, 2018
Programming
1
100
Rethink Async
Rethink Async in JavaScript
hemanth.hm
October 31, 2018
Tweet
Share
More Decks by hemanth.hm
See All by hemanth.hm
Web Components v1
gnumanth
1
110
Harmony with ES6!
gnumanth
6
1.2k
Ants and Algorithm
gnumanth
1
130
NoSQL?
gnumanth
2
260
Google's whitepaper
gnumanth
3
140
Python Intro
gnumanth
1
390
Other Decks in Programming
See All in Programming
WebAssemblyインタプリタを書く ~Component Modelを添えて~
ruccho
1
740
Android 15以上でPDFのテキスト検索を爆速開発!
tonionagauzzi
0
200
「リーダーは意思決定する人」って本当?~ 学びを現場で活かす、リーダー4ヶ月目の試行錯誤 ~
marina1017
0
200
ZeroETLで始めるDynamoDBとS3の連携
afooooil
0
160
Vibe Codingの幻想を超えて-生成AIを現場で使えるようにするまでの泥臭い話.ai
fumiyakume
21
10k
AIに安心して任せるためにTypeScriptで一意な型を作ろう
arfes0e2b3c
0
340
Constant integer division faster than compiler-generated code
herumi
2
570
MCPで実現できる、Webサービス利用体験について
syumai
7
2.5k
Go製CLIツールをnpmで配布するには
syumai
2
1.1k
AIコーディングエージェント全社導入とセキュリティ対策
hikaruegashira
16
9.6k
[DevinMeetupTokyo2025] コード書かせないDevinの使い方
takumiyoshikawa
2
280
20250808_AIAgent勉強会_ClaudeCodeデータ分析の実運用〜競馬を題材に回収率100%の先を目指すメソッドとは〜
kkakeru
0
130
Featured
See All Featured
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.4k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
RailsConf 2023
tenderlove
30
1.2k
Why Our Code Smells
bkeepers
PRO
337
57k
Building Adaptive Systems
keathley
43
2.7k
Embracing the Ebb and Flow
colly
86
4.8k
Mobile First: as difficult as doing things right
swwweet
223
9.9k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Building Applications with DynamoDB
mza
96
6.5k
Transcript
None
None
None
None
Okies....but it blocks, duh!
None
OK, not bad...now process that file.
None
None
None
None
None
None
None
None
None
Streams are broken, callbacks are not great to work with,
errors are vague, tooling is not great, community convention is sort of there..
None
! async-await !
ASYNC Whatever is retunred shall be a Promise. We can
use await operator in it!
AWAIT await an oparator that suspends execution of the scope.
until the awaited promise is resolved or rejects rejects results in a throw
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
h3manth.com @gnumanth !