Scala with Cats
Case studies from Scala with Cats book.
- Uptime Client where we exercise on applicative, and building service once, that can be instantiated differently in the end as asynchronous
Future
or synchronous test. - Map Reduce where we will learn step by step to build map reduce in scala. This contains multiple exercises
- Data Validation where we will build validation library based on cats.
The Red Book
Selected exercises from The Red Book
Geekabyte
Exercises from Dadepo’s blog