Yurii GorbylovintranzzoTypeclasses and why do they matterThis article is an introduction to the concept of type classes in Scala.Jun 22, 2021Jun 22, 2021
Yurii GorbylovAkka Ask AntipatternIn this post, I’d like to raise a topic that relates to ask pattern in Akka. How it works and what problems might it cause.Aug 22, 20181Aug 22, 20181
Yurii GorbylovIs Future a monad?Scala’s Future is a widely used abstraction that makes asynchronous computation pretty easy. A very common way to use Future is a…Mar 22, 2018Mar 22, 2018
Yurii GorbylovMonads and why do they matterThis article aims to explain the purpose of monads in functional programming. Yeah, I know, there are tons of information on this subject…Feb 22, 2018Feb 22, 2018