chai-js.hashnode.devMethods of Promise in Javascript Promise Promise is an object which represents the eventual (completion or failure) of an asynchronous operation and it's resulting value. It has three states :- ⏳Pending :- Initial state; the operati5d ago·5 min read
ndblog.hashnode.devHow DNS Resolution WorksDNS (Domain Name System) is often called the "Internet’s Phonebook." While humans prefer memorable names like google.com, computers communicate using numerical IP addresses like 142.250.190.46. DNS is the distributed system that bridges this gap. Fro...Feb 14·3 min read
ndblog.hashnode.devGetting Started with cURLcURL is one of the most powerful and widely used tools in a programmer’s toolkit. It allows you to communicate with servers directly from your computer’s terminal. This guide will help you understand what it is, why it matters, and how to use it with...Feb 13·4 min read
ndblog.hashnode.devDNS Record Types ExplainedWhat is DNS? (The Phonebook Analogy) DNS (Domain Name System) is a massive, global system that translates human names (like example.com) into computer coordinates (like 192.0.2.1). Without DNS, you would have to memorize long strings of numbers for e...Feb 13·4 min read
htcs.hashnode.devUnderstanding HTML Tags and ElementsIf you’ve ever wondered how your favorite website is put together, the answer starts with HTML. Think of a website like a human body. CSS is the skin and clothes (the style), JavaScript is the brain (the logic/movement), and HTML is the skeleton. Wit...Feb 1·3 min read