Indu Jawlacoders.hashnode.dev·Oct 14, 2024Networking for Ethical Hacking: A Beginner’s GuideIn today’s interconnected world, networking is the backbone of how computers communicate and exchange information. Whether it’s sending an email or streaming a video, networking fundamentals are the foundation that makes it possible. This article cov...Discusssubnet masks
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Oct 9, 2024Dynamic Routes in Next.js: Understanding the Significance of params and searchParamsOne common mistake developers make in Next.js is misunderstanding how dynamic routes work, particularly regarding the params and searchParams props. It’s crucial to understand that these props are only accessible in the page components and not in any...Discuss·10 likesYou Don't Know Next.jsNext.js
DevOpsheliandevopshelian.hashnode.dev·Sep 23, 2024Using Tailscale When CGNAT Blocks Port ForwardingIntroduction: The Problem with CGNAT and Port Forwarding As more internet service providers (ISPs) adopt Carrier-Grade NAT (CGNAT) to manage limited IPv4 addresses, developers and DevOps teams are facing new challenges. One of the most frustrating is...Discusscgnat
Vishwas GopinathforBuilder.iobuilderio.hashnode.dev·Sep 17, 2024Key Considerations for Next.js App Router FilesNext.js has become a powerhouse in the React ecosystem, and understanding its file conventions is key to getting the most out of it. In this blog post, we'll break down the 9 special routing files in the App Router, which replaces the older pages dir...Discuss·1 likeNext.js
Shreyansh Guptashreyanshgupta.hashnode.dev·Sep 10, 2024Ruby on Rails: Advanced routingIn this article, we’ll cover some advance configurations that Ruby on Rails provides us for routing. Routing concerns Concerns allow us to create reusable routes that can be used inside other resources and routes. Rails.application.routes.draw do c...DiscussRuby on Rails
Shreyansh Guptashreyanshgupta.hashnode.dev·Sep 10, 2024Ruby on Rails: Beginner's guide to RoutingIn this article, we'll cover the basic techniques that are provided by Ruby on Rails to configure routes. Set up routing To set up the routing, add the following configuration code to config/routes.rb. Rails.application.routes.draw do # Define rout...DiscussRuby on Rails
Pengblog.peng37.com·Sep 2, 2024Build the simplest react routerreact-router becomes more and more powerful, and complicated, with a lot of fancy features that I don't need. So I switched to wouter, it's light weight, easy to use, I enjoyed it for a long time. Then recently, I thought, why not building my own rou...DiscussBuilding notenote.ccwouter
Sai Aneeshlhcee3.hashnode.dev·Aug 25, 2024React: Zero to Hero 4Mastering Routing with React Router Routing is a fundamental aspect of modern web applications. It enables navigation between different views or pages within an application without requiring a full page reload. For React applications, React Router is...DiscussReact
Jasai Hansdajasaiblogs.hashnode.dev·Aug 17, 2024Understanding Network Connectivity: A Journey Through Network Hardware and Data FlowIn our hyper-connected digital age, network connectivity is the backbone of all online interactions, from sending emails to streaming high-definition video. While we rely on this infrastructure daily, the actual journey data takes—from your device to...Discuss·26 readsThe Network Navigatornetworking
9th Techblog.9th.tech·Aug 12, 2024Mastering React Router: A Comprehensive GuideReact Router is probably the most popular routing module, however some of its more intricate capabilities might be difficult to understand. That's why in this article, I'll go over everything you need to know about React Router so you can use even th...Discuss·1 like·29 readsReact