Think concurrency differently.
If you’re reading this, you’ve probably heard about Akka, Pekko or the actor model. It’s one of the most powerful abstractions of concurrent programming we’ve had, even though it’s not new. No more creating threads, no more locking, double-locking, deadlocks and concurrency problems. With actors, you can write heavily concurrent and distributed systems quickly, without the usual headaches. As such, massively parallel and distributed backends all over the place are powered by Akka.
This course is for the Scala developer willing to tap into the actor model and a new way of thinking parallel and distributed code.
The course fully supports Akka (from Lightbend) as well as Pekko, the open-source version of Akka.