Scala 3: Givens vs Implicits Quickly Explained
7 min read • • Explanation
Building on the previous article's insights into givens, let's explore how they stack up against the traditional Scala implicits
Founder | Rock The JVM
7 min read • • Explanation
Building on the previous article's insights into givens, let's explore how they stack up against the traditional Scala implicits
Founder | Rock The JVM
7 min read • • Explanation
Explore Scala 3's given/using clauses: a crucial feature for modern Scala programming, and learn how to leverage them effectively
Founder | Rock The JVM
11 min read • • Explanation
Explore the infamous 'covariant type occurs in contravariant position' problem in Scala: discover effective solutions and best practices
Founder | Rock The JVM
6 min read • • Explanation
Some people love it, some hate it: Scala 3's indented syntax might surprise you with its potential to enhance your code structure
Founder | Rock The JVM
6 min read • • Explanation
Discover how Akka Typed revolutionizes actor protocol definitions and dramatically enhances actor mechanics
Founder | Rock The JVM
7 min read • • Guide
Akka Typed has transformed actor creation: in this article, we explore various methods for managing state within Akka actors
Founder | Rock The JVM