timblarc.hashnode.devUnderstanding Variables and Data Types in JavaScriptWhat are variables? In every Programming language variables is the the essential and fundamental thing existed; Variables are like labeled containers that hold data values in a memory. For example: A 7h ago·5 min read
timblarc.hashnode.devFrom URL to PixelsWhat happens if I type a URL (eg: google.com) and press Enter? The page just appears on your device’s screen, However this straightforward process is not that as it looks like. Under the hood there a Feb 28·1 min read
twilightarc.hashnode.devJavaScript Conditionals Lab GuideFrom Scratch Go to https://classroom.github.com/a/fwCZoRgs You will see this page Or it can be a different just like this Don’t worry just wait for the mail from Github. Also See the spam foldeFeb 7·7 min read
httparc.hashnode.devUnderstanding Network DevicesConnecting to the outside of the world through the Internet is not that simple as it looks like. It involves an underlying process, that every device has to go through. What is Modem and how it connects your network to the Internet The Modem short fo...Feb 2·3 min read
httparc.hashnode.devDNS Record Types ExplainedWhat is DNS? How does a browser know where a website lives? This is the exact problem DNS (or lookup) solves Domain Name System is a heart process of the internet which acts as a phonebook, when a link query is made on browser. This system relies on...Feb 2·5 min read