NMP-Study / Reactive-People

1 stars 1 forks source link

3. Reactive Streams - part 2(with 토비의 봄 TV 스프링 리액티브 프로그래밍 요약) #3

Open dreamchaser3 opened 4 years ago

dreamchaser3 commented 4 years ago

참고 블로그

https://jongmin92.github.io/

gaepury commented 4 years ago

디버깅 하기

gaepury commented 4 years ago

publishon vs subscribeon (by 유정님)

image

jekalmin commented 4 years ago

다음주 숙제:

gaepury commented 4 years ago

토비의 봄 TV 6회 스프링 리액티브 프로그래밍 전체 볼것들 List

gaepury commented 4 years ago

토비의 봄 TV 6회 스프링 리액티브 프로그래밍 1편(Reactive Streams) 요약

https://www.youtube.com/watch?v=8fenTR3KOJo

iterable <—> observable(상대성)

gaepury commented 4 years ago

토비의 봄 TV 6회 스프링 리액티브 프로그래밍 2편(Reactive Streams - Operators) 요약

https://www.youtube.com/watch?v=DChIxy9g19o

Publisher -> [data1] -> op1 -> [data2] -> op2 -> [data3] -> Subscriber

gaepury commented 4 years ago

토비의 봄 TV 7회 스프링 리액티브 프로그래밍 3편(Reactive Streams - Operators) 요약

https://www.youtube.com/watch?v=Wlqu1xvZCak

gaepury commented 4 years ago

토비의 봄 TV 12회 스프링 리액티브 프로그래밍 (8) WebFlux

https://www.youtube.com/watch?v=ScH7NZU_zvk

gaepury commented 4 years ago

토비의 봄 TV 13회 스프링 리액티브 프로그래밍 (9) Mono의 동작방식과 block()

https://www.youtube.com/watch?v=LK6NRV8tZBM

gaepury commented 4 years ago

10편(Flux의 특징과 활용방법)