Promises in Node.js 8.x Core

Promises are well-known in the JavaScript community since they landed in Chrome 32 (Jan 2014) and in Node.js 0.12 (Feb 2015). They were… Read more

Similar

ClojureScript and Node on AWS Lambda

Amazon’s Lambda service executes functions in response to events. Which isn’t all that interesting: an abacus executes functions in response to events. What makes Lambda appealing is the attitude it takes toward disobedience.

Read more »