JS Conf JP

Julien Hora

Julien Hora

CEO, Founder @ Factorize, Julien has been a full-stack engineer for the past 8 years working on front-end, back-end, cloud and mobile implementations for small to enterprise-grade projects. Working daily with JS and its different environments, he has helped teams optimize their use of the JS/TS capabilities, and helped adopt the right technologies for the right purpose.

Asynchronicity, the right way: Understanding the basics of asynchronous JavaScript, when to and when not to use it.

11/27/2021, 12:50 - 13:20
Track A
Spoken language: en
Slide language: en

Asynchronicity, the right way: Understanding the basics of asynchronous JavaScript, when to and when not to use it.

  1. Introduction to the concept of asynchronous vs synchronous.
  2. Introduction to myself, and how I use JS in my everyday work.
  3. Why the need for asynchronous behaviour
  4. When to not use asynchronous JS
  5. Understanding Promises, and how to use them correctly.
  6. Use cases
  7. Conclusion