Essential Effects
A book for learning effectful programming in Scala. Learn how to safely create, compose, and execute effectful Scala programs using the Typelevel Cats Effect library. Adam Rosien (@arosien) |
5 Blogs for Scala's Birthday
The public release of Scala was 17 years ago today. Here is a list of my favourite active Scala blogs. Adam Gordon Bell (@adamgordonbell) |
Higher-kinded data in Scala
Higher-kinded data is a reasonably well-known concept in the Haskell world, but I haven’t seen many people talking about it in Scala. I’ll use a real-world example to explain the concept and show how it can be useful. Chris Birchall (@cbirchall) |