Book Image

Reactive Programming in Java Using RxJava 3.x: ReactiveX [Video]

By : Basics Strong
5 (1)
Book Image

Reactive Programming in Java Using RxJava 3.x: ReactiveX [Video]

5 (1)
By: Basics Strong

Overview of this book

In this course, you'll learn about Reactive programming and libraries such as RxJava and Reactor that are designed to keep the application responsive and make the system more resilient. The course starts by helping you understand the fundamentals of RxJava to make it easy for you to learn advanced topics such as the Reactive Manifesto, callbacks, callback hell, sync vs async, concurrent vs parallel, and the observer design pattern. As you advance, you'll also dive into the concepts of observable and observers, operators, combining observables, and replaying caching and subjects. You'll then explore concurrency and parallelism and get to grips with buffering, throttling, and switching. By the end of the course, you'll have developed a solid understanding of Reactive programming concepts and RxJAVA. All the code and supporting files for this course are available here: https://github.com/PacktPublishing/Reactive-Programming-in-Java-Using-RxJava-3.x-ReactiveX
Table of Contents (10 chapters)
Free Chapter
1
Introduction
Chapter 5
Operators
Content Locked
Section 4
Operators In Action
Operators: Operators In Action