Tag: functional_programming
All the articles with the tag "functional_programming".
Processing Massive Data Sets with Transducers in Javascript
Published:In this article we`ll deep dive into transducers to optimize big data sets. Learn how to optimize compositions using Ramda and Javascript.
Function Composition in Javascript
Published:In this article we`ll deep dive into function composition, pipes, currying and partial applications with examples from real world.