100% Hands-On
As with everything else on Rock the JVM, code is king and we write it from scratch.
We have some minimal slides that will give you the basics, and we have them available in the course so that you can refer back to them as “flash cards” if you need.
However, the true learning comes from the real-life examples and exercises, and this course has plenty.
Besides exercises, we also have a project: a mini-Akka framework. You’ve probably heard about the Akka actor model. You’ll get to see how you can write a completely different mental framework on top of coroutines.
More than the code, though, the entire purpose of this course is to expand your mind. You’ll see different forms of concurrency, and you’ll see what it’s like to synchronize threads, or organize coroutines, or send messages to actors. This kind of experience is hard to put into words.