How Scala 3 addresses concerns around implicits and how implicits work in Scala 3.
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
I will show you how you can build your own IDE for scala based on my nvim setup