mayurkondhare.hashnode.devUnderstanding 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...Feb 15·7 min read
mayurkondhare.hashnode.devCSS 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...Feb 15·4 min read
mayurkondhare.hashnode.devHow 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...Feb 1·7 min read
mayurkondhare.hashnode.devTCP 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 (...Feb 1·6 min read
mayurkondhare.hashnode.devGetting 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...Jan 31·4 min read