The Maybe type is a popular abstraction for defining values that may or may not exist. Why should you use it in JavaScript? (more…)
Read more »
closure-compiler-js - Package for the JS version of closure-compiler for use via npm...
Read more »
Learn what a Venn diagram is and how to create such an interactive data visualization for the Web using JavaScript HTML5, in a special Venn diagram tutorial. (more…)
Read more »
Functional programming is all about transformations. For the actual transformations we use things called transformers. Transformers are typically implemented as pure functions that takes an input... (more…)
Read more »