About the speaker
Experience behind the talk
Since JavaScript is single threaded, special techniques are necessary for asynchronous and reactive programming. Promises were introduced a few years ago to enable asynchronous programming without the dreaded "callback hell". They are a very powerful tool, especially with the async/await syntactic ...

