shubhamagnihotri.hashnode.devUnderstanding Variables and Data Types in JavaScriptWhat is a Variable ? When we write code, Computer need to remember things during execution of code. Computer needs a box to store things and label on them. In JavaScript, variables are named contain1d ago·7 min read
shubhamagnihotri.hashnode.devTCP vs UDP: When to Use What, and How TCP Relates to HTTPUDP : UDP stands for User Datagram Protocol. It works at Transport Layer of the OSI Model. UDP is an unreliable and connectionless transport protocol. Sending a small message using UDP takes much less interaction between the sender and receiver th...Jan 29·3 min read
shubhamagnihotri.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat is an Emmet ? Emmet is a plugin for text editors that allows to write fast HTML and CSS Code using abbreviations which is expand into full code by plugin. Benefits of Using Emmet with HTML : The main benefit of using Emmet with HTML is increased...Jan 29·2 min read
shubhamagnihotri.hashnode.devUnderstanding HTML Tags and ElementsHTML is a skeleton of Webpage which define the basic structure and element of webpage such as heading, paragraphs, links and images. What is HTML ? HTML stands for Hyper Text Markup Language. HTML is a standard markup Language for documents designe...Jan 29·4 min read
shubhamagnihotri.hashnode.devTCP (Transmission Control Protocol ): Key Features and Functions ExplainedIntroduction : Whenever a computer wants to communicate with another computer the communication between these two computers needs to be good and reliable, to guarantee that the data is received correctly. When we want to looks a webpage, download a...Jan 27·3 min read