Functional composition with compose and pipe in lodash/fp

Loading

Reading Time: 3 minutes What is functional composition? Functional composition is the technique of composing multiple functions into a complex function. In Mathematic definition, f(x) and g(x) are functions and h(x) is the composed function of f and g. Functional composition is an efficient technique in processing list data and it is preferred over calling chained array methods to … Read more

Projects built in June, 2018

Loading

Reading Time: < 1 minute Angular Functional Programming Apply functional programming to arrays and render the results in table by Angular Material Demo: https://railsstudent.github.io/ng-fun-prog/ Repo: https://github.com/railsstudent/ng-fun-prog AngularJS Use $compile to generate dynamic form from HTML string in AngularJS Stackblitz Demo: link