ansh2006.hashnode.devTCP vs UDP: When to Use What, and How TCP Relates to HTTPTCP —» Transmission Control Protocol is a reliable, connection-oriented transport protocol that ensures accurate and ordered data delivery. If any packet is lost TCP resend that packet. Before sending anything , TCP: Ensures that connection is estab...Jan 30·3 min read
ansh2006.hashnode.devMastering CSS Selectors: How to Target Web Elements AccuratelyCSS stands for Cascading Style Sheet. It is used to style our HTML documents with the help of selectors. CSS selectors let us target HTML elements specifically and control how they look, making web pages attractive and well-organized. The Importance ...Jan 30·2 min read
ansh2006.hashnode.devHow TCP Works: A Simple Guide to the 3-Way Handshake and Ensuring Reliable CommunicationWhen you send data over the internet without any protocols(rules) it might loss some data or can be duplicated on the way. To solve this problem, the internet uses TCP(Transmission control protocol). TCP is a rule that makes sure data moves safely be...Jan 30·3 min read
ansh2006.hashnode.devUnderstanding HTML Tags and ElementsWhat HTML is ? HTML stands for Hyper Text Markup Language. It is a skeleton of the web pages. HTML (HyperText Markup Language) is the code that defines what is on the page like "<h1> This part is a heading </h1>" "<p> This part is a paragraph </...Jan 29·5 min read
ansh2006.hashnode.devcURL Basics: A Simple IntroductionWhat is cURL cURL (curl) is command line tool which fetches raw HTML code. When you open Google Chrome or Safari and type in a website address, the browser talks to a server, gets the information, and makes it look pretty with colors, images, and but...Jan 29·4 min read