The Sweet Spot
On software development, engineering leadership, machine learning and all things shiny.

Streams

2016
February
Partitioning RxJS streams: adventures in nested Observables with groupBy() and flatMap()

One of the confusing aspects about working with streams is diving into Rx operators that take a stream and fan out into multiple streams.