This sample shows an HTTP server and an HTTP client that can cleanly cancel requests. It’s using Tapir and Sttp, with Netty and AsyncHttpClient backends, all powered by Cats-Effect.| Alexandru Nedelcu - Blog
We are using a combination of Akka and Cats-Effect (ver. 3) for building payment processors. This post describes some solutions we’ve discovered.| Alexandru Nedelcu - Blog
Helpers for integrating with cats.effect.IO.| Alexandru Nedelcu - Blog
IOApp alternative, for Cats Effect v2, that can work with any effect type.| Alexandru Nedelcu - Blog
Defining a “runtime” for Cats-Effect v2 that provides the underlying environment necessary (i.e. ContextShift, Timer, Clock).| Alexandru Nedelcu - Blog
Unlawful/independent version of cats.effect.Effect.| Alexandru Nedelcu - Blog
Converts an Akka Streams Flow into an In => IO[Out] method, thus wrapping Flow into Cats-Effect’s IO.| Alexandru Nedelcu - Blog
Cats-Effect’s Resource can’t be converted directly into a Reactive Streams Publisher. Beware!| Alexandru Nedelcu - Blog