Varun KumawatforDevHubdevhubcommunity.hashnode.dev·11 hours agoUnderstanding Event Handling in JavaScriptEvent handling is a key part of JavaScript programming. It's not only a common interview topic but also essential for building basic web applications. As a developer, you should have a strong understanding of JavaScript fundamentals. Unfortunately, m...1 likeJavaScript
Madhav Ganesanmadhavganesan.hashnode.dev·Dec 12, 2024What is BIOS?BIOS (Basic Input/Output System) is fundamental firmware stored on a computer's motherboard, acting as the bridge between the hardware and operating system (OS). When a computer starts, the BIOS performs a Power-On Self-Test (POST) to check hardware ...bios
pranav madhukar sirsufalewhat-is-cors.hashnode.dev·Dec 11, 2024What are The JavaScript Iteration Methods😱In JavaScript, iteration methods are used to loop over or iterate through the elements of collections like arrays, objects, maps, and sets. These methods allow you to process, modify, or perform actions on each item in a collection. Here's an overvie...JavaScript
Jyotiprakash Mishrablog.jyotiprakash.org·Dec 11, 2024Basics of Java for C ProgrammersWhy Learn Java After C? As a C programmer, you are already familiar with low-level programming, manual memory management, and efficient code execution. So why learn Java? Here are some compelling reasons: Portability: Java follows the mantra of "Wri...2 likes·1.1K readsJava
Mitali sahuwhat-is-oops.hashnode.dev·Dec 9, 2024Type of inheritanceDefinition → Creating a new class (sub class) that acquires all the properties of another class is called is inheritance. In java we achieve concept of inheritance with the help of extends keyword. THERE ARE MAINLY 5 TYPE OF INHERITANCE Single inher...oop
Sahana G Sreactjsbasics.hashnode.dev·Dec 9, 2024Introduction to React.js BasicsIntroduction: React is owned and maintained by Meta (formerly Facebook). React is the one of the most demanding skillset. Open source library for building UI. It has rich ecosystem. It’s a Library not a Framework. Library centric approach. No ...5 likesReact
Madhav Ganesanmadhavganesan.hashnode.dev·Dec 8, 2024Solid State Drive (SSD) : Complete OverviewIt is a type of storage device that uses flash memory to store data, as opposed to traditional Hard Disk Drives (HDDs), which use spinning magnetic disks. SSDs are faster, more reliable, and durable compared to HDDs, making them a popular choice for ...hardware
Pawan Gangwaniblogs.pgangwani.co.in·Dec 5, 2024Exploring the CAP Theorem: A Fun Guide for Young Tech EnthusiastsIntroduction Hey there, young tech explorers! 🌟 Today, we're going to learn about the CAP theorem, a cool concept that helps us understand how big systems work together. Imagine you're playing a game with friends, and you want to make sure everyone ...CAP-Theorem
Pawan Gangwaniblogs.pgangwani.co.in·Dec 5, 2024Enhance Your Development Skills with SOLID PrinciplesIntroduction Hey there, young coder! 🌟 Today, we're going to learn about some super cool principles that help us write better code. These principles are called SOLID. Imagine SOLID principles as the rules of a game that make sure everyone has fun an...SOLID principles
Ranindu Abeyratneblog.ranindu.com·Dec 4, 2024Learn IPv4 and Subnet Masking: The Beginner's Guide“There are 10 types of people in this world, those who understand binary and those who don't.” ~ a wise sage Understanding Binary The computer and the human brain work differently, you and I know that. While humans think about numbers using the deci...6 likesnetworking