How I Learned to Stop Worrying and Love the Flow
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Syllabus
Introduction
What is a Stream?
What is a collection?
User Expectations
Unexpected: observed sequence depends on
java.util.stream
Streams vs. Collections
Possible Solutions
The Four Horsemen of Reactive
Origin and motivation
Collaboration between Engineers
Goals
Reactive Streams
A Data Market using Supply & Demand
Dynamic Push-Pull
Explicit Demand: One-to-many
Explicit Demand: Many-to-one
The Meat: Java
The dessert: Java
How does it Connect?
How does it Flow?
How does it Complete?
Akka Actors
Canonical papers
Opportunity: API
Opportunity: Self-tuning back pressure
Opportunity: Operation Fusion
Opportunity: Operation Elision
Opportunity: Execution optimizations
Opportunity: Distributed Streams
Outro: How do I get my hands on this?
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube