#cats-effect

[ follow ]
#typelevel
#cats-mtl
fromTypelevel
6 days ago
Scala

Custom Error Types Using Cats Effect and MTL

Cats MTL 1.6.0 provides lightweight syntax enabling user-defined typed error channels in Cats without complex monad transformers.
fromTypelevel
5 months ago
Scala

Custom Error Types Using Cats Effect and MTL

Cats MTL 1.6.0 provides lightweight syntax for user-defined typed error handling within Cats without requiring complex monad transformers.
fromMedium
2 weeks ago

Building a Smart Home Automation with Home Assistant and Scala FS2-Part 2: Service Lifecycle and...

PF4J expects that your plugin code has a class that extends org.pf4j.Plugin interface. And for running and stopping the plugin, methods start() and stop() of this interface will be called. But our service is expected to have completely pure logic - without any side effects - we need to bring these two worlds together - Java impure plugins start/stop and Scala pure logic.
Software development
Software development
fromMedium
2 months ago

Streaming DynamoDB Data with Scanamo, Cats Effect, and FS2-The Memory-Safe Way

Use Cats Effect Resource with Scanamo to safely stream large DynamoDB query or scan results page-by-page to avoid loading all records into memory.
fromUnderscore
1 year ago

Scala with Cats 2

Two questions come up time and again: "when will the book be updated to Cats 2?", and "when will printed versions be available?" We're happy to say the answer to both is: soon! We have started working on updating the book. In fact the current version of the book, which is linked from the web site, is built against Cats 2 (although it does not discuss new concepts like the Parallel type class). This issue tracks our progress on the update.
Software development
[ Load more ]