Salawu Ahmedasally.hashnode.dev·Nov 20, 2024Understanding the Filter Method in JavaScript: A Simple GuideHello everyone, Welcome to code invasion, In this tutorial we will learn how the filter method in JavaScript works, The filter method in JavaScript is an array method that creates a sub array of elements that satisfies a given condition from an origi...Discusscoding
Keerthi Ravilla Subramanyamkeerthiravillasubramanyam.hashnode.dev·Nov 19, 2024Linear Search Explained: The Simple Approach to Finding DataIn our exploration of data structures and algorithms, we've seen the importance of sorting algorithms like Bubble Sort, Quick Sort, and Merge Sort, which help us arrange data in a particular order to make it easier to find, analyze, and manipulate. N...DiscussData structures courselinearsearch
IOi-o.hashnode.dev·Nov 19, 2024DeveloperIn July 2024, I begun research into a career switch into Tech. I decided that Web Development might work for me and so, I began looking into learning Front-End skills. I took courses in HTML, CSS, Web Development, Programming Fundamentals and more. N...Discussbeginner
Likhith SPlikhithsp.hashnode.dev·Nov 18, 2024A Beginner’s Guide to Version Control with GitIntroduction If you’re new to programming or software development, you’ve probably heard of Git and version control. These tools are essential for managing code, collaborating with others, and ensuring that changes are tracked in an organized way. In...DiscussGit
Joel O.joelodey.hashnode.dev·Nov 17, 2024A quick guide to Getting Started in CybersecurityHow to Get Started in Cybersecurity Cybersecurity is one of the fastest-growing fields in the tech industry. It offers a wide range of opportunities to protect businesses and individuals from online threats. If you're interested in getting started, h...Discuss·1 likecybersecurity
gayatri kumargeekee.hashnode.dev·Nov 15, 2024The Call Stack Chronicles: Understanding JavaScript Execution!Think of the call stack in JavaScript as a stack of storybooks. Each function in your code is like a new chapter of the story. When a function starts running, it's like opening a new chapter. But you can only read one chapter at a time. Once you fini...Saanvi Kumar and 1 other are discussing this2 people are discussing thisDiscuss·30 likesWeb Developmentjs
Rishav Kapilrishavkapil.hashnode.dev·Nov 8, 2024Understanding Constructors in C++: A Complete Guide for BeginnersIntroduction In C++, constructors are special functions that allow for efficient and controlled initialization of objects. They provide a way to assign initial values when an object is created, making them a crucial part of object-oriented programmin...Discuss·1 likeC++
Gagan G Saralayagagang.hashnode.dev·Nov 7, 2024Slot Frenzy: A Chance to Win. My slot machine project.Wondered how a slot machine works. The glittering and sparkling lights of a slot machine, and the sounds it makes which makes you helpless and addicted to the slot machine. Here is a simple slot machine project I made when I was bored out of my mind ...Discussminiprojects
Sajan Adhikarisajanadhikari.hashnode.dev·Nov 7, 2024Comprehensive Guide: How to Download, Install, and Use yt-dlp on Windows for Optimal Video DownloadingUltimate Guide: Downloading & Using yt-dlp on Windows yt-dlp is a robust command-line utility designed for downloading videos from a wide range of platforms, such as YouTube. As a fork of the well-known youtube-dl project, it introduces enhanced feat...Discussyoutube
Sanjoy Sahasanjoysblog.hashnode.dev·Nov 6, 2024Introduction to Linux Command Line: 20 Commands Every Beginner Should KnowHere is a beginner-friendly blog on essential Linux commands for beginners to start with Linux command line. Introduction The Linux command line might seem a little odd at first, but it’s a powerful tool that gives you full control over your system....DiscussLinux