March Study session

Sneak peek

"Deep Dive into Javascript Asynchronous Process"

Goals

# Weekly Meeting
  • Aware of performance impact from a line of code
  • Produce a better performant code for the better application
  • Reduce potentially buggy code
  • Knowledge sharing culture
  • Study together

No, not these

What is asynchronous process

1.

2.

How to code Asynchronous programming

3.

Use cases and examples

# Weekly Meeting

Feb. Study Session Agenda

# Weekly Meeting
  • Thread
  • Event-Loop & callstack
  • Asynchronous types
  • Quiz and Q&A (discussion)

You don't need to attend this

# Weekly Meeting

Top all the next questions

*don't cheat

How many thread do we have in web browser?

(Please elaborate the answers)

# Weekly Meeting

Main Thread

I/O Thread

JavaScript

Also applied for React Native

What is event-loop ?

(Please elaborate the answers)

# Weekly Meeting

I excited to welcome you all to async world

# Weekly Meeting
# Weekly Meeting

Thank you

Code

By Alfian Busyro

Code

  • 326