From callbacks to promises

Vincenzo Chianese Vincenzo Chianese IT Bugs Introducer at Apiary

Video

Handling asynchronous code with callbacks forces us to build an unmanageable stacks of function calls, often leaving us buried beneath them. Is there a better way to handle this? Yes, with Promises. ES6 promises give us an elegant way to handle asynchronous code. We will dive into core of promises, as well how to break apart common Callback Hell scenarios into beautiful method chains.

Vincenzo Chianese, Bugs Introducer at Apiary

Vincenzo ChianeseNodeJS in the morning, .NET in the night. Vincenzo Chianese is an Italian full-stack developer with a love for front-end development. Currently, he works as a developer at Apiary.