Tracing with cats-tagless and ZIO February 4, 2020
Tracing can be a good tool to gain in-depth insights in problems you might have in your application.
A functional ecosystem June 10, 2019
At DHL I built a microservice using cats, cats-effect, cats-tagless, refined, doobie, http4s and ZIO
Saga, compensate for failures in a terse and composable way August 10, 2018
This blog post is about Sagas, a pattern for managing failures.
Developing a Telegram bot by applying Functional Scala May 16, 2017
In this article, I'll explain how I build a Telegram bot by applying Functional Scala. Libraries used are FS2, Circe, Doobie, and Atto
Machine Learning: what can it do for you? June 21, 2016
Did you ever question what it can do for you? This is a brief introduction to Machine Learning.
Building a REST/JSON web service using a pure functional programming language May 31, 2016
Haskell in production: A REST/JSON web service built with aeson, postgresql-simple, scotty and configurator.