shubhujalablogs.liveEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupTopics to Cover What Emmet is (in very simple terms) Why Emmet is useful for HTML beginners How Emmet works inside code editors Basic Emmet syntax and abbreviations Creating HTML elements using Emmet Adding classes, IDs, and attributes Creatin...Jan 30·1 min read
shubhujalablogs.liveCSS Selectors 101: Targeting Elements with PrecisionFirst of all let's discuss why do we need CSS? Just take a simple example , let say you have created a navbar using HTML and you have added all the functionalities in it but without CSS this is how your navbar will looks like will looks like from an...Jan 30·5 min read
shubhujalablogs.liveUnderstanding 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 tagsJan 30·1 min read
shubhujalablogs.liveInside Git: How It Works and the Role of the .gitIntroduction: Why Understanding Git Internals Matters Have you ever wondered what a Version Control System really is and what problems it solves? If you are new to development, having a solid understanding of Git is extremely important not just the c...Jan 30·2 min read
shubhujalablogs.liveWhy Version Control Exists: The Pendrive ProblemTopics to cover Why Version Control Exists The Pendrive Analogy in Software Development Problems Faced Before Version Control Systems Have you ever wondered ,what exactly is Version Control System or what are the problems it solves? if you are n...Jan 30·3 min read