How an applicative functor can help us validate forms
Validating a form 'functional style'
2021-10-03 | 5 min readValidating a form 'functional style'
2021-10-03 | 5 min readDigging a little bit into the world of transducers (in javascript)
2020-12-27 | 15 min readTrying to explain monads without loosing our minds
2020-09-02 | 7 min readlet's use javascript to learn some applicatives for a greater good
2020-08-11 | 10 min readLet's use tagged unions to explore the Fantasy Land specification
2020-06-12 | 19 min readLet's identify the best use case for reduce and maybe learn something else in the way
2020-04-21 | 10 min readTable of content for the series: Functional programming for your everyday javascript
2020-04-03 | 4 min readAnswering the question what do we gain by using pure function?
2020-04-02 | 3 min readAn introduction to common patterns used in functional programming
2020-03-30 | 13 min readSolving the mystery of why sometimes the callback goes first
2020-03-10 | 6 min readLet's see what makes map so special
2020-02-16 | 8 min readA few ideas of how to use pure functions in the real world
2020-01-05 | 8 min readLet's build a mostly adequate lenses implementation
2019-11-27 | 7 min readWe'll see how an implementation of the Maybe Type can influence how we write code
2019-10-28 | 9 min read