Published inHackerNoon.comFunctors in JavaScript“A mathematician, like a painter or a poet, is a maker of patterns. If his patterns are more permanent than theirs, it is because they are…Oct 13, 2017A response icon2Oct 13, 2017A response icon2
Published inHackerNoon.comFunction Type Signatures in JavascriptWhen a Javascript Developer starts to explore the deepest secrets of the Functional Programming, he often finds these weird arrow notations…May 14, 2017A response icon3May 14, 2017A response icon3
Published inHackerNoon.comPartial Application of FunctionsProviding function with fewer arguments than it expects is called Partial Application of functions.Mar 15, 2017Mar 15, 2017
Cooler Code with ES6 ProxyA Proxy in JavaScript enables us to intercept all of the operations on the target object, allowing us to modify how the target object…Feb 10, 2017Feb 10, 2017
Published inNetscapeType Checking with FlowJavaScript maybe the fast, expressive, light-weight, functional, awesome, programming language, with a huge community support (Go…Feb 6, 2017Feb 6, 2017
Published incodeburstFunctional Memoization in JavascriptFunctional Memoization is a technique which makes a function call faster by trading space for time. Memoize caches the return values of the…Jan 22, 2017A response icon4Jan 22, 2017A response icon4
Going Functional with Javascript“Truth is ever to be found in the simplicity, and not in the multiplicity and confusion of things.” ― Isaac NewtonJan 21, 2017Jan 21, 2017