KSKumari Swatiinbrowser-concept-beyond-imagination.hashnode.dev·Feb 1 · 3 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat happens after I type a URL and press Enter? When we open a browser and type www.chaicode.com and press Enter, have we ever thought what really happens after that? We just expect the website to open, but how does it actually happen? Does the brow...00
KSKumari Swatiinemmet-for-html-begainner-guide.hashnode.dev·Feb 1 · 2 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupIntroduction: Writing HTML Without Emmet When we as a beginner start learning HTML, writing code often feels slow and repetitive. Example without Emmet We must have to type every tag, angle bracket, and closing tag manually. This take our so much ti...00
KSKumari Swatiinhtml-tag-element.hashnode.dev·Feb 1 · 3 min readUnderstanding HTML Tags and ElementsHTML HTML is a hypertext markup language used to design the Web pages. It uses a different tags and elements to instruct a web browser on how to display text, images , links, and other on the webpage. Lets understand the each term in the HTML HT- Hyp...00
KSKumari Swatiintcp-udp-http.hashnode.dev·Feb 1 · 5 min readTCP vs UDP: When to Use What, and How TCP Relates to HTTPTCP TCP stands for Transfer Control Protocols. As the name suggested TCP controls the transfer of the data using some rules and protocols between the systems over the network. TCP is a most widely used protocols in transportation layer It is a connec...00
KSKumari Swatiintcp-working-analyze.hashnode.dev·Jan 31 · 3 min readTCP Working: 3-Way Handshake & Reliable CommunicationLets Assume what will happen when we transfer the data over the internet without any rules. Some data packets would be lost without any directions, data will be tampered and its confused from which source send or receive the data, there will be no co...00