JavaScript Functions Aur Function Expression Kya Hain? Chaliye Jaante HainFunction Kya Hai? JavaScript mein function ek reusable code block hota hai jo specific task perform karta hai. Function declare karne ke liye hum function keyword ka use karte hain, uske baad function ka naam, parentheses (jismein parameters ho sakte...Mar 1, 2025·14 min read
Learn Git and GitHub: Comprehensive Guide for BeginnersBrief Introduction of Git and GitHub Git is a distributed version control system that allows developers to track changes in their code, collaborate with others, and manage different versions of their projects. It helps in maintaining a history of cha...Jan 17, 2025·6 min read
Exploring the Steps of DNS ResolutionHow DNS resolution works? DNS resolution is the process of translating a human-readable domain name (like www.google.com) into an IP address that computers use to identify each other on the network. Here are the steps involved in DNS resolution: URL...Jan 15, 2025·2 min read
Comparing TCP and UDP: Key Features and UsesTCP (Transmission Control Protocol) and UDP (User Datagram Protocol) are two protocols, used for transmitting data over networks. Here’s a comparison of the two: Connection: TCP: Connection-oriented. It establishes a connection before data can be s...Jan 15, 2025·2 min read
TCP Essentials: A Beginner's Guide to Transmission Control ProtocolTCP, or Transmission Control Protocol, is reliable, ordered, and uses a 3-way handshake. How Does TCP Work? To establish a connection between a client and a server, TCP uses a three-step process: Step 1: The client sends a SYN (synchronize) packet to...Jan 15, 2025·1 min read
OSI Model and Zomato: A Fun take on Data MovementWhat is OSI Model and why Zomato? Since the beginning of food delivery apps, most of us have ordered through Zomato at least once to know what this hype around this apps and how we get food delivered to our home and experience it, so that’s it if you...Jan 15, 2025·2 min read
HTTP and Cricket: A Fun Take on Internet BasicsWhat is HTTP and Why Cricket? Most of us play (or) watch cricket and enjoy watching it and we know the rules of game that’s what it makes interesting to watch, but why am I talking about cricket when this article is about how the internet works? Beca...Jan 12, 2025·6 min read