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
Yogini BendeforYogini's Blogyogini.hashnode.net·May 25, 2021React Router: A simple tutorial on nested routes.Hello folks, React Router Dom becomes one of the mandatory libraries to understand when you are working with ReactJS. Before a while, I came across this very common use-case of React Routing, where there are nested routes at many levels. Initially I...Discuss·37 likes·605 readsReact
Yong Wei LunforCloud Zoneweilun.hashnode.net·Oct 29, 2020Traefik in actions. The Cloud Native Edge RouterCover image taken from traefik docs What is Traefik Traefik is a leading modern reverse proxy and load balancer that makes deploying microservices easy. Traefik integrates with your existing infrastructure components and configures itself automatic...Discuss·36 likes·2.0K readsProxyrouter
Lorenzo MiliciaforLorenzo's Dev Bloglorenzomilicia.hashnode.net·Apr 2, 2023Hosting a Go Vanity Router with Cloudflare PagesIntroduction Are you tired of having to expose your brilliant and professional Golang projects under your repository hosting service domain? Would you like to tell your coworkers to simply go get awesome.dev/amazing-project (please don't try to actua...Discuss·33 readscloudflare
Disha JainforDisha Jain's blogdisha.hashnode.net·Mar 13, 2023Router in ReactJsWhat is Router In ReactJS, a router is a component that enables navigation between different views or pages within a single-page application without reloading the entire page. It is a tool used to manage the URLs and the different views that correspo...Discuss·3 likes·129 readsrouter
Esther ItolimaforEsther's Bloglearnwithese.hashnode.net·Mar 9, 2023How to pass and access data from one route to another with useLocation, useNavigate, and useHistory hooks.When building a React application with multiple routes, passing data between routes can be challenging. Fortunately, React Router provides several hooks that allow you to pass props and access data from one route to another, including useNavigate, us...Discuss·1 likeReact
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
ShlokforTech-Insights!techshlok.hashnode.net·Mar 5, 2023Computer Networking for Beginners!!What is a Computer network? According to Wikipedia, A computer network is a digital telecommunications network that allows nodes to share resources. A simple example will be 2 PCs connected together to make a network. Now that these PCs or nodes are ...Discuss#computernetwork
Oyamo BrianforOyamo Brianoyamo.hashnode.net·Mar 3, 2023Reverse Engineering router firmwareA few years before this write-up, I had a major security issue with my portable router. The router provided a web app and a mobile app for management, however, I found a vulnerability that enabled one to exploit its REST API to get admin privileges. ...Discuss·7 likes·30 reads#cybersecurity
GauravforGaurav's blogalpha-geek.hashnode.net·Jan 25, 2023Basics Computer Networking and DNS :)Basics of Computer Network In this post, we will understand Switching, routing, Default Gateway, and DNS Configuration on Linux. I have covered this article by asking a few questions to myself. So let's start understanding of network with the very ba...Discuss·1 likedns
Soumik Hazrafordevsoumik.hashnode.net·Jan 16, 2023How the Internet Works?As a developer, understanding the basics of networking is crucial for building and maintaining robust and efficient systems. One of the key concepts in networking is the difference between local area networks (LANs) and wide area networks (WANs), and...Discuss·6 likes·84 readsinternet
Shikhar Pratap VermaforShikhar's Blogshikkhar.hashnode.net·Dec 14, 2022Router Protocol : A quick OverviewIntroduction What is interoperability ?? Explain with an example. Suppose a country is producing a certain mineral or resource (e.g petrol) in mass quantity but lacks in producing a other mineral (e.g iron). There is a second country that is produci...Discuss·40 readsrouter protocol
MD Rashid HussainforCubiclem3rashid.hashnode.net·Dec 5, 2022Networking ProtocolsProtocols are a set of well-defined rules that are followed by nodes on the network for a variety of reasons. Each protocol is strictly defined and used for the use cases it is designed for. They provide a standardised way for data transfer and commu...Discussnetworking