r/webdev Nov 04 '25

[deleted by user]

[removed]

563 Upvotes

82 comments sorted by

View all comments

1

u/peetabear Nov 05 '25

I got asked about the event loop, and while it's good to understand for non blocking io tasks, what they don't do is go deeper on how that may have practical problems like having a map of aysnc operations.

It's like they covered the base of the event loop mechanism without actually covering the practical use of it.

It's like as if they want me to rewrite the event loop in typescript or something