Author

Samuel Day

[guest author fields > title]


Warning: Undefined array key “link” in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/template-parts/cards/feed-card.php on line 146
Harmony generators and promises for Node.js async fun and profit

Today I’m here to preach the gospel of promise-based async programming in Node.js, when coupled with an exciting new Harmony feature called generators. If you’ve been writing Node.js code for a while, then I’m sure you’re familiar with the Node.js callback model. You’ve probably also heard some of the more common nicknames for it: callback hell, […]