Akka Streams Backpressure Explained
10 min read • • Guide
Discover how Akka Streams implements backpressure, a key component of the Reactive Streams specification, in this detailed demonstration
Founder | Rock The JVM
10 min read • • Guide
Discover how Akka Streams implements backpressure, a key component of the Reactive Streams specification, in this detailed demonstration
Founder | Rock The JVM
31 min read • • Explanation
Apache Kafka is the leading technology for message brokers: Kafka Streams builds a robust stateful streaming system on top of it
16 min read • • Guide
Level 90 of type-level programming: implementing a real sorting algorithm on lists as types
Founder | Rock The JVM
9 min read • • Guide
Harness the power of givens to infer type relationships in Scala 3: at compile time
Founder | Rock The JVM
11 min read • • Guide
Apache Pulsar is a cloud-native, distributed messaging and streaming platform handling hundreds of billions of events daily: discover its strengths and see how to use Scala with the pulsar4s client library to interact with it
Software Architect | Ververica
6 min read • • Guide
Pattern matching is one of Scala's most powerful features: discover how to customize it and create your own patterns in this article
Founder | Rock The JVM