Akka/Pekko
Akka (and its open-source Pekko variant) is the most complete actor model implementation on the JVM. Learning this toolkit gives you a completely different mental model on concurrency, code organization, error handling and fault tolerance, event sourcing, clusters and distributed systems along with the many problems and solutions (sharding, singletons, migrations etc).
-
Akka/Apache Pekko Essentials with Scala
Say goodbye to threads, locks, and headaches: meet the Actor Model and discover a smarter approach to concurrent and distributed coding — classic actors also available
-
Akka/Apache Pekko Streams with Scala
Harness the power of reactive streams using Akka/Apache Pekko Streams with Scala: learn to implement scalable, data-rich systems efficiently, writing in a few lines what takes others thousands to achieve
-
Akka/Apache Pekko HTTP with Scala
Build microservices in minutes using Akka/Apache Pekko HTTP with Scala: Develop stream-based REST APIs, backends, and microservices with ease, sending and receiving JSON effortlessly using a powerful server DSL