DBDebabrata Barindebwrites.hashnode.dev·Mar 11 · 4 min readglobal vs globalThis and its gotchas : Every Developer Should KnowThe Context If you are a JS developer you must be knowing what scope means in JavaScript . Basically scope means a logical place in memory where any variable , functions or objects stored . There is g00
DBDebabrata Barindebwrites.hashnode.dev·Mar 1 · 5 min readAsync JavaScript Demystified: Promises & Their Methods What is Async ? Lets first discuss what is async means ?? Async nature or async operation means any task which starts now but it doesn't completes immediately , it takes sometime to complete that task00
DBDebabrata Barindebwrites.hashnode.dev·Jan 31 · 2 min readHTML: The Skeleton of Every WebpageWhen you open a webpage, you see text, images, buttons, and links.But underneath all that beauty lies something very simple. That foundation is HTML. What is HTML and why we use it HTML (HyperText Markup Language) is the language used to describe the...00
DBDebabrata Barindebwrites.hashnode.dev·Jan 31 · 3 min readWhat Really Happens After You Type a URL and Press Enter?You open a browser, type a URL, and press Enter. A webpage appears. It feels instant. Almost magical.But your browser just performed a well-orchestrated series of steps, like a factory assembly line working at lightning speed. A browser is not just a...00
DBDebabrata Barindebwrites.hashnode.dev·Jan 31 · 3 min readTCP: How the Internet Talks ReliablyImagine sending an important letter, but there are no rules. Pages might arrive out of order.Some pages might never arrive.The receiver might not even know when the letter is complete. That’s exactly what would happen on the internet without proper r...00