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
57
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
51
"Ya Ne Lochu Comp" Challenge.
allomov
1
97
Catch and Throw in Ruby
allomov
0
46
Mortal Rubizza
allomov
0
97
Рэмбовидная проблема: особенности развития открытых технологий
allomov
0
55
Vault-tec: Safest Future
allomov
0
260
Cloud Theory for Rubizza Classes
allomov
0
94
Антология деплоя
allomov
0
82
Not For Recording: BOSH User Life Stories
allomov
0
80
Other Decks in Technology
See All in Technology
When an innocent-looking ListOffsets Call Took Down Our Kafka Cluster
lycorptech_jp
PRO
0
110
わたしがセキュアにAWSを使えるわけないじゃん、ムリムリ!(※ムリじゃなかった!?)
cmusudakeisuke
1
450
Security Diaries of an Open Source IAM
ahus1
0
210
Claude Codeの進化と各機能の活かし方
oikon48
20
10k
OpenClawで回す組織運営
jacopen
3
650
EMからVPoEを経てCTOへ:マネジメントキャリアパスにおける葛藤と成長
kakehashi
PRO
9
1.4k
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
11k
EMからICへ、二周目人材としてAI全振りのプロダクト開発で見つけた武器
yug1224
5
490
類似画像検索モデルの開発ノウハウ
lycorptech_jp
PRO
4
1k
プロジェクトマネジメントをチームに宿す -ゼロからはじめるチームプロジェクトマネジメントは活動1年未満のチームの教科書です- / 20260304 Shigeki Morizane
shift_evolve
PRO
1
140
クラウド × シリコンの Mashup - AWS チップ開発で広がる AI 基盤の選択肢
htokoyo
2
110
クラウド時代における一時権限取得
krrrr38
1
180
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
140
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
SERP Conf. Vienna - Web Accessibility: Optimizing for Inclusivity and SEO
sarafernandez
1
1.3k
First, design no harm
axbom
PRO
2
1.1k
A designer walks into a library…
pauljervisheath
210
24k
Test your architecture with Archunit
thirion
1
2.2k
Building AI with AI
inesmontani
PRO
1
780
The Curious Case for Waylosing
cassininazir
0
260
Prompt Engineering for Job Search
mfonobong
0
180
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
240
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