techmilldenton / workshops

A series of event proposals.
1 stars 0 forks source link

Async I'll await for you, I Promise: Modern JavaScript Async Basics #3

Open kyletaylored opened 6 years ago

newswim commented 6 years ago

Homework:

https://javascript.info/async-await

https://www.toptal.com/javascript/asynchronous-javascript-async-await-tutorial

https://medium.freecodecamp.org/some-of-javascripts-most-useful-features-can-be-tricky-let-me-explain-them-4003d7bbed32

https://ponyfoo.com/articles/understanding-javascript-async-await

https://codeburst.io/javascript-es-2017-learn-async-await-by-example-48acc58bad65

kyletaylored commented 6 years ago

I found this to be a fairly solid overview without a lot of cruft.

https://dev.to/siwalik/async-programming-basics-every-js-developer-should-know-in-2018-a9c

newswim commented 6 years ago

Cool library that proxies async calls to make the code way more concise:

https://dev.to/kayis/proximise-your-async-code-5c15

newswim commented 6 years ago

Something to include about series/parallel:

https://developers.google.com/web/fundamentals/primers/async-functions