Tag: standards

  • Exploration of Promises in Javascript

    Domenic Denicola at NYC ALT.Net talking about Promises in Javascript PromisesĀ are a software abstraction that makes working with asynchronous operations much more pleasant. In the most basic definition, your code will move from continuation-passing style: