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
Promises and Reality
Search
Aliaksandr Lomau
November 24, 2017
Technology
1
49
Promises and Reality
Rubizza Hangouts, Minsk, November 2017
Aliaksandr Lomau
November 24, 2017
Tweet
Share
More Decks by Aliaksandr Lomau
See All by Aliaksandr Lomau
Fails Night
allomov
0
33
"Ya Ne Lochu Comp" Challenge.
allomov
1
82
Catch and Throw in Ruby
allomov
0
35
Mortal Rubizza
allomov
0
73
Рэмбовидная проблема: особенности развития открытых технологий
allomov
0
45
Vault-tec: Safest Future
allomov
0
200
Cloud Theory for Rubizza Classes
allomov
0
81
Антология деплоя
allomov
0
71
Not For Recording: BOSH User Life Stories
allomov
0
70
Other Decks in Technology
See All in Technology
サービスローンチを成功させろ! 〜SREが教える30日間の攻略ガイド〜
mmmatsuda
2
3.9k
Women in Agile
kawaguti
PRO
2
150
製造業とソフトウェアは本当に共存できていたのか?品質とスピードを問い直す
takabow
14
4.7k
20250129 Findy_テスト高活用化
dshirae
0
190
15年入社者に聞く! これまでのCAのキャリアとこれから
kurochan
1
140
MicrosoftのOSSだけでAIによるブラウザテストを構成する
ymd65536
1
240
Grafanaのvariables機能について
tiina
0
120
やっちゃえ誤自宅Nutanix
yukiafronia
0
330
インシデントキーメトリクスによるインシデント対応の改善 / Improving Incident Response using Incident Key Metrics
nari_ex
0
3.4k
TypeScriptでモジュラーモノリスやってみた
diggymo
0
120
RevOpsへ至る道 データ活用による事業革新への挑戦 / path-to-revops
pei0804
2
590
Microsoft Ignite 2024 最新情報!Microsoft 365 Agents SDK 概要 / Microsoft Ignite 2024 latest news Microsoft 365 Agents SDK overview
karamem0
0
180
Featured
See All Featured
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
A better future with KSS
kneath
238
17k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.3k
Speed Design
sergeychernyshev
25
750
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
192
16k
Docker and Python
trallard
43
3.2k
4 Signs Your Business is Dying
shpigford
182
22k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Scaling GitHub
holman
459
140k
For a Future-Friendly Web
brad_frost
176
9.5k
How to Think Like a Performance Engineer
csswizardry
22
1.3k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
Transcript
Promises and reality
Обещания в JavaSctipt
Кстати, на фоне - диаграмма последовательности вполнения кода в node.js
None
Node.js basics ✦ single-threaded ✦ event loop ✦ asynchronous code
✦ callbacks are everywhere
None
setInterval(function() { console.log("hi"); }, 1000)
setInterval(function() { console.log("hi"); while(true) {} }, 1000)
Callbacks?
None
None
None
None
None
None
None
None
None
None
None
None
Thank you