You may also enjoy
Working with nix-shell
11 minute read
Managing runtime dependencies using Nix We’re setting up a new project at work, and wanted to apply some lessons learned from previous projects. One of the ...
Exploring Cats Effect
13 minute read
In two previous articles we explored how you can use ZIO to easily create programs in a type-safe manner: Exploring ZIO - Part I Exploring ZIO - Part I...
Exploring ZIO - Part II - ZStream and modules
12 minute read
In the previous article we looked at the basics of ZIO. In this part we’re going to extend on that example and add the following: ZStream integration: we...
Exploring ZIO - Part I
10 minute read
I’ve done a lot of Kotlin for the last two years, and have mainly followed Scala and done some pet projects. Since a lot of interesting stuff has been going ...