Kushal Daskushaldas.hashnode.dev·Sep 28, 2024Hacktoberfest 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’s a fantastic opportunity to engage in the open-source community by creati...Discuss·32 likes·201 readsOpen Source Essentialshecktoberfest2024
Kushal Daskushaldas.hashnode.dev·Sep 26, 2024Essential 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...Discuss·3 likes·34 readsOpen Source Essentialshecktoberfest2024
Kushal Daskushaldas.hashnode.dev·Sep 13, 2024Mastering 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 ...Discuss·12 likes·45 readsWeb-devCSS
Kushal Daskushaldas.hashnode.dev·Sep 13, 2024CSS 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...Discuss·26 readsWeb-dev#kushalairtcle
Kushal Daskushaldas.hashnode.dev·Sep 12, 2024Understanding 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 ...Discuss·1 likeWeb-devbox-model
Kushal Daskushaldas.hashnode.dev·Sep 10, 2024Understanding CSS Pseudo-Classes: :link, :visited, :active and :hoverCSS pseudo-classes are essential for applying styles based on the state or interaction of elements. They provide dynamic styling capabilities, especially for links. Here’s a detailed overview of how to use these pseudo-classes: 1. :hover The :hover p...DiscussWeb-deviwritecode
Kushal Daskushaldas.hashnode.dev·Jul 23, 2024Understanding Operators in C++Operators in C++ are essential for manipulating data, controlling program flow, and performing various computations. Let's explore different categories of operators and their practical applications with code examples. Arithmetic Operator in C++ Arith...DiscussC#
Kushal Daskushaldas.hashnode.dev·Sep 27, 2023Diving Deeper into JavaScript Arrays: Unleashing Their Power and FlexibilityBefore diving into the intricacies of JavaScript arrays, let's establish a solid foundation by understanding what arrays are and how they work. What is a JavaScript Array ❓ At its core, an array is a data structure that allows you to store multiple v...Discuss·16 likes·125 readsJavaScriptJavaScript
Kushal Daskushaldas.hashnode.dev·Sep 25, 2023The History of JavaScript!JavaScript is like the magic behind the websites we use every day! It's been around for a while and has a cool story. Let's dive into the simple world of JavaScript's history. 🌟 What is JavaScript? 🤔 JavaScript is a computer programming language. ...Discuss·15 likes·75 readsJavaScriptJavaScript
Kushal Daskushaldas.hashnode.dev·Sep 25, 2023Introduction to web and live server.Introduction to Web 📝 The Web is the common name for the World Wide Web, a subset of the Internet consisting of the pages that can be accessed by a Web browser. It is a hypertext-based global information system that was originally developed at the E...Discuss·2 likes·425 readsWeb-deviwritecode