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
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
43
Mortal Rubizza
allomov
0
87
Рэмбовидная проблема: особенности развития открытых технологий
allomov
0
51
Vault-tec: Safest Future
allomov
0
240
Cloud Theory for Rubizza Classes
allomov
0
89
Антология деплоя
allomov
0
75
Not For Recording: BOSH User Life Stories
allomov
0
77
Other Decks in Technology
See All in Technology
SwiftUIのGeometryReaderとScrollViewを基礎から応用まで学び直す:設計と活用事例
fumiyasac0921
0
140
業務自動化プラットフォーム Google Agentspace に入門してみる #devio2025
maroon1st
0
190
生成AI_その前_に_マルチクラウド時代の信頼できるデータを支えるSnowflakeメタデータ活用術.pdf
cm_mikami
0
120
【新卒研修資料】LLM・生成AI研修 / Large Language Model・Generative AI
brainpadpr
24
17k
GC25 Recap+: Advancing Go Garbage Collection with Green Tea
logica0419
1
410
Azure Well-Architected Framework入門
tomokusaba
1
310
BirdCLEF+2025 Noir 5位解法紹介
myso
0
200
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
9k
Where will it converge?
ibknadedeji
0
190
Modern_Data_Stack最新動向クイズ_買収_AI_激動の2025年_.pdf
sagara
0
220
生成AIを活用したZennの取り組み事例
ryosukeigarashi
0
210
VCC 2025 Write-up
bata_24
0
180
Featured
See All Featured
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
4 Signs Your Business is Dying
shpigford
185
22k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
890
Typedesign – Prime Four
hannesfritz
42
2.8k
Automating Front-end Workflow
addyosmani
1371
200k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Bash Introduction
62gerente
615
210k
A better future with KSS
kneath
239
17k
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