Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Udemy

Master Java Reactive Programming with RxJava 2

via Udemy

Overview

Discover one of the most trending paradigms in programming world: Reactive Programming with RxJava

What you'll learn:
  • You will understand the purpose behind RxJava development and how to use it
  • You will have the right tools and knowledge to make your application reactive and asynchronous
  • Master the Observable and Observer interfaces of rxJava
  • learn how to manupulate and transform data streams with rxJava operators
  • Test and debug you reactive app using some action operators
  • Use schedulers in order to make rxjava apps multithreaded

Reactive Paradigm is used widely in multiple projects around the world with a variety of programming languages. Reactive Approach use a higher level of abstraction than traditional approaches, where developers focus much more on what they need to do instead of how to do it, this approach is called the declarative programming. It uses also an event-driven approach where the application updates itself in response to external and internal events in a form of notifications to controllers. We use it much more on the MVC Pattern as the view is getting all the data it needs from controller in a reactive way, that’s why RxJava works perfectly with pattern designs.

In this course, we will be using RxJava 2.0, which is the latest version. It includes all the features of Java 8 Lambda expressions and also Modularity and Streams of Java 9 & 10.

The course is subdivided as following:

  1. Observable and Observers: working and manipulating data streams in a much more seamless way

  2. RxJava Operators: we will use lambda expressions in operators to transform, reduce, suppress and even perform all sorts of actions on data streams

  3. Combinations and multicasting: combining techniques like zipping and merging to put all different observables into one observable

  4. Flowables: a great alternative when dealing with huge data sets and with higher velocity

  5. Concurrency operators: to make rxjava applications multithreaded

  6. Transformers: to compose our own operators and be able to create new ones if needed

  7. Testing and debugging: with rxjava testing operators

With this comprehensive curriculum student will have a solid knowledge in rxjava

So let’s rock it guys !

Taught by

Lharrach Abdellah

Reviews

3.9 rating at Udemy based on 220 ratings

Start your review of Master Java Reactive Programming with RxJava 2

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.