Hacker News
- Cloudflare-supported BinaryAST promises dramatically faster JavaScript apps https://venturebeat.com/2019/05/17/cloudflare-supported-binaryast-promises-dramatically-faster-javascript-apps/ 2 comments
Lobsters
- How to Cancel Promises in JavaScript http://bloomca-me.github.io/2017/12/04/how-to-cancel-your-promise.html 4 comments javascript , programming
- Advanced Promises in Javascript (Dataloader Pattern) - Mike Alche https://www.mikealche.com/software-development/advanced-promises-in-javascript-building-a-simple-dataloader 12 comments javascript
- Async JavaScript: From Callbacks, to Promises, to Async/Await https://ui.dev/async-javascript-from-callbacks-to-promises-to-async-await/ 2 comments javascript
- How to Set JavaScript Promise Timeout. Just don’t wait forever for a Promise to get fulfilled, you need to set your own terms https://javascript.plainenglish.io/how-to-set-javascript-promise-timeout-7d51c87bc38e 8 comments coding
- JavaScript Promise, Make Your Own Version in Four Easy Steps https://medium.com/@gerinjacob/make-your-own-promise-in-javascript-ddd88e067d0a 2 comments javascript
- I `Promise` you won't have to `await` long to understand `async` in Javascript. (TBH I wrote this blog post mostly as an excuse to use that terrible pun.) https://blog.zack.computer/i-promise-you-will-understand-async-in-javascript 22 comments webdev
- Advanced Promises in Javascript (Dataloader Pattern) - Mike Alche https://www.mikealche.com/software-development/advanced-promises-in-javascript-building-a-simple-dataloader 22 comments javascript
- modern-async - A modern JavaScript tooling library for asynchronous operations using async/await and promises https://nicolas-van.github.io/modern-async 5 comments javascript
- Async functions solve callback hell for the Promise “monad”. Generators solve this for any Monad in JavaScript. https://medium.com/flock-community/monads-simplified-with-generators-in-typescript-part-1-33486bf9d887 8 comments javascript
- An article I wrote on asynchronous JavaScript: the event loop, callbacks, promises, and async/await https://www.taniarascia.com/asynchronous-javascript-event-loop-callbacks-promises-async-await/ 14 comments javascript
- A discussion about cancellation and promises with some first-hand prospectives, might be interesting to those who track TC39's "ECMAScript Cancellation" proposal and live in both JavaScript and .NET ecosystems. https://github.com/rbuckton/prex/issues/3#issuecomment-674185791 11 comments javascript
- 3 most common mistakes when using Promises in JavaScript https://dev.to/mpodlasin/3-most-common-mistakes-when-using-promises-in-javascript-oab 42 comments javascript
- Javascript Promises Simplified https://thewebfor5.com/p/javascript/javascript-promises/ 25 comments javascript
- Common Javascript Promise mistakes every beginner should know and avoid https://gosink.in/common-javascript-promise-mistakes-beginners/ 51 comments javascript
- JavaScript Promises: Zero To Hero Plus Cheat Sheet https://medium.com/dailyjs/javascript-promises-zero-to-hero-plus-cheat-sheet-64d75051cffa 6 comments javascript
- Javascript Promise wrapper library which can access property or etc... https://github.com/brn/aprx 5 comments javascript
- JavaScript Promises vs. RxJS Observables https://medium.com/@weibeld/javascript-promises-vs-rxjs-observables-de5309583ca2 12 comments javascript
- 6 Reasons Why JavaScript’s Async/Await Blows Promises Away (Tutorial) https://hackernoon.com/6-reasons-why-javascripts-async-await-blows-promises-away-tutorial-c7ec10518dd9 3 comments javascript
- JavaScript's Promise Leaks Memory https://alexn.org/blog/2017/10/11/javascript-promise-leaks-memory.html 5 comments javascript
- JavaScript's Promise is Memory Unsafe https://alexn.org/blog/2017/10/11/javascript-promise-memory-unsafe.html 78 comments javascript
- 6 Reasons Why JavaScript’s Async/Await Blows Promises Away https://hackernoon.com/6-reasons-why-javascripts-async-await-blows-promises-away-tutorial-c7ec10518dd9 26 comments webdev
- p5js is promising javascript graphic library. This is not a video but an interactive presentation. (I tried only with Chrome and Edge, your millage may vary). More details in comments. http://hello.p5js.org/ 22 comments programming
- 6 Reasons Why JavaScript’s Async/Await Blows Promises Away (Tutorial) https://medium.com/@mgaafar/6-reasons-why-javascripts-async-await-blows-promises-away-tutorial-c7ec10518dd9#.8dv1y7ilu 112 comments javascript
- The Evolution Of Asynchronous JavaScript - The Talk Tells The Evolution From Callback To Promises And Async/Await https://pusher.com/sessions/meetup/front-end-london/the-evolution-of-asynchronous-javascript 11 comments javascript
- Javascript promises, explained through a comic https://consolia-comic.com/comics/promises 23 comments coding
- JavaScript Promises: The right way! http://ivanjov.com/do-you-promise/ 25 comments javascript
- Google kills proposed Javascript cancelable-promises https://github.com/tc39/proposal-cancelable-promises/issues/70 149 comments programming
- An incremental tutorial on promises in javascript http://www.sohamkamani.com/blog/2016/08/28/incremenal-tutorial-to-promises/ 3 comments javascript
- GitHub - josegl/npfic: Javascript functional, failure tolerance Promises flow control. My first public proyect. What do you think? https://github.com/josegl/npfic 10 comments javascript
- JavaScript Promises 101 https://bitsofco.de/javascript-promises-101/ 17 comments javascript
- Write Modern Asynchronous Javascript using Promises, Generators, and Coroutines! https://medium.com/@will_gottchalk/write-modern-asynchronous-javascript-using-promises-generators-and-coroutines-5fa9fe62cf74#.g0if0wpiy 35 comments javascript
- JavaScript Cancelable Promises Proposal https://docs.google.com/presentation/d/1v4vmc54gjkwass1nfet9ywc-qovoflerxd5qtpmpc8u/edit#slide=id.gc6f9e470d_0_0 3 comments javascript
- pinkyPromise: JavaScript Promises in 45 Lines of Code http://henleyedition.com/pinkypromise-javascript-promises-in-45-lines-of-code/ 9 comments javascript
- No promises: asynchronous JavaScript with only generators http://www.2ality.com/2015/03/no-promises.html 13 comments javascript
- JavaScript Promises ... In Wicked Detail http://mattgreer.org/articles/promises-in-wicked-detail/ 23 comments javascript
- Introduction to promises in Javascript http://www.promisejs.org/ 6 comments javascript
- JavaScript Promises: There and back again http://www.html5rocks.com/en/tutorials/es6/promises/#! 10 comments programming
- Promises arrive natively in JavaScript http://www.html5rocks.com/en/tutorials/es6/promises/ 35 comments javascript
- Martin fowler bilki : Javascript Promise http://martinfowler.com/bliki/javascriptpromise.html 5 comments programming