Tour of Scala
A set of interactive exercises so you can slowly build up knowledge about Scala. Leo Benkel (@LeoBenkel) |
Polynote, A better notebook for Scala
I will explain why I switched from Jupyter to Polynote for all my notebooks. Vincent Brulé (@BruleVincent) |
Single command Scala setup
Learn how to set up your development tools a simple command line utility. Alexandre Archambault (@alxarchambault) |
Dotty becomes Scala 3
This change will be part of the next Dotty release planned for October 1st which will be known as Scala 3.0.0-M1. We encourage maintainers of tooling (IDEs, build tools, ...) to prepare for this change now by special-casing the way they handle the compiler when its version number starts with 3. Anatolii Kmetiuk (@AKmetyuk) |
Functional Effects with ZIO
We reviewed some of the most popular options for functional programming on JVM and especially in the Scala ecosystem since it’s the most powerful language on JVM for functional programming. After that, we introduced ZIO and explained what functional effects are, by implementing a simplified version of ZIO. Aleksandar Skrbic (@skrbic_a) |
The Power of Akka Streams
In this article, a lot of Akka Streams capabilities are explained with a few examples, but it’s is just a tip of the iceberg. Aleksandar Skrbic (@skrbic_a) |