Tag: Router

5 Must-Have Tools for Building Web Applications with Next.js App Router

The introduction of the Pages Router took center stage with the release of Next.js 11. This routing mechanism quickly became the primary means of creating routes within Next.js applications. However, as the framework’s user base expanded, so did the complexity of the interfaces that developers...

5 Must-Have Tools for Building Web Applications with Next.js App Router

The introduction of the Pages Router took center stage with the release of Next.js 11. This routing mechanism quickly became the primary means of creating routes within Next.js applications. However, as the framework’s user base expanded, so did the complexity of the interfaces that developers...

Demystifying Routing: Creating Your Own file-path-based Router

One trend that most JavaScript frameworks are adopting is to provide path-based routing. This means that there is a 1:1 relationship between whatever URL you want to visit and a special folder within your project, containing the route handler functions. That is to say, if you visit http://&l...

Vite-React + React-Router-Dom: The latest way!!

The short story is that I was following just another e-commerce tutorial and found out that most of them are OUTDATED so I challenged myself to find how to resolve the puzzle with the latest versions of everything. I must mention that the tutorial I am using is from 2021 so it seems that is very,...

GameReady Router: How I Used A Raspberry Pi for Console & Laptop LAN Connectivity

If you’re like me, you’ve probably found yourself in a situation where you need a LAN connection — yes, even in 2023. Maybe you’re somewhere in a building with strong WiFi but no LAN outlets to connect your PlayStation 5 or your laptop. Doesn’t that just suck? You se...

Kube-Router: The Complete Guide to the Kubernetes Network Plugin

Kube-router is an open-source Kubernetes network plug-in designed to provide high-performance, low-latency network services. It uses Layer 3 Routing to achieve network communication in the Kubernetes cluster. Photo by Fernand De Canne on Unsplash The key conce...