flatMap(Oslo) 2018
3-4 May 2018, Oslo Norway

Learning cats-effect by Accident

Presentation

Lets talk about cats-effect, in a very specific perspective: we will go through the work done to migrate the rho DSL from being tied to fs2.Task, to being effect agnostic with cats-effect. Rho is a library that adds the capacity to generate swagger definitions to the http4s library, and since http4s has already been ported to cats-effect, the same was required for rho, which makes it a perfect case study for us. Cats-effect gives you the freedom to choose which effect implementation you actually want, be it cats-effect’s own IO, monix Task, scalaz Task or something else.

Paulo

Paulo "JCranky" Siqueira

@jcranky

Paulo “JCranky” Siqueira is a Senior Software Engineer at Zalando, where he has lots of fun writing functional code in Scala. He is passionate about Scala and a frequent Open Source contributor.

Paulo blogs at https://blog.jcranky.com and can be found as “jcranky” both on twitter and on github.