Transducers - higher order functions on steroids
How to leverage the higher order function pattern to solve expensive operations.
Functors and monads in javascript
Trying the impossible. Explain functors and monads in the context of javascript and how we are benefitting from them.
Composition with React
An exploration into some advanced pattern possible with React Context API. Pushing React to its limits.