MKMayur Kondhareinmayurkondhare.hashnode.dev·Feb 15 · 7 min readUnderstanding HTML Tags and ElementsTopics to Cover What HTML is and why we use it What an HTML tag is Opening tag, closing tag, and content What an HTML element means Self-closing (void) elements Block-level vs inline elements Commonly used HTML tags What HTML Is and Why We U...00
MKMayur Kondhareinmayurkondhare.hashnode.dev·Feb 15 · 4 min readCSS Selectors 101: Targeting Elements with PrecisionTopics to Cover Why CSS selectors are needed Element selector Class selector ID selector Group selectors Descendant selectors Selector priority Why CSS selectors are needed CSS selectors are needed because they allow developers to target spe...00
MKMayur Kondhareinmayurkondhare.hashnode.dev·Feb 1 · 7 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHave you thought about what happens when you type a URL and press enter, and then in seconds a webpage appears with all texts, images, colors ,etc. What is going on behind the scenes to transform simple text files into fancy and good-looking UI (user...00
MKMayur Kondhareinmayurkondhare.hashnode.dev·Feb 1 · 6 min readTCP vs UDP: When to Use What, and How TCP Relates to HTTPWhen you are on the internet watching a live sports match, playing online games, making video calls or sending messages, this data is being sent from one computer to another computer. This data transfer, or communication, follows specific protocols (...00
MKMayur Kondhareinmayurkondhare.hashnode.dev·Jan 31 · 4 min readGetting Started with cURLIf you have started working on the web development you have heard the word Server many times Think of a server as a digital library which stores your webpages, images, videos, etc. When you ask for any data it serves you or gives you that data. But a...00