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
Reactive_programming_-_BBL.pdf
Search
Cheesecake Labs
June 03, 2019
Technology
0
23
Reactive_programming_-_BBL.pdf
Cheesecake Labs
June 03, 2019
Tweet
Share
More Decks by Cheesecake Labs
See All by Cheesecake Labs
Cats' wellness & care
cheesecakelabs
0
50
How do we create the first impressions?
cheesecakelabs
0
56
Menstrual cup: suit and freedom
cheesecakelabs
0
70
Life is a cycle, better with a bicycle
cheesecakelabs
0
51
Interview Process: how to get the best of people
cheesecakelabs
1
86
My capsule wardrobe experience
cheesecakelabs
3
61
Stonewall Rebellion and its impact on LGBTQIA+ history
cheesecakelabs
1
41
Pregnancy, childbirth and breastfeeding: What do I have to do with it?
cheesecakelabs
0
48
MBTI - Psychological types described by Jung
cheesecakelabs
0
130
Other Decks in Technology
See All in Technology
re:Invent 2025の見どころと便利アイテムをご紹介 / Highlights and Useful Items for re:Invent 2025
yuj1osm
0
660
Spec Driven Development入門/spec_driven_development_for_learners
hanhan1978
0
420
サブドメインテイクオーバー事例紹介と対策について
mikit
15
6.8k
Raycast AI APIを使ってちょっと便利なAI拡張機能を作ってみた
kawamataryo
1
240
初海外がre:Inventだった人間の感じたこと
tommy0124
1
190
GTC 2025 : 가속되고 있는 미래
inureyes
PRO
0
150
LLM APIを2年間本番運用して苦労した話
ivry_presentationmaterials
9
6.3k
AIを使ってテストを楽にする
kworkdev
PRO
0
410
今のコンピュータ、AI にも Web にも 向いていないので 作り直そう!!
piacerex
0
560
短期間でRAGシステムを実現 お客様と歩んだ生成AI内製化への道のり
taka0709
1
180
プロファイルとAIエージェントによる効率的なデバッグ / Effective debugging with profiler and AI assistant
ymotongpoo
1
820
新米エンジニアをTech Leadに任命する ー 成長を支える挑戦的な人と組織のマネジメント
naopr
1
350
Featured
See All Featured
Speed Design
sergeychernyshev
32
1.2k
Music & Morning Musume
bryan
46
6.9k
The Language of Interfaces
destraynor
162
25k
Code Review Best Practice
trishagee
72
19k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
2.9k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Measuring & Analyzing Core Web Vitals
bluesmoon
9
650
The Cost Of JavaScript in 2023
addyosmani
55
9.1k
Fireside Chat
paigeccino
41
3.7k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
Transcript
Reactive programming
Concept Reactive Programming is an asynchronous programming paradigm concerned with
data streams and the propagation of change.
Reactive extensions: ReactiveX • RxKotlin • RxJava • RxJs •
RxSwift • RxPy...
• Data source • Subscribe/Observer • Hot and cold •
OnNext • OnError • OnComplete Observable
Data stream and propagation of change
• Filter a movie list Example
References • http://reactivex.io/ • https://github.com/ReactiveX/RxKotlin • https://www.youtube.com/watch?v=N0ie4xe48Ng