Overview
Dive into the intricacies of Reactive Programming in this comprehensive conference talk from Devoxx Poland 2019. Learn how to build a Publisher and implement your own Project Reactor as Oleh Dokuka guides you through the process. Explore the fundamentals of Reactive Streams Specification, naively implement a Publisher, and discover tools for verifying your implementation. Follow along as the speaker iteratively applies Reactive Streams rules to create a correct solution, and construct various operators. Gain insights into the internal workings of Reactive Libraries, understand best practices, and simplify your approach to working with, debugging, and implementing Reactive Libraries. Cover topics such as operators, life cycle, execution flow, and optimization techniques. By the end of this talk, you'll have a deeper understanding of the core concepts and patterns underlying popular Reactive Programming libraries.
Syllabus
Intro
Operators
Life Cycle
Execution Flow
Summary
Code
Subscriber
Business logic
Implement Publisher
Final Implementation
Warranty
Summarize
Optimization
Taught by
Devoxx