kushalwrites.hashnode.devHacktoberfest 2024: Everything You Need to KnowWhat is Hacktoberfest? 馃捇 Hacktoberfest is a month-long celebration from October 1 to October 31, organized by DigitalOcean and DEV Community, in collaboration with GitHub. It鈥檚 a fantastic opportunity to engage in the open-source community by creati...Sep 28, 2024路5 min read
kushalwrites.hashnode.devEssential Git Commands: A Beginner's Guide to Version Control 馃帀Welcome to your Git introduction! Whether starting a new project or collaborating, mastering Git will help you manage your code efficiently. This guide covers core concepts and essential commands for beginners. What is Git? 馃 Git is a distributed ve...Sep 26, 2024路4 min read
kushalwrites.hashnode.devMastering CSS Layout: Understanding Float and Clear 馃専CSS Layout is a fundamental aspect of web design, allowing you to control the placement and alignment of elements on a page. Two key properties in traditional CSS layout are float and clear. In this article, we'll explore these properties from basic ...Sep 13, 2024路5 min read
kushalwrites.hashnode.devCSS Tutorial: A Guide to CSS Positioning TypesThis article builds on the previous lesson by diving into how to position HTML elements with CSS. By the end of this guide, you'll be able to use different positioning techniques to arrange elements exactly how you want on your web page. What is Posi...Sep 13, 2024路4 min read
kushalwrites.hashnode.devUnderstanding the CSS Box ModelWhat is the CSS Box Model? 馃摝 The CSS Box Model is a fundamental concept in web design that describes how elements on a web page are structured and displayed. It defines the space around and inside an element, and how these spaces interact with each ...Sep 12, 2024路5 min read