#functional-programming
Read more stories on Hashnode
Articles with this tag
1. Introduction This is another part of the Cats Effect 3 series. In this short part, let's look at some of the ways to handle errors in Cats Effect...
Unleash the potential of Cats Eval, a specialized monad that streamlines synchronous evaluations and harmonizes diverse code types. In this write-up,...
Learn how to create a customized retry policy with error handling using the Cats-Retry library. Discover the various methods like retryingOnSomeErrors...
Introduction Self Types are a way of specifying the dependencies for a class/trait in Scala. Using this, the compiler can enforce to provide the...
Introduction For any software application, validation of the input data is very important. In this article, let's look at Cats Validated and how it...
Introduction This is the 8th part of the Cats Effect 3 blog series. In this part, let's discuss about the other common operators/methods available in...