Walkthrough of many async's articles and exec code from them. Also exec examples from TheCodeBarbarian's Book "Mastering Async/Await" "http://asyncawait.net/"
- Asynchronous programming (background) "http://exploringjs.com/es6/ch_async.html"
- Asynchronous programming and continuation-passing style in JavaScript "http://2ality.com/2012/06/continuation-passing-style.html"
- Array.prototype.map() "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map"
- Function.prototype.bind() "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_objects/Function/bind"
- Currying and partials "https://javascript.info/currying-partials"
- Currying versus partial application (with JavaScript code) "http://2ality.com/2011/09/currying-vs-part-eval.html"
- JavaScript variable scoping and its pitfalls "http://2ality.com/2011/02/javascript-variable-scoping-and-its.html"
- Asynchronous programming and continuation-passing style in JavaScript "http://2ality.com/2012/06/continuation-passing-style.html"
- Promises for asynchronous programming "http://exploringjs.com/es6/ch_promises.html"
- Designing APIs for Asynchrony "https://blog.izs.me/2013/08/designing-apis-for-asynchrony"
- Callbacks, synchronous and asynchronous "https://blog.ometer.com/2011/07/24/callbacks-synchronous-and-asynchronous/"
- Promise Anti-patterns "http://taoofcode.net/promise-anti-patterns/"
- The Collection Kerfuffle - "it seems the same problem"
- Spreading arrays into arguments in JavaScript "http://2ality.com/2011/08/spreading.html"
- Error Handling in Node.js "https://www.joyent.com/node-js/production/design/errors"
- Two additions for the "Promises" chapter "https://groups.google.com/forum/#!topic/exploring-es6/vZDdN8dCx0w/discussion"
- Designing APIs for Asynchrony "https://blog.izs.me/2013/08/designing-apis-for-asynchrony"
- Async functions "http://exploringjs.com/es2016-es2017/ch_async-functions.html"
- Asynchronous iteration "http://exploringjs.com/es2018-es2019/ch_asynchronous-iteration.html"
- Introduction: callbacks "https://javascript.info/callbacks"
- Promise "https://javascript.info/promise-basics"
- Promises chaining "https://javascript.info/promise-chaining"
- Promise API "https://javascript.info/promise-api"
- Async/await "https://javascript.info/async-await"
- ES6 Generators in Depth "https://ponyfoo.com/articles/es6-generators-in-depth"
- ES6 Promises in Depth "https://ponyfoo.com/articles/es6-promises-in-depth"
- ES6 Overview in 350 Bullet Points "https://ponyfoo.com/articles/es6"
- Promisees Visualization Tool "http://bevacqua.github.io/promisees/#"
- Asynchronous I/O with Generators & Promises "https://ponyfoo.com/articles/asynchronous-i-o-with-generators-and-promises"
- Understanding JavaScript’s async await "https://ponyfoo.com/articles/understanding-javascript-async-await"
- Common Async/Await Design Patterns in Node.js "http://thecodebarbarian.com/common-async-await-design-patterns-in-node.js.html"
- The 80/20 Guide to Async/Await in Node.js "http://thecodebarbarian.com/80-20-guide-to-async-await-in-node.js.html"
- JSJ 329: Promises, Promise.finally(), and Async/await with Valeri Karpov " https://devchat.tv/js-jabber/jsj-329-promises-promise-finally-and-async-await-with-valeri-karpov/"
- Mastering Async/Await "http://asyncawait.net/"
- Equality comparisons and sameness "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness"
- Async/Await: The Good Parts
- Promises From The Ground Up
- Promises/A+ "https://promisesaplus.com/"
- Async/Await Internals
- Async/Await in the Wild
- Continuation-passing style "https://en.wikipedia.org/wiki/Continuation-passing_style"
- By example: Continuation-passing style in JavaScript "http://matt.might.net/articles/by-example-continuation-passing-style/"
- Callback Heaven: Continuation Passing Style Patterns for JavaScript "https://medium.com/@b.essiambre/continuation-passing-style-patterns-for-javascript-5528449d3070"
- Continuation Passing Style by Kyle Simpson (Functional-Light JavaScript, v2) "https://frontendmasters.com/courses/functional-javascript-v2/continuation-passing-style/"
- Tiny goodies for Continuation-Passing-Style functions "https://github.com/dmitriz/tiny-cps"
- CONTINUATION-PASSING STYLE IN JAVASCRIPT "https://delapuente.github.io/presentations/cps-javascript/index.html#/"
- Continuation-Passing Style and why JavaScript developers might be interested in it "http://marijnhaverbeke.nl/cps/"
- What’s in a Continuation "https://jlongster.com/Whats-in-a-Continuation"
- List content of a directory with Node.js "https://code-maven.com/list-content-of-directory-with-nodejs"
- Asynchronous Recursion with Callbacks, Promises and Async. "https://blog.scottlogic.com/2017/09/14/asynchronous-recursion.html"
- Async/Await: Modern Concurrency In JavaScript "https://www.youtube.com/watch?v=NsQ2QIrQShU"
- Async + Await in JavaScript, talk from Wes Bos "https://www.youtube.com/watch?v=DwQJ_NPQWWo"
Why did I create this rep?
- helping restore the context of the subject as soon as possible. This is especially important when you need to multitask
- allows got access it in variety places with different gadgets
- allows observing the entire structure of the subject
- make this road-map able to helps other