Yadukrishnan
Scribblings of an introvert

Scribblings of an introvert

Follow
homenewsletter
Tag

Functional Programming

#functional-programming

More content

Read more stories on Hashnode


Articles with this tag

Error Handling in Cats Effect [Part-9]

Apr 23, 20233 min read

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...

Error Handling in Cats Effect [Part-9]

Lazy and Eager Computations in Cats using Eval

Sep 18, 20226 min read

Unleash the potential of Cats Eval, a specialized monad that streamlines synchronous evaluations and harmonizes diverse code types. In this write-up,...

Lazy and Eager Computations in Cats using Eval

Retrying Cats Effect Failures With Ease

Jun 22, 20227 min read

Learn how to create a customized retry policy with error handling using the Cats-Retry library. Discover the various methods like retryingOnSomeErrors...

Retrying Cats Effect Failures With Ease

Self Type in Scala

Jun 10, 20223 min read

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...

Self Type in Scala

Data Validation and Error Accumulation using Cats Validated

May 30, 20225 min read

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...

Data Validation and Error Accumulation using Cats Validated

Common Operators in Cats Effect 3 [Part-8]

May 26, 20223 min read

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...

Common Operators in Cats Effect 3 [Part-8]