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

5 architectures of asynchronous javascript #13

Open
ducin opened this issue Apr 27, 2017 · 1 comment
Open

5 architectures of asynchronous javascript #13

ducin opened this issue Apr 27, 2017 · 1 comment

Comments

@ducin
Copy link

ducin commented Apr 27, 2017

abstract:

In this talk we'll discuss 5 alternative approaches to handle async operations: callbacks, events, promises, coroutines and reactive streams. None of them is either legacy or a silver bullet - a good dev needs to pick the right tool for the job.

However, in order to understand them, we must step back to fundamentals all these rely on: the mechanics of event loop and run to completion rule, as well as learn to distinguish between sync and async flow. Then we proceed to design patterns built on top of each of the 5 approaches, discussing their strengths and limitations. Funfacts, such as famous Promise.race() included!

Come and listen!


Talk w pełnym wymiarze na pewno nie zmieści się w 35 minutach. Więc można (1) obciąć zakres lub (2) wydłużyć :)

@sptq
Copy link
Member

sptq commented Apr 27, 2017

@ducin hej czy chcesz wystąpić na czerwcowym spotkaniu? Jeśli tak to proszę prześlij mi swoje zdjęcie + bo na marcin+meetjs@grochulski.net.

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

No branches or pull requests

2 participants