Abdullah Al Masumaamasum.hashnode.dev·Feb 17, 2025Day 3: Routing & NavigationLearn how to navigate between pages, use route parameters, and create dynamic URLs. What is Routing? Routing maps URLs to Blazor components (e.g., /counter → Counter.razor). Components become pages when you add the @page directive. Basic Routing ...BlazorBlazor
Janell Huyckjanellgames.hashnode.dev·Feb 9, 2025Understanding the Differences: Classic React Native Setup vs. Expo Router🚀 Important Note 🛠 This guide was generated by AI and may contain errors! Debugging and figuring out missing parts is part of the learning process. If something doesn’t work, don’t get discouraged—use it as a chance to improve your problem-solving ...React Native
Arka Infotecharkainfotech.hashnode.dev·Jan 11, 2025The A* Algorithm: Pathfinding for Games and NavigationIntroduction In the world of computer science and artificial intelligence, pathfinding is a fundamental problem that arises in various domains, from robotics to gaming. One of the most widely used algorithms for solving this problem is the A (A-star)...7 likesAStarAlgorithm
Md Abdul Ahad Linkonlinkon63.hashnode.dev·Jan 5, 2025Working with Swiper.js? Here's What You Need to KnowInstallation Methods: npm install swiper Basic Stucture <template> <swiper :slides-per-view="3" :space-between="50" @swiper="onSwiper" @slideChange="onSlideChange" > <swiper-slide>Slide 1</swiper-slide> <swiper-slide>Slide...swiperjs
Strngestrngeblogs.hashnode.dev·Dec 20, 2024Understanding the App Directory and File-Based Routing in Next.jsNext.js revolutionizes web development with its intuitive file-based routing system and the new App Directory structure. In this blog, we’ll dive into how you can organize your app and leverage Next.js's powerful routing system to streamline developm...Next.js
SharathchandarKsharathchandark.hashnode.dev·Dec 10, 2024Unlocking the Power of Dynamic Side Navigation Bar in HTML CSS & JavaScript#Week 26 of 52 Weeks in JavaScript Projects Overview: Dive into the world of web development with our latest tutorial on building a Dynamic Side Navigation Bar from Scratch using HTML, CSS, and JavaScript! ✅ Watch Live Preview 👉👉 Dynamic Side Navig...1 likeJavaScript
SharathchandarKsharathchandark.hashnode.dev·Dec 9, 2024Elevate User Experience: Step-by-Step Guide to Multi-Step Forms Using HTML, CSS & JavaScript#Week 23 of 52 Weeks in JavaScript Projects Overview: Take your web development skills to the next level with our latest tutorial on creating a Multi-Step Form with Progress Bar using HTML, CSS and JavaScript! ✅ Watch Live Preview 👉👉 Multi-Step For...1 likeJavaScript
SharathchandarKsharathchandark.hashnode.dev·Dec 9, 2024The Ultimate Guide to Building a Responsive Side Navigation Bar using Javascript#Week 20 of 52 Weeks in JavaScript Projects Overview: 🌐 Explore the world of responsive web design with our latest tutorial! Join us as we guide you through the creation of a Responsive Side Navigation Menu Bar using HTML, CSS, and JavaScript! ✅ Wat...1 likeJavaScript
SharathchandarKsharathchandark.hashnode.dev·Dec 8, 2024Master the Art of Creating a Responsive Navigation Menu Bar using JavaScript#Week 18 of 52 Weeks in JavaScript Projects Overview: Welcome to another exciting tutorial! In this session, we’ll guide you through the creation of a Responsive Navigation Bar using HTML, CSS and JavaScript. 🚀 In this step-by-step guide, you’ll lea...1 likeJavaScript
Sagnik Mukherjeesagnikmukherjee.hashnode.dev·Nov 5, 2024Passing Data with Serializable: Navigation with Arguments in Jetpack Compose 🚀Before we dive in, be sure to check out my previous post on basic screen navigation in Jetpack Compose! Now, let’s explore how to pass data between screens using Serializable. Suppose we want to input data in Screen A (like a name and age) and retrie...Jetpack Compose