Filter
Exclude
Time range
-
Near
Ever wondered how Node.js handles multiple tasks on a single thread? 🌀 Dive into Node.js internals, V8 engine, event loop, libuv, and process architecture. Learn how async operations really work! Blog Link : manpreet006.hashnode.dev/nod… #NodeJsInternals #NodeJsArchitecture #NodeJS
1
7
115
I couldn’t attend yesterday’s lecture, so I completed it today, and man… it was damn fun. I already understood how the Node.js Event Loop works internally, but learning it from the master @piyushgarg_dev made things even clearer. Also, thanks to Piyush sir, I finally bought X Premium. Micro-managing captions and squeezing ideas into character limits just wasn’t worth it. So from now on, expect posts that actually deliver value instead of being compressed to fit content limits. Thank you, @piyushgarg_dev, for inspiring that decision. @ChaiCodeHQ @Hiteshdotcom @nirudhuuu @yntpdotme @devwithjay @surajtwt_ @BlazeisCoding @Aasuyadavv #chaicode #nodejs #nodejsinternals #eventloop
4
2
63
726
Today learned node js internals and event driven architecture , and guessed some outputs @Hiteshdotcom @piyushgarg_dev @ChaiCodeHQ #chaicode #nodejsinternals @nirudhuuu @devwithjay @BlazeisCoding
1
36
256
1
7
394
async function getAllData() { const a = await fetchA(); const b = await fetchB(); const c = await fetchC(); return [a, b, c]; } Can you tell me whats wrong with this ? #NodeJSInternals
2
2
80