Scala with Cats

Case studies from Scala with Cats book.

  1. 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.
  2. Map Reduce where we will learn step by step to build map reduce in scala. This contains multiple exercises
  3. Data Validation where we will build validation library based on cats.

The Red Book

Selected exercises from The Red Book

  1. Monoid

Geekabyte

Exercises from Dadepo’s blog

  1. Easing into Cats