DenverScript - August 2023 - eslint Flat Config with Kyle Coberly | Promises with Mikey Sleevi

Описание к видео DenverScript - August 2023 - eslint Flat Config with Kyle Coberly | Promises with Mikey Sleevi

Event info: https://www.meetup.com/denverscript/e...

eslintwith Kyle Coberly!

Promises: There and Back Again with Mikey Sleevi

Node.js is one of the most popular runtimes in the world. It has been heralded for its approach to server side computing, foregoing the standard threaded model for an asynchronous, event-driven I/O model. But what exactly does that mean?

Even as software engineers, computers are a bit of black box. We rely heavily on abstractions to focus. But what if we pulled back the curtain of the Node.js abstraction and took a deeper look behind the scenes? In this talk, we will investigate how epoll, bytecode, callbacks and the event loop come together to form the Promise, and by proxy, asynchronous, event-driven I/O.

Комментарии

Информация по комментариям в разработке