RxJava2 Introduction to Reactive Programming using Java
Reactive is not new in Software Engineering. Within few years, we have seen increase in reactive solutions at a large scale. Let us look what reactive programming actually means.
Reactive programming is a paradigm which enables to program for streams of data in non blocking (asynchronous) manner. It makes the solutions such that the system reacts to the stream of events.
This course is about Reactive Programming using Java. It will be helpful for you to learn further reactive programming using Java frameworks like Reactive Spring and others.
This course can be used for learning basic paradigm of reactive programming
In this course we will cover
- Reactive Programming Paradigm using Java Framework
- Reactive Paradigm and Reactive Manifesto
- Reactive Observable
- Backpressure and Flowables
- Using Different Type of Operators
- Operators for filtering observables
- Operator for transforming observables
- Operator for combining observables
- Utility Operators on observables
- Conditional Operator on observables
Your Instructor
I am Kumar Pallav, a technology enthusiast with years of experience in building highly scaleable Spring and java projects. I take pride in creating software which could cater the end aspiration of the client, delivering as per the requirement and business need.I love to share knowledge.