Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add lecture (and possibly a workshop) on js asynchronicity #95

Closed
yevhenorlov opened this issue Oct 8, 2018 · 0 comments
Closed

add lecture (and possibly a workshop) on js asynchronicity #95

yevhenorlov opened this issue Oct 8, 2018 · 0 comments
Assignees

Comments

@yevhenorlov
Copy link
Member

I'm currently reading Kyle Simpson's Async & Performance (from YDKJS series) and it really highlights the many gaps I previously had (and still have) in understanding the asynchronous side of Javascript. Promise API is simple enough to read one article about and start using straight away, but there's several gotchas that may come as a surprise later.
I feel like maybe there would be a demand for a talk on the topic of promises, how they compare to callback-based APIs, differences between traditional Promise.then syntax and async/await, how event loop works etc.
The scope of this thing will become more clear later, but I would love to try and prepare something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants