Resources Flashcards

1
Q

Even’s resources for Node

A

Slides for second-clock and all my references for Node stuff (including promises). I had to watch all of these many times to understand this and I’m still shaky on some stuff. It is hard stuff, great job absorbing it today!
Udemy course on Advanced Node: https://www.udemy.com/course/advanced-node-for-developers/
Advanced Node: https://www.youtube.com/watch?v=qG-PLm3APSs&t=6532s
Broken Promises w/ James Snell: https://www.youtube.com/watch?v=DwEYBegpj_Q
IBM intro to the event loop: https://developer.ibm.com/learningpaths/get-started-nodejs/intro-to-event-loops/
Event loop technical (under the hood, system): https://www.youtube.com/watch?v=P9csgxBgaZ8
Event loop (top down): https://www.youtube.com/watch?v=PNa9OMajw9w
IBM on Node: https://developer.ibm.com/learningpaths/get-started-nodejs/intro-to-event-loops/#answers-to-true-or-false-questions
quick overview of queues in Node: https://blog.logrocket.com/a-deep-dive-into-queues-in-node-js/

I’ll also add that “blocking the event loop” is a just a term for when some JS code runs so long that the event loop isn’t turning over anymore. process.nextTick() helps you deal with these by breaking of a long running function, I’ll let you figure out how.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

About interview

A

https://www.youtube.com/watch?v=PJKYqLP6MRE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly