Vishal SinghforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·Mar 4, 2021Navigation 2.0 - Routing On Flutter WebIn this tutorial we will learn how Navigation 2.0 works with Flutter Web, how we can build webpages and sync the URL with our Flutter Web projects. Previously, with imperative navigation techniques, we were only able to push and pop routes in the na...Rahma Yasser and 1 other are discussing this2 people are discussing thisDiscuss·109 likes·35.7K readsFlutterFlutter
Usman SabuwalaforUsman Writesusman2102.hashnode.net·Jul 1, 2021💫 How to add routing loader using nprogress in Next.js?Hey everyone 👋! So Next.js has been very popular nowadays and I am completely switching from the good old React to the Next.js because it's of course better. With the awesome routing system in Next.js, there are a ton of advantages like events and a...Ilango Rajagopal and 3 others are discussing this4 people are discussing thisDiscuss·65 likes·4.9K readsNext.jsSaw your post -> Went into my Next.js project and implemented this -> worked flawlessly! Thanks for writing this! 🔥🔥 5
Juliet AdeboyeforJuliet Adeboyejuliet.hashnode.net·Aug 10, 2021How Routing Works | React for beginnersIntroduction Ever wondered how websites work? Well, for a typical multi-paged website, we enter a URL in our browser and that sends a request to the server. The server handles the request for that address and sends back an HTML page that we view in t...Yogesh Chavan and 2 others are discussing this3 people are discussing thisDiscuss·65 likes·553 readsReact for Beginners React
newton muriithiforNewtyCodesnewtonmuthigani.hashnode.net·Apr 18, 2023A Guide to Routing in REACT with React RouterRouting can be a difficult aspect of building multipage React applications, especially as they become more complex. Fortunately, the React Router library provides a range of hooks and features that can help simplify this process and improve the overa...Discuss·15 likes·66 reads#reactrouter
Swarupforcloudforall.hashnode.net·Apr 17, 2023User-Defined RoutingIn this lab you will learn how to do the following: Log in to the Azure CLI Create a firewall Custom route a frontend Custom route a backend Step 1 - Logging In Run this command to log in to the Azure account: az login -u $username -p $password...DiscussAzure Security LABAzure
ILYAS RUFAIforiEase DevOps' Blog | ILYAS RUFAIrufilboy.hashnode.net·Apr 15, 2023IP Routing Tables: Understanding How Networks Send PacketsAn IP route table, also known as a routing table or routing information base (RIB), is a database that stores information about the network topology and the paths that packets can take to reach their destination. It is a critical component of the Int...Discuss·1 likeNetworking2Articles1Week
Andrew CalixforAndy's blogandrewcalix.hashnode.net·Apr 14, 2023Routing in React: How to Build a Basic Router Without Using External LibrariesLearning how to implement routing in React without using external libraries is important for a few reasons: Understanding the fundamentals: By building a router from scratch, you'll gain a deeper understanding of how routing works in React and how i...DiscussReact
José HortaforCreative Lightboxjoshhortt.hashnode.net·Apr 4, 2023Take Your Next.js 13 App to the Next Level with New Routing Enhancements, Dynamic Layouts, and Efficient LinksIn this series, we’re continuing through the basics of learning the new features of the static site generator, Next.js 13. Introduction In the previous lesson, we learned how to start a new Next.js 13 project and reviewed all the files you get. Today...Discuss·35 readsNext.js
Omar Diaaforomardiaa.hashnode.net·Apr 1, 2023Rails RoutingIntroduction Routing is the process of mapping incoming requests to the appropriate controller actions in a web application. In Ruby on Rails, routing plays a crucial role in defining how requests are handled and how resources are exposed through the...Discuss·91 readsRails
Gayatri BarhateforTeckbaker's Blogteckbakers.hashnode.net·Mar 17, 2023Azure Application GatewayAzure Application Gateway is a web traffic load balancer that enables you to manage traffic to your web applications. Traditional load balancers operate at the transport layer (OSI layer 4 - TCP and UDP) and route traffic based on a source IP address...Discuss·1 like·59 readsDevops & CloudAzure
Anuj PancholiforTech Talks By Anujanujpancholi.hashnode.net·Mar 6, 2023How to Build a React App with Authentication and Theme Toggling using React Router and Context APIHave you ever wondered how to implement a theme toggle in your React app, or how to handle user authentication? In this blog, we'll explore how to do both, and more! We'll walk through the code step-by-step and provide helpful explanations along the ...Discuss·7 likes·28 readsReact Ninja ShotsReact
Adedoyin AdekunleforD' Sicario's blogsicario.hashnode.net·Mar 6, 2023Routing using React Router.Introduction React is a common javascript library that makes javascript easy to use, one of the reasons why react is awesome is React Router. In this tutorial, we will be discussing: what is React Router and how to set it up on your local machine. Th...Discuss·1 like·74 readsReact
Suyash ThakurforSuyash Thakur's Blogsuyashthakurblog.hashnode.net·Feb 28, 2023Level Up Your Website Performance with Nginx's GeoIP Routing and Proxy Caching.Introduction Nginx is a powerful web server that can handle a large number of concurrent connections. It is also a highly configurable server that can be used to implement complex routing and caching strategies. One of the modules that comes with Ngi...Discuss·52 readsnginx