Autorecovery for (JMS) Streams
In this article I will explore how we ca use the ZIO API to achieve a transparent reconnect. Andreas Gies |
Fibers
Fibers are an abstraction over sequential computation, similar to threads but at a higher level. There are two ways to think about this model: by example, and abstractly from first principles. Daniel Spiewak (@djspiewak) |
ZIO-AWS with ZIO Query
In this post I’m going to show step by step how to build an efficient and easily extensible query tool with the help of ZIO libraries. Daniel Vigovszky (@dvigovszky) |
Implementing Scala.js Support for Scala 3
This post explores how Scala.js is implemented, and not so much how it is used, although no compiler knowledge is required to enjoy this post. Sébastien Doeraene (@sjrdoeraene) |
Let’s Talk About the Scala 3 Indentation
In this article, we’ll take a careful, structured look at how Scala 3 adds yet another facility to our ever-expanding set of alternative code styles. Daniel Ciocîrlan (@rockthejvm) |
Concurrency in Cats Effect 3
Cats Effect 3 is just around the corner! The library has seen several major changes between 2.0 and 3.0, so in an effort to highlight those changes, we will be releasing a series of blog posts covering a range of topics. Raas Ahsan |
Getting Func-ey Part 1 - Motivation and Types
The following series of blog posts is an attempt to short-cut the learning process for others. The resources are getting better every year and hopefully I can contribute back. Mat Fournier (@mat4nier) |