Md Shahed Fardousblog.shahedfardous.com·Dec 6, 2024Essential Networking Terminology: A Practical Guide with Real-World ExamplesHave you ever wondered how your Netflix stream reaches your TV, or how your email finds its way to the correct recipient? Understanding basic networking terminology is the key to unlocking these mysteries. In this guide, we'll break down essential ne...Networkingnetworking
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...subnet masks
Rishi Bakshirishibakshi.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...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...cgnat
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...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...Ruby 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...Ruby 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...Building 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...React
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...30 readsThe Network Navigatornetworking