Hacker News new | past | comments | ask | show | jobs | submit login
Basic Node.js Lambda Function Concepts (medium.com/intrinsic)
15 points by tlhunter on April 4, 2018 | hide | past | favorite | 6 comments



OT; but can anybody can hint me to a good ressource where to learn more about Promises and how to use them correctly?


I found this pouchdb blog post[1] really helpful when first trying to wrap my head around promise chaining patterns. Highly recommend!

[1]: https://pouchdb.com/2015/05/18/we-have-a-problem-with-promis...


This might sound bonkers at first, but I think I did not really understood promises until I implemented the spec myself (with a lot of studying others' code that is).

It's actually not too time-consuming (I think it took me an afternoon) and there is a test suite covering the entire spec on npm: https://www.npmjs.com/package/promises-aplus-tests so you can just hack away until everything is green.


Check out this guide: https://scotch.io/tutorials/javascript-promises-for-dummies

The pouchdb blog post linked is really good too!



Thanks everybody, for answering.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: