Basic Node.js Lambda Function Concepts
medium.com
Basic Node.js Lambda Function Concepts
1–7 of 7 posts
Re: Basic Node.js Lambda Function Concepts
#2Re: Basic Node.js Lambda Function Concepts
#3OT; but can anybody can hint me to a good ressource where to learn more about Promises and how to use them correctly?
[1]: https://pouchdb.com/2015/05/18/we-have-a-problem-with-promis...
Re: Basic Node.js Lambda Function Concepts
#4OT; but can anybody can hint me to a good ressource where to learn more about Promises and how to use them correctly?
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.
Re: Basic Node.js Lambda Function Concepts
#5OT; but can anybody can hint me to a good ressource where to learn more about Promises and how to use them correctly?
The pouchdb blog post linked is really good too!
Re: Basic Node.js Lambda Function Concepts
#6OT; but can anybody can hint me to a good ressource where to learn more about Promises and how to use them correctly?
Re: Basic Node.js Lambda Function Concepts
#7OT; but can anybody can hint me to a good ressource where to learn more about Promises and how to use them correctly?