YWyatik wahiincurlyatik.hashnode.dev·Jan 31 · 3 min readGetting Started with cURLWeb Dev Cohort 2026 Let’s start from the very beginning. 1) What is a Server and Why Do We Need to Talk to It? A server is just another computer on the internet that stores data or runs programs for other computers (clients). When you open a website...00
YWyatik wahiindnsrecordtypeyatikwahi.hashnode.dev·Jan 31 · 3 min readDNS Record Types ExplainedWeb Dev Cohort 2026 Let’s start with a simple question: How does a browser know where a website lives? You type example.com, but computers don’t understand names—they understand IP addresses. The system that translates names into addresses is calle...00
YWyatik wahiinow-dns-resolution-works.hashnode.dev·Jan 31 · 5 min readHow DNS Resolution WorksHow DNS Resolution Works (for Web Developers) Web Dev Cohort 2026 Every time you type google.com into a browser, a quiet but critical process turns that human-friendly name into an IP address a machine can actually use. That process is DNS resolution...00
YWyatik wahiinyatiknetworkdevices.hashnode.dev·Jan 31 · 5 min readNetwork Device overviewUnderstanding Network Devices (for Web Developers) Web Dev Cohort 2026 If you’re building websites or backend systems, it’s easy to think of the internet as “just an API call away.” But under the hood, a small cast of network devices works together t...00
YWyatik wahiingitbasicsyatikwahi.hashnode.dev·Jan 14 · 2 min readGit Basics and Its Essential CommandsWhat Is Git- Git is a tool used to keep track of changes to files, especially the code of the projects. It is termed a distributed version control system because of its behaviour to allow multiple people to work on the same project. It was created by...00