APAjay Panigrahiinajaypanigrahi.hashnode.dev·1d ago · 27 min readJavaScript Engine & Runtime Environment | V8, Memory Heap & Garbage Collector | Episode 2 (Part 1)Prefer watching the video first? I recommend watching Episode 2 before reading this article. The video explains the concepts step by step, and this article can be used as a detailed written reference.00
APAjay Panigrahiinajaypanigrahi.hashnode.dev·Sep 10 · 9 min readSynchronous vs Asynchronous JavaScript | Execution Context, Call Stack & Single-Threaded | Episode 1Prefer watching the video first? I recommend watching Episode 1 before reading this article. The video explains the concepts step by step, and this article can be used as a detailed written reference.00
APAjay Panigrahiinajaypanigrahi.hashnode.dev·Sep 4 · 12 min readExpress Middleware Explained: How app.use(), next(), Routes & Error Handling WorkWatch the YouTube video Prefer visuals and a step-by-step explanation? Watch the video above. Prefer reading? This article covers the same idea from scratch in a few minutes. So we'll build it from th00
APAjay Panigrahiinajaypanigrahi.hashnode.dev·Jan 23, 2025 · 4 min readThe Internet: How It Works and Why It MattersEver imagined what happens when you type a URL in the address bar of the browser and hit enter? What happens when you click on a link? What is the Internet? How does the Web work? What is client, server, https, domain name system server, etc.? What d...00
APAjay Panigrahiinajaypanigrahi.hashnode.dev·Jan 12, 2025 · 7 min readThe Jargons of the Internet1) What is a Computer? A machine that processes information, stores data, performs calculations and run programs. (Computer ek aisi machine hai jo data process karti hai, calculations karti hai, aur programs chalati hai.) 2) What is the Internet? A ...02AT