We'll be glad to discuss, please drop us an email.
View our other online Live Classes here.
🗓
March 04, 2021
15:00—19:00 UTC
15:00—19:00 UTC
2021-03-04T15:00:00Z
Abstract
Reactive Programming is a paradigm that's geared towards high volume high frequency data processing. The Reactive Streams API defined interfaces to process a stream of data and provides facilities for subscribers and publishers to interact with each other in a well structured, asynchronous, and flexible manner. In addition, failure is treated as a first class citizen.
On the JVM there are a handful of highly powerful libraries to program reactively. Spring being a very popular, capable, and powerful library offers excellent facilities to create reactive applications. In this live class we will start with a quick introduction to reactive programing, discuss the reactive streams API, take a look at the facilities offered in Spring Reactor, and dive into using WebFlux. After this class you will be able to create reactive applications using Spring.
Reactive Programming is a paradigm that's geared towards high volume high frequency data processing. The Reactive Streams API defined interfaces to process a stream of data and provides facilities for subscribers and publishers to interact with each other in a well structured, asynchronous, and flexible manner. In addition, failure is treated as a first class citizen.
On the JVM there are a handful of highly powerful libraries to program reactively. Spring being a very popular, capable, and powerful library offers excellent facilities to create reactive applications. In this live class we will start with a quick introduction to reactive programing, discuss the reactive streams API, take a look at the facilities offered in Spring Reactor, and dive into using WebFlux. After this class you will be able to create reactive applications using Spring.
Instructor

Venkat Subramaniam
Dr. Venkat Subramaniam is an award-winning author, founder of Agile Developer, Inc., creator of agilelearner.com, co-founder of the devdotnext software conference, and an instructional professor at the University of Houston.

Venkat Subramaniam
Dr. Venkat Subramaniam is an award-winning author, founder of Agile Developer, Inc., creator of agilelearner.com, co-founder of the devdotnext software conference, and an instructional professor at the University of Houston.
He has trained and mentored thousands of software developers in the US, Canada, Europe, and Asia, and is a regularly-invited speaker at several international conferences. Venkat helps his clients effectively apply and succeed with sustainable agile practices on their software projects.
Venkat is a (co)author of multiple technical books, including the 2007 Jolt Productivity award winning book Practices of an Agile Developer. You can find a list of his books at agiledeveloper.com. You can reach him by email at venkats@agiledeveloper.com or on twitter at @venkat_s.
Topics Covered
- Reactive Programming
- Reactive Streams API
- Facilities offered in Spring, Reactor, WebFlux
- Creating services and clients
- Gracefully handling errors
What will you learn?
- Know why and how to use reactive programming
- Know the facilities offered by the reactive streams API
- Use Spring WebFlux to create reactive applications
- Create reactive services and clients
- Create scalable applications and gracefully handle errors
Who is this for?
Programmers, architects, and technical leaders
Programmers, architects, and technical leaders
Things you need to attend?
- IntelliJ IDEA Community Edition
- Java 8 or newer
- Git Client