How to make Scala more approachable and productive?
I'll share a handful of techniques that can help you avoid runtime errors and shift them to the realm of compile time
Let's take a look at the issues that enums have in Scala 2 and whether we found the Holy Grail with the introduction of Scala 3.
We will look into three less-understood, yet (arguably) extremely useful constructs introduced in Cats Effect 3: Dispatcher, Supervisor, IOLocal
As WebAssembly matures and gets more and more traction from the community, you might wonder can Scala join that trend?