Data Structures Are Antithetical to Functional Programming
I recommend you stick to data structures when you must, and judiciously incorporate data polymorphism where it makes sense to do so, which will be cases where the opportunities for reuse vastly outweigh the overhead. John A De Goes (@jdegoes) |
Integrating Akka Streams and Akka Actors: Part II
This article will focus on how Akka Actors compliment the Akka Streams API with regard life-cycle management and fault tolerance. Colin Breck (@breckcs) |
ScalaFiddle comes to Medium
To embed a fiddle on platforms using Embedly (like Medium), simply add a link to your fiddle and the service will take care of the rest. Otto Chrons (@ochrons) |
Towards a faster Scala compiler
Read the benchmarks of hot/cold compilation time in Scala and learn how to leverage Zinc. Jason Zaugg (@retronym) |
Akka monitoring with Kamon part 3
In this part, I will try to monitor the very low-level components of the application: actors and dispatchers. Andrzej Ludwikowski (@aludwikowski) |