Akka Typed: Actor Discovery
A common pattern in Akka Typed: how to find actors that are not explicitly passed around.
A common pattern in Akka Typed: how to find actors that are not explicitly passed around.
The ultimate 10-minute tutorial to a Snake game in Scala.
The ultimate tutorial to purely functional streams in Scala with FS2.
We’ll discuss the role Apache Pulsar plays in the event streaming and computing landscape, the use cases you can implement with Pulsar and when more advanced...
Wrapping up 2021 with an overview of what’s happened this year at Rock the JVM.
We rely on the JDBC specification if we need to connect to SQL databases in the JVM ecosystem. However, JDBC is not a good fit if we use functional programmi...
Demystifying the tagless final pattern in Scala. TLDR: it’s got nothing to do with type classes.
We’ll take a look at some core Scala constructs and look at them from a different angle than we’re used to.
Akka Streams implements backpressure, a critical component of the Reactive Streams specification. This article is a demonstration of this mechanism.
Apache Kafka is clearly the leading technology concerning message brokers, and Kafka Streams brings a complete stateful streaming system based directly on to...