Deploy http4s on your domain with fly.io
Using fly.io, scala-cli, http4s and just can help automatise the process and reduce the friction up to the point it might even be fun. Antonio Gelameris (@toniogela) |
Early adventures in ZIO land
I must say that I am totally impressed with the sprawling ZIO ecosystem given how young the framework itself is. Bogdan Dimitriu (@dimitriu_bogdan) |
Implicit parameters when to use them? Part 1
The keyword implicit is overused in Scala 2 (similar to _). Therefore, it requires a lots of time and practice to distinguish between the various usages of implicits. Julien Truffaut (@JulienTruffaut) |
Tour of Scala
Redesign of the articles posted originally at: https://leobenkel.com/category/scala/knowledge-bits/ Leo Benkel (@LeoBenkel) |
Sttp4: improving the developer experience
Adrien Piquerez created a thorough and code-complete proposal 10 on overhauling sttp’s RequestT and SttpBackend types, by splitting them into multiple traits/classes, and thus reducing the number of type parameters. This is of course a binary-incompatible change, and would have to form the basis of sttp version 4. sttp contributors |