-
Compose With Reduceright
Poor
Read more....reduceRight
. This JavaScript late-comer (ES 5.1) does the same thing as.reduce
, only backwards. No wonder this seemingly forgotten function gets no love. -
Transforming Json
I work with APIs a lot. I appreciate the effort some groups put forth to document their API and their payload formats, especially when tools like Swagger can help demonstrate the API in the browser.
Read more... -
Publishing Part To Npm
I published my library,
Read more..._part_
, to NPM today. As my first attempt to publish anything to NPM, I expected problems but not the ones I encountered. -
Personal Choices
Read more... -
Promises
The bright future of promises in ES6 may change my programming style. While I appreciate the blog articles extolling the benefits of ES6 Promises, I desperately need a sandbox to play in before I can learn a new technique or technology.
Read more...