Qasim Aminqasim.au·11 hours agoHow Next App Router Pages WorkWhat Is The Next App Router? The next app router allows for a new way of navigating to pages. In the old routing way, you would have to create a page, usually the main(home) page to define routes within your project. Now, Nextjs has implemented a ne...Beginner Developers
Mohit Vishwakarmaultimatenode.hashnode.dev·Jan 23, 2025Implementing Dynamic RoutingTo create a more dynamic routing system, we need to differentiate responses based on the URL entered by the user. Here’s how we can achieve this: Extracting the URL: We can access the requested URL through the request parameter in our callback funct...routing
Mrunmay ShelarforLangDB Blogblog.langdb.ai·Jan 22, 2025Choosing the Right LLM for the Job with LangDB’s Dynamic RoutingWe got different kinds of LLMs in 2025 ranging from powerful reasoning models to lightweight, cost-efficient option. It can be challenging to one best fit in an complex workflow, especially when you want to have a balance between quality and cost. TL...40 readsAI
Yash Sangwanbehind-the-scene-of-technology.hashnode.dev·Jan 18, 2025A Comprehensive Guide to How the Internet Really WorksHey there, fellow internet explorer! 🌐 Ever hit enter on your favorite website and wondered, "How the heck does this content get from some server in Silicon Valley to my screen in seconds? " Trust me, I asked myself the same question, and what I dis...2 likesWeb Development
Swapnil Shuklatcp-udp.hashnode.dev·Jan 16, 2025Understanding the Backbone of the Internet: IP Addresses, Domain Names, and RoutingThink of the internet as the world's biggest city, where every device has its own address (that's the IP address, like 192.168.1.1) and friendly nicknames we call domain names (like google.com). All these addresses are connected by an incredibly smar...5 likesChaiCode
Vaishali Jogdandevaishalijogdande.hashnode.dev·Jan 10, 2025Route 53 Explained: From Domains to Routing PoliciesQ. Explain flow of Route53 ? When you request for www.example.com, it will first go to DNS resolver Then DNS root name server-> it will check if domain is .com / .in /.org If .com instruct to go to name server for .com TLD(Top Level Domain) TLD ...route53
Kasturi Nithinnithin1.hashnode.dev·Jan 6, 2025Automate Provisioning EC2 with Terraform.Terraform is a Infrastructure As Code (IAC) tool used to provisioning and managing infrastructure on-premises and in the cloud .Let’s understand terraform with an example use-case by automating the AWS infrastructure. Pre-requisites : Basics of aws ...10 likesTerraform
Prashant Pathakppathak.hashnode.dev·Jan 6, 2025Everything You Need to Know About React RoutingRouting is an essential part of web applications, enabling users to navigate between different pages or sections of a single-page application (SPA) without requiring a full page reload. React, one of the most popular JavaScript libraries for building...React
Alvin Crespoalvincrespo.hashnode.dev·Jan 5, 2025Rails 8's Lazy Route Loading + DeviseRails 8.0 introduces a significant change to route loading behavior, lazy loading routes by default in development and test. This change has implications for gems that interact with Rails' routing system, particularly Devise, which I personally use o...214 readsRuby on Rails
Arka Infotecharkainfotech.hashnode.dev·Jan 1, 2025Advanced Routing in React.js for MERN AppsIntroduction Routing is a critical aspect of modern web applications, especially when using React.js as the frontend. React Router, a popular library for routing in React, provides a powerful way to handle navigation and dynamic URLs within your app....routing