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

The witchcraft behind js asynchronicity: A journey through callbacks, promises and async/await. #55

Open
rafael1789 opened this issue Dec 30, 2019 · 0 comments

Comments

@rafael1789
Copy link

Título: The witchcraft behind js asynchronicity: A journey through callbacks, promises and async/await.

Descripción: ¿Cómo funciona la asincronicidad en un lenguaje single-threaded como JavaScript? Una breve explicación de la naturaleza sincrona de JavaScript y, posteriormente, una explicación del "behind the scenes" de los mecanismos que permiten la asincronicidad (callbacks, promises and async/await).
Algunos de los temas a incluir son:

  • js sincrono
  • js engine (breve explicación)
  • event loop
  • web APIs
  • callbacks
  • promises
  • iterators
  • generators
  • async/await

Ponente:
@rafael1789 (myself)

Email (si no está en el perfil de github):
[email protected]

Tipo: larga duración (40 minutos)

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