Data Validation and Error Accumulation using Cats Validated
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 makes data validation better and easier.
Why Validated?
Scala standard library already provides error ...
yadukrishnan.live5 min read