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
Begin async/await
Search
Tian Permana
July 16, 2017
Programming
0
70
Begin async/await
My slide at Facebook Masterclass workshop
Tian Permana
July 16, 2017
Tweet
Share
More Decks by Tian Permana
See All by Tian Permana
The Lazy Product
tianp
0
35
Microservices at 8villages
tianp
0
18
Serverless using Google Cloud Functions and Node.js
tianp
0
110
Other Decks in Programming
See All in Programming
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
130
Swift Updates - Learn Languages 2025
koher
2
520
Reading Rails 1.0 Source Code
okuramasafumi
0
260
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
1
460
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
610
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
22
5.9k
HTMLの品質ってなんだっけ? “HTMLクライテリア”の設計と実践
unachang113
4
2.9k
テストコードはもう書かない:JetBrains AI Assistantに委ねる非同期処理のテスト自動設計・生成
makun
0
570
「手軽で便利」に潜む罠。 Popover API を WCAG 2.2の視点で安全に使うには
taitotnk
0
870
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
170
アセットのコンパイルについて
ojun9
0
130
testingを眺める
matumoto
1
140
Featured
See All Featured
Designing for Performance
lara
610
69k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
The Pragmatic Product Professional
lauravandoore
36
6.9k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Building an army of robots
kneath
306
46k
Building Adaptive Systems
keathley
43
2.7k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Side Projects
sachag
455
43k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
Transcript
//tian is here
async/await The Game Changer
2012 Witnessed how JavaScript and Node.js evolve
None
None
None
None
Slightly more complicated flow…
None
None
None
Build parallel flow..
None
try catch Error handling using good ol’
None
V7.6.0 Minimum Node.js version to support async/await
Use nvm, so you can do: nvm install v8 It’s
super easy and allow you to have multiple version of Node.js, Try it!
Adopt immediately and never look back
Reference https://blog.readme.io/using-async-await-in-node-js-7-6-0/ https://github.com/nodejs/node/blob/master/doc/changelogs/ CHANGELOG_V7.md#2017-02-21-version-760-current-italoacasas https://hackernoon.com/6-reasons-why-javascripts-async-await-blows-promises-away-tutorial-c7ec10518dd9 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function
Read this slide online: https://speakerdeck.com/tianpermana/await