Jentsch Berlin

How to start with zio

I gave talk on the Scala-Meetup Berlin about how to start using ZIO in a Play!-Application.

It was more of a mob-programming session, than a talk. So no slides. We covered following topics:

  • Integrate ZIO and Futures
  • Use the environment to pass dependencies
  • How to handle various kinds of errors
  • ZIO avoids some of the more advanced Scala techniques like implicits