Feb 1 · 3 min read · What is Html? Html stands for “HyperText Markup Language” its basically the skeleton for the website its gives the structure to web page by using heading ,paragraph ,lists (ordered &unordered), makes text look attractive using tags like bold ,strong ...
Join discussion
Jan 31 · 4 min read · Have you ever wondered how a browser knows where a website is located when we search for something? Browser don’t know physical address of website . It just convert your domain name into IP address using DNS resolution process. What DNS is ? DNS is b...
Join discussion
Jan 30 · 3 min read · Why Version Control Exists Before tools like Git existed, software development was messy, risky, and stressful—especially when more than one developer was involved. Version control didn’t appear because developers wanted fancy tools.It appeared becau...
Join discussionJan 30 · 2 min read · WHAT IS SERVER ? WHY DO WE TALK TO IT? : Server in simple terms is 24×7 ON computer. All the data images , websites that we think are in our phone or on browser are actually on server and therefore we ask server to give particular thing to us wheneve...
Join discussion
Jan 30 · 4 min read · As developers, we often write code assuming “the network just works.” But in production, networking hardware decides whether your app is fast, secure, and scalable. Let’s break down the core devices—modem, router, switch, hub, firewall, and load bala...
Join discussionJan 30 · 3 min read · DNS in one line DNS is the phonebook of the internet. We humans use the names like google.com, but computer uses IP address like 132.456.x.x DNS exists to translate names into IP addresses. This translation process is called DNS resolution. Why ...
Join discussion