One of the most commonplace things that developers do is designing interfaces, and it is also one of the easiest places to start introducing unneeded complexity into an application. It is pretty easy to build a feature that oversteps the bounds of what it... (more…)
Read more »
Deep Persistent Proxy Objects for JavaScript. Contribute to robtweed/DPP development by creating an account on GitHub. (more…)
Read more »
Get started with the JavaScript SKD for CloudEvents, a specification for describing event data for interoperability across services, platforms, and systems. (more…)
Read more »
One of the most important rules for writing a deterministic, easy-to-debug code is avoiding side effects. The obvious choice if we want to meet this assumption is to use the functional paradigm. This, however, poseses a risk of poor code readability. (more…)
Read more »
Functional Programming(FP) can change the way you program for the better.
Read more »