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
51
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
35
"Ya Ne Lochu Comp" Challenge.
allomov
1
85
Catch and Throw in Ruby
allomov
0
37
Mortal Rubizza
allomov
0
76
Рэмбовидная проблема: особенности развития открытых технологий
allomov
0
46
Vault-tec: Safest Future
allomov
0
210
Cloud Theory for Rubizza Classes
allomov
0
85
Антология деплоя
allomov
0
74
Not For Recording: BOSH User Life Stories
allomov
0
74
Other Decks in Technology
See All in Technology
AIエージェント開発における「攻めの品質改善」と「守りの品質保証」 / 2024.04.09 GPU UNITE 新年会 2025
smiyawaki0820
0
390
ウォンテッドリーにおける Platform Engineering
bgpat
0
180
Automatically generating types by running tests
sinsoku
1
250
YOLOv10~v12
tenten0727
3
770
Classmethod AI Talks(CATs) #21 司会進行スライド(2025.04.17) / classmethod-ai-talks-aka-cats_moderator-slides_vol21_2025-04-17
shinyaa31
0
230
アセスメントで紐解く、10Xのデータマネジメントの軌跡
10xinc
1
290
アプリケーション固有の「ロジックの脆弱性」を防ぐ開発者のためのセキュリティ観点
flatt_security
40
16k
SRE NEXT CfP チームが語る 聞きたくなるプロポーザルとは / Proposals by the SRE NEXT CfP Team that are sure to be accepted
chaspy
1
560
Startups On Rails 2025 @ Tropical on Rails
irinanazarova
0
240
50人の組織でAIエージェントを使う文化を作るためには / How to Create a Culture of Using AI Agents in a 50-Person Organization
yuitosato
6
3k
DuckDB MCPサーバーを使ってAWSコストを分析させてみた / AWS cost analysis with DuckDB MCP server
masahirokawahara
0
210
”知のインストール”戦略:テキスト資産をAIの文脈理解に活かす
kworkdev
PRO
9
4.1k
Featured
See All Featured
Into the Great Unknown - MozCon
thekraken
37
1.7k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
A better future with KSS
kneath
239
17k
GraphQLとの向き合い方2022年版
quramy
46
14k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
520
Making Projects Easy
brettharned
116
6.1k
Automating Front-end Workflow
addyosmani
1369
200k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.6k
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