Lock in $30 Savings on PRO—Offer Ends Soon! ⏳
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
53
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
48
"Ya Ne Lochu Comp" Challenge.
allomov
1
91
Catch and Throw in Ruby
allomov
0
44
Mortal Rubizza
allomov
0
91
Рэмбовидная проблема: особенности развития открытых технологий
allomov
0
52
Vault-tec: Safest Future
allomov
0
250
Cloud Theory for Rubizza Classes
allomov
0
90
Антология деплоя
allomov
0
75
Not For Recording: BOSH User Life Stories
allomov
0
79
Other Decks in Technology
See All in Technology
多様なデジタルアイデンティティを攻撃からどうやって守るのか / 20251212
ayokura
0
330
Reinforcement Fine-tuning 基礎〜実践まで
ch6noota
0
160
計算機科学をRubyと歩む 〜DFA型正規表現エンジンをつくる~
ydah
3
210
SSO方式とJumpアカウント方式の比較と設計方針
yuobayashi
7
520
ガバメントクラウド利用システムのライフサイクルについて
techniczna
0
180
ChatGPTで論⽂は読めるのか
spatial_ai_network
0
220
MapKitとオープンデータで実現する地図情報の拡張と可視化
zozotech
PRO
1
120
最近のLinux普段づかいWaylandデスクトップ元年
penguin2716
1
670
Gemini でコードレビュー知見を見える化
zozotech
PRO
1
220
「Managed Instances」と「durable functions」で広がるAWS Lambdaのユースケース
lamaglama39
0
280
小さな判断で育つ、大きな意思決定力 / 20251204 Takahiro Kinjo
shift_evolve
PRO
1
580
乗りこなせAI駆動開発の波
eltociear
1
1k
Featured
See All Featured
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.8k
Scaling GitHub
holman
464
140k
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Why Our Code Smells
bkeepers
PRO
340
57k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
51k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
61k
Site-Speed That Sticks
csswizardry
13
990
BBQ
matthewcrist
89
9.9k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
How GitHub (no longer) Works
holman
316
140k
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