Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Oct 29, 2024Building a Comprehensive User Authentication Flow with React and Node.js (Part 2)In this blog post, we’re delving into the front-end setup for our crypto exchange platform’s user authentication. Following the backend setup we explored earlier, let’s now build a user-friendly, responsive React interface that includes registration,...DiscussReact
Gedion Danielblog.gediondaniel.dev·Oct 16, 2024AWS Networking for DevelopersAs a developer, understanding AWS networking is essential for building secure and scalable applications. In this blog, we’ll walk through how to set up a basic network in AWS, including creating a Virtual Private Cloud (VPC), setting up public and pr...Discussvpc
RIMANSHU SINGHforme.hashnode.dev·Sep 30, 2024Step-by-Step Guide to Building Your First Route in Express and Node.jsInstall Node.js First, we have to download and install Node.js from it's official website. .For download Node.js and installation process click on below link and follow that Article. Installation of Node.js According to your computer 🖥, windows us...Discuss·3 likesroutes
Princeprince-01-react-router-dom.hashnode.dev·Sep 28, 2024Creating Routes Using React Router DOMTo create a Multi-Page Application, we need to use routes that allow users to navigate between different pages of the website without refreshing the entire application. For this, we will use a popular library called react-router-dom.Now we will divid...DiscussReact
Ebrahim Ramadansharmojj.hashnode.dev·Jul 23, 2024Next.js API (The FullStack)Why Nextjs I have been listening to bunch of videos/streams for big chads like ThePrimeAgen and TheoT3(the big yapper in town) getting around React, theo always supporting the conceptual base of why react team did the thing, while theprime consistenl...DiscussNext.js
Abhishek bhattbhattabhi.hashnode.dev·Jul 15, 2024Navigating the Evolution of React Router: A Developer's JourneyAs a developer returning to React after a five-year hiatus, I was struck by the significant changes in the ecosystem. One area that particularly caught my attention was React Router, a fundamental library for handling navigation in React applications...DiscussReact
Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Jul 12, 2024Comprehensive Guide to Setting Up Clean URL Routing with Apache and PHPIntroduction Clean URLs enhance the readability and SEO-friendliness of web addresses, making them easier for users to remember and share. This guide will walk you through setting up clean URL routing using Apache's .htaccess and PHP. By the end, you...Discussclean_url
Syed Aquib Alihadetan.hashnode.dev·Jun 15, 2024React Router Dom - Routes, React Router Hooks, Navigation and Protected Routesreact-router-dom React Router is a powerful library for handling routing in React applications. It provides a declarative way to define routes and manage navigation. Here’s a detailed guide: Setting Up React Router npm install react-router-dom Route...DiscussReact router hooks
Asis Sharmaasis-sharma.hashnode.dev·May 6, 2024Route Parameters: Unlocking URL Flexibility in LaravelHey there, web dev enthusiasts! Today, we're diving into the world of Laravel routes, specifically a feature that injects some serious power and flexibility: route parameters. Remember those times you wished your URLs could be more dynamic, catering ...DiscussLaravel
Asis Sharmaasis-sharma.hashnode.dev·May 2, 2024Conquering Your Routes: A Guide to Laravel RoutingHey there, web dev warriors! Today, we're embarking on a quest to master the highways and byways of your Laravel application – the realm of routing. Routing is the invisible mapkeeper behind the scenes, directing users to the exact functionalities th...DiscussLaravel