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
Making and Keeping Promises
Search
Steve Kinney
November 26, 2016
Programming
2
240
Making and Keeping Promises
Steve Kinney
November 26, 2016
Tweet
Share
More Decks by Steve Kinney
See All by Steve Kinney
Introduction to Testing
stevekinney
0
96
Web Security, Frontend Masters
stevekinney
0
3k
Making Music with the Web Audio API, JSConf Colombia 2023
stevekinney
0
95
React and TypeScript, Turing School
stevekinney
0
330
Redux Workshop, 2021-05-05
stevekinney
2
2.1k
TypeScript and React Utility Types
stevekinney
1
200
A Gentle Introduction to GraphQL Resolvers
stevekinney
1
160
React State
stevekinney
11
10k
React State: useEffect and Custom Hooks
stevekinney
0
240
Other Decks in Programming
See All in Programming
SpecKitでどこまでできる? コストはどれくらい?
leveragestech
0
670
What's new in Spring Modulith?
olivergierke
1
140
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
210
Signals & Resource API in Angular: 3 Effective Rules for Your Architecture @BASTA 2025 in Mainz
manfredsteyer
PRO
0
120
CSC305 Lecture 04
javiergs
PRO
0
260
ソフトウェア設計の実践的な考え方
masuda220
PRO
4
550
After go func(): Goroutines Through a Beginner’s Eye
97vaibhav
0
350
複雑化したリポジトリをなんとかした話 pipenvからuvによるモノレポ構成への移行
satoshi256kbyte
1
1k
止められない医療アプリ、そっと Swift 6 へ
medley
1
150
CSC305 Lecture 05
javiergs
PRO
0
210
スマホから Youtube Shortsを見られないようにする
lemolatoon
23
24k
Conquering Massive Traffic Spikes in Ruby Applications with Pitchfork
riseshia
0
160
Featured
See All Featured
Music & Morning Musume
bryan
46
6.8k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Designing for Performance
lara
610
69k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
114
20k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Visualization
eitanlees
148
16k
KATA
mclloyd
32
15k
Transcript
Promises
None
None
None
None
Libraries: Q, Bluebird, RSVP
None
.then()
None
None
Promise Chaining
None
None
None
None
None
None
None
How 'bout a more practical example, Steve?
None
None
None
None
None
None
None
None
Making Promises
None
None
None
None
None
None
But, wait there is more…
Promise.all()
None
Promise.race()
None