CQRS in Haskell: Command validation with Applicative Functors
I recently started a toy Haskell project implementing some concepts related to Event Sourcing and CQRS. I find strong the abstractions and type system from Haskell usually help in solidifing…
Continue Reading
CQRS in Haskell: Command validation with Applicative Functors