Tagged articles
308 articles
Page 1 of 4
21CTO
21CTO
May 15, 2026 · Cloud Native

Why LLMs Are Undermining 20‑Year‑Old Stateless Web Architecture

The article explains how the longstanding web architecture that separates stateful databases from stateless compute is being challenged by large language models and AI agents, which introduce long‑running, stateful, bidirectional workflows, exposing the need for new routing primitives such as persistent pub/sub channels rather than traditional HTTP‑load‑balancer setups.

LLMpersistent executionpub/sub
0 likes · 8 min read
Why LLMs Are Undermining 20‑Year‑Old Stateless Web Architecture
Linux Tech Enthusiast
Linux Tech Enthusiast
May 12, 2026 · Fundamentals

30 Comprehensive Network Fundamentals Mind Maps

This article compiles a complete set of 30 network‑foundation mind maps, covering everything from the TCP/IP protocol stack and addressing to routing protocols, VLANs, IPv6, and command‑line basics, allowing readers to visually grasp and later recreate core networking concepts.

IPv6TCP/IPVLAN
0 likes · 4 min read
30 Comprehensive Network Fundamentals Mind Maps
Su San Talks Tech
Su San Talks Tech
May 11, 2026 · Artificial Intelligence

Designing a Production‑Ready LLM Gateway: Architecture, Routing, Fallback, and Observability

This article outlines a production‑grade LLM Gateway design, detailing a three‑layer architecture, capability‑, cost‑, latency‑ and semantic‑based routing strategies, multi‑level fallback mechanisms, specialized load balancing, unified API adaptation, semantic caching, observability, and compares popular open‑source implementations.

FallbackLLMObservability
0 likes · 17 min read
Designing a Production‑Ready LLM Gateway: Architecture, Routing, Fallback, and Observability
Architect Chen
Architect Chen
Apr 22, 2026 · Cloud Native

Understanding Spring Cloud Gateway: Architecture, Core Concepts, and Configuration

This article provides a detailed technical overview of Spring Cloud Gateway, covering its role as a second‑generation API gateway built on Spring 5, WebFlux, and Reactor, its core responsibilities, architectural placement, key concepts like routes, predicates and filters, the request processing flow, and a concrete YAML configuration example.

ConfigurationFiltersMicroservices
0 likes · 5 min read
Understanding Spring Cloud Gateway: Architecture, Core Concepts, and Configuration
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 2, 2026 · Fundamentals

Master the Linux Network Stack: A Complete Illustrated Guide

This comprehensive tutorial walks through the Linux networking stack—from basic concepts, physical and data‑link layers, and addressing schemes to routing protocols, TCP/UDP transport mechanisms, application‑layer services like DNS and HTTP, and security fundamentals—providing clear explanations, step‑by‑step processes, formulas, and visual diagrams to help readers understand how each layer works and interacts.

LinuxNetwork StackNetworking Fundamentals
0 likes · 64 min read
Master the Linux Network Stack: A Complete Illustrated Guide
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 28, 2026 · Fundamentals

Master the Linux Network Stack: A Complete Illustrated Guide

This comprehensive tutorial walks through the Linux networking stack—from basic concepts and physical layer signaling to data link, network, transport, and application layers—detailing protocols, addressing, routing, error detection, and security mechanisms with clear diagrams and step‑by‑step explanations.

LinuxOSIProtocols
0 likes · 55 min read
Master the Linux Network Stack: A Complete Illustrated Guide
Code Wrench
Code Wrench
Mar 20, 2026 · Cloud Native

Inside Traefik v3: How Its Configuration Watcher, Router, and Concurrency Model Work

This article provides a senior Go engineer’s deep dive into Traefik’s source code, explaining the configuration hot‑reload engine, routing dispatch mechanism, and graceful concurrency model, and shows how to tune the proxy, build custom plugins, and apply the concepts to production‑grade Go services.

Cloud NativeConfiguration ReloadGo
0 likes · 13 min read
Inside Traefik v3: How Its Configuration Watcher, Router, and Concurrency Model Work
o-ai.tech
o-ai.tech
Mar 18, 2026 · Artificial Intelligence

How Anthropic Builds Effective AI Agents: Practical Patterns and Principles

This guide distills Anthropic’s frontline experience into a concise framework for building high‑performing AI agents, covering the workflow‑vs‑agent distinction, five composable architecture patterns, core design principles, tool‑centric optimization, and pragmatic advice on using or bypassing agent frameworks.

AI agentsAnthropicLLM
0 likes · 9 min read
How Anthropic Builds Effective AI Agents: Practical Patterns and Principles
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Mar 13, 2026 · Artificial Intelligence

Why Every RAG System Needs Smart Query Understanding and Routing

The article explains how diverse user queries in a RAG‑based insurance system require intent classification, entity extraction, and multi‑path routing to choose between vector search, calculation, database lookup, or chit‑chat, and outlines practical rule‑ML‑LLM hybrid solutions with safety safeguards.

LLMQuery UnderstandingRAG
0 likes · 11 min read
Why Every RAG System Needs Smart Query Understanding and Routing
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 20, 2026 · Fundamentals

How Routers Work: From Routing Tables to Dynamic Path Selection

Routers, also known as gateways, connect separate networks by using routing tables to determine the optimal path for packets, employing direct, static, and dynamic routes, following longest‑match and cost metrics, and handling three‑layer IP addressing to forward data across diverse subnets.

IP addressingNetworkingRouter
0 likes · 7 min read
How Routers Work: From Routing Tables to Dynamic Path Selection
Node.js Tech Stack
Node.js Tech Stack
Dec 26, 2025 · Frontend Development

Can TanStack Start 1.141 Challenge Nuxt as the New Vue Meta‑Framework?

TanStack Start 1.141 brings official Vue support, positioning the TypeScript‑centric meta‑framework as a potential alternative to Nuxt by offering fully typed routing, server‑function integration and a unified API across React, Solid and Vue, though its maturity and ecosystem integration still lag behind Nuxt.

Meta-frameworkNuxtTanStack Start
0 likes · 6 min read
Can TanStack Start 1.141 Challenge Nuxt as the New Vue Meta‑Framework?
php Courses
php Courses
Dec 9, 2025 · Backend Development

Why Your PHP Routes Aren’t Matching and How to Fix Them

This guide walks through common reasons PHP routes fail to match—such as definition order, HTTP method mismatches, group prefixes, middleware, debugging output, and server rewrite rules—and provides step‑by‑step checks and fixes for each issue.

DebuggingPHPWeb server
0 likes · 5 min read
Why Your PHP Routes Aren’t Matching and How to Fix Them
Raymond Ops
Raymond Ops
Dec 5, 2025 · Operations

Master Linux Routing in 3 Days: Proven Ops Secrets from a 10‑Year Veteran

This comprehensive guide walks you through Linux routing fundamentals, static and dynamic route configuration, advanced policy routing, troubleshooting tools, performance tuning, security hardening, and best‑practice case studies, enabling you to become a network specialist in just a few days.

LinuxSysadminTutorial
0 likes · 24 min read
Master Linux Routing in 3 Days: Proven Ops Secrets from a 10‑Year Veteran
Architect's Journey
Architect's Journey
Dec 3, 2025 · Cloud Native

Microservice Governance Guide: From Stable Operations to Maximum Efficiency

This comprehensive guide breaks down microservice governance into four pillars—node management, load balancing, routing, and fault tolerance—providing concrete configurations, algorithm choices, and service‑mesh recommendations to achieve 99.99% availability, cut wasted resources by over 30%, and halve iteration cycles.

MicroservicesService Meshfault tolerance
0 likes · 16 min read
Microservice Governance Guide: From Stable Operations to Maximum Efficiency
php Courses
php Courses
Nov 14, 2025 · Backend Development

Master PHP Routing: From Simple Paths to Regex-Based Strategies

This article explains why routing is crucial in PHP web applications, compares the simple original routing that maps URL segments to controllers and actions with a more powerful regex‑based routing approach, and provides complete code examples for both methods to help developers choose the right strategy for scalable back‑end development.

BackendPHPWeb Development
0 likes · 5 min read
Master PHP Routing: From Simple Paths to Regex-Based Strategies
php Courses
php Courses
Sep 29, 2025 · Backend Development

Build a Simple PHP MVC Framework from Scratch – Step‑by‑Step Guide

This tutorial walks you through creating a basic PHP MVC framework, covering the MVC pattern concepts, required prerequisites, project setup with Composer, directory structure, core components like routing and controllers, view rendering, model creation, and testing the application.

ComposerMVCPHP
0 likes · 8 min read
Build a Simple PHP MVC Framework from Scratch – Step‑by‑Step Guide
Efficient Ops
Efficient Ops
Sep 24, 2025 · Fundamentals

What Is a VLAN and How Do Routers, Switches, and Gateways Work?

This article explains VLAN concepts, using classroom analogies, then details single‑arm routing, layer‑3 switches, gateways, DNS, MAC addresses, and subnet masks, illustrating how network segmentation improves efficiency and how devices communicate across different broadcast domains.

DNSLayer 3 SwitchMAC address
0 likes · 13 min read
What Is a VLAN and How Do Routers, Switches, and Gateways Work?
Go Development Architecture Practice
Go Development Architecture Practice
Sep 24, 2025 · Backend Development

Best Go Web Frameworks Compared: Beego, Echo, Gin, Iris, and More

This article provides a comprehensive comparison of the most popular Go web frameworks—including Beego, Buffalo, Echo, Gin, Iris, and Revel—covering popularity, learning curve, core routing features, middleware ecosystems, server capabilities, view engines, MVC support, caching, testing, and more, with concrete code examples and repository links.

BackendComparisonHTTP
0 likes · 14 min read
Best Go Web Frameworks Compared: Beego, Echo, Gin, Iris, and More
Architect's Journey
Architect's Journey
Sep 10, 2025 · Databases

Why Taobao Order IDs End with the Same Six Digits: Inside the Gene Method

The article explains why the last six digits of Taobao order numbers are constant, revealing the “gene” method that embeds a hashed user identifier to bind orders to specific shards, thereby improving query performance, ensuring balanced data distribution, and supporting scalability in large e‑commerce systems.

Database designTaobaodistributed databases
0 likes · 8 min read
Why Taobao Order IDs End with the Same Six Digits: Inside the Gene Method
Su San Talks Tech
Su San Talks Tech
Sep 9, 2025 · Cloud Native

Master Spring Cloud Gateway: Routing, Custom Predicates & Filters Explained

This guide walks through using Spring Cloud Gateway to replace direct service calls with a unified entry point, covering service discovery, load‑balanced routing, predicate definitions, custom predicates, rewrite‑path filters, global filters, and CORS configuration for microservice architectures.

CORSCustom PredicateMicroservices
0 likes · 21 min read
Master Spring Cloud Gateway: Routing, Custom Predicates & Filters Explained
Ops Community
Ops Community
Sep 3, 2025 · Operations

Master TCP/IP, Routing, and Firewall Techniques for Advanced Ops Engineers

An in‑depth guide for operations engineers covering TCP/IP stack fundamentals, practical routing and firewall configurations, kernel and NIC tuning, automation scripts, and emerging technologies such as eBPF, providing real‑world case studies and step‑by‑step commands to master network reliability and performance.

Kernel TuningTCP/IPeBPF
0 likes · 24 min read
Master TCP/IP, Routing, and Firewall Techniques for Advanced Ops Engineers
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Aug 21, 2025 · Cloud Computing

Building a Multi‑Cloud Network for Seamless Compute Scheduling

This article explains the background, design, and implementation of a multi‑cloud network that enables full‑network compute scheduling across public clouds (such as Alibaba and Huawei) and private IDC, detailing components like cloud‑dedicated lines, multi‑cloud gateways, boundary routers, routing interconnection, MTU handling, and future optimization plans.

NetworkingOverlayVPC
0 likes · 8 min read
Building a Multi‑Cloud Network for Seamless Compute Scheduling
Chen Tian Universe
Chen Tian Universe
Aug 15, 2025 · Backend Development

Designing a Scalable Payment Channel Management System: Architecture, Routing, and Error Handling

This article explains how to design, implement, and operate a payment channel management system, covering scenarios from single to multiple channels, detailed payment flow analysis, overall architecture, channel information management, routing logic, result‑code mapping, and refund‑overdue handling.

Backendchannel-managementpayment
0 likes · 11 min read
Designing a Scalable Payment Channel Management System: Architecture, Routing, and Error Handling
MaGe Linux Operations
MaGe Linux Operations
Jul 15, 2025 · Operations

Why Your Linux Network Keeps Failing? Master Subnet Masks and Gateways

This guide walks Linux administrators through the essential concepts of IP addressing, subnet masks, CIDR notation, gateway configuration, and routing, providing detailed examples for RedHat/CentOS, Debian/Ubuntu, and cloud environments, plus troubleshooting steps and advanced topics like bonding, VLANs, firewalls, and performance tuning.

Network ConfigurationSubnet MaskSysadmin
0 likes · 21 min read
Why Your Linux Network Keeps Failing? Master Subnet Masks and Gateways
Open Source Tech Hub
Open Source Tech Hub
Jul 15, 2025 · Backend Development

What’s New in ThinkPHP 8.1? Key Routing, Logging, and Optimization Updates

The ThinkPHP 8.1 release introduces sub‑directory route grouping, version checking, enhanced logging, ORM compatibility, and several command‑line optimizations, while removing obsolete exceptions and improving middleware handling, providing developers with clearer routing control and more reliable log management.

loggingrelease-notesrouting
0 likes · 3 min read
What’s New in ThinkPHP 8.1? Key Routing, Logging, and Optimization Updates
MaGe Linux Operations
MaGe Linux Operations
Jul 14, 2025 · Operations

Master Linux Routing in 3 Days: From Basics to Advanced Configuration

This comprehensive guide walks you through Linux routing fundamentals, table structures, static and dynamic configurations, as well as advanced techniques like policy routing and ECMP, as well as troubleshooting, performance tuning, security measures, and best practices, enabling you to become a network expert in just three days.

Sysadminiprouting
0 likes · 25 min read
Master Linux Routing in 3 Days: From Basics to Advanced Configuration
Architect's Guide
Architect's Guide
Jul 2, 2025 · Mobile Development

How We Built a Cross‑Platform Architecture for WeChat Pay on iOS & Android

This article explains how the fragmented iOS and Android implementations of WeChat Pay were unified by introducing a C++ cross‑platform framework, abstracting business flows into UseCases, adding a routing mechanism, redesigning network request handling, and standardizing data passing to improve stability, reduce code size, and boost development productivity.

CUseCaseWeChat Pay
0 likes · 15 min read
How We Built a Cross‑Platform Architecture for WeChat Pay on iOS & Android
Architect's Guide
Architect's Guide
Jun 25, 2025 · Backend Development

Mastering Version‑Based Routing and Gray Deployments for Microservices

This article explains how to design and implement custom routing strategies—including default branch routing, version‑specific routing, and service‑specific routing—to achieve isolated version testing and gray‑release deployments in distributed microservice systems.

Gray DeploymentMicroservicesVersioning
0 likes · 9 min read
Mastering Version‑Based Routing and Gray Deployments for Microservices
Code Mala Tang
Code Mala Tang
Jun 2, 2025 · Backend Development

Unlocking FastAPI: A Deep Dive into Starlette, ASGI, and Middleware Architecture

This article explains how FastAPI builds on Starlette, covering the ASGI protocol, Starlette's initialization, middleware design—including ExceptionMiddleware and user-defined middleware—and routing mechanisms, while providing concrete code examples and performance insights for backend developers.

ASGIBackend DevelopmentFastAPI
0 likes · 22 min read
Unlocking FastAPI: A Deep Dive into Starlette, ASGI, and Middleware Architecture
AI Algorithm Path
AI Algorithm Path
May 8, 2025 · Artificial Intelligence

Five Essential AI Agent Workflow Design Patterns

This article introduces five core workflow design patterns for AI agents—Prompt Chaining, Routing, Parallelization, Orchestrator‑Worker, and Evaluator‑Optimizer—explaining their mechanics, concrete examples, suitable scenarios, and how they help build reliable, maintainable LLM‑driven systems.

AI agentsEvaluator-OptimizerLLM workflow
0 likes · 10 min read
Five Essential AI Agent Workflow Design Patterns
Liangxu Linux
Liangxu Linux
Apr 16, 2025 · Fundamentals

Mastering IP Routing: How Routers Choose the Best Path

This article explains the fundamentals of IP routing in data communication networks, covering how routers use routing tables, route information, direct routes, priority and metric calculations, longest‑prefix matching, and the step‑by‑step forwarding process with practical examples and command snippets.

NetworkingRouterip
0 likes · 9 min read
Mastering IP Routing: How Routers Choose the Best Path
MaGe Linux Operations
MaGe Linux Operations
Apr 7, 2025 · Operations

Master Linux Network Configuration: From IP Settings to NIC Bonding

This guide walks through Linux network fundamentals, covering hostname, IP and netmask configuration, default gateway, DNS, connection status tools, domain resolution, using ifconfig and ip commands, permanent and temporary IP changes, renaming interfaces, routing, traceroute, nslookup, tcpdump packet capture, and bonding multiple NICs for redundancy or load‑balancing.

BondingNetwork Configurationifconfig
0 likes · 20 min read
Master Linux Network Configuration: From IP Settings to NIC Bonding
Liangxu Linux
Liangxu Linux
Mar 11, 2025 · Operations

Master Linux ‘ip’ Command: Essential Network Management Operations

This guide explains the Linux ip command—its syntax, how to view and control network interfaces, configure IP addresses, manage routes, set up VLANs, and handle ARP entries—providing practical examples that enable efficient network administration and troubleshooting on Linux systems.

ARPLinuxOperations
0 likes · 6 min read
Master Linux ‘ip’ Command: Essential Network Management Operations
Architecture & Thinking
Architecture & Thinking
Feb 28, 2025 · Backend Development

Mastering Gin: Build High‑Performance Go Web Services Step‑by‑Step

This guide introduces the lightweight Gin framework for Go, outlines its key features, shows how to install and set up the environment, and provides complete code examples for building a basic web service with routing, middleware, JSON handling, and controller organization, culminating in a functional API demonstration.

APIGinGo
0 likes · 10 min read
Mastering Gin: Build High‑Performance Go Web Services Step‑by‑Step
Architect's Must-Have
Architect's Must-Have
Feb 26, 2025 · Backend Development

How to Implement Version-Based Routing and Gray Deployment in Microservices

This article explains how to design custom routing strategies for versioned microservices, including default master branch routing, unified version routing, and service‑specific routing, and shows how to apply these rules to achieve gray deployments with load‑balancing and seamless version isolation.

BackendGray DeploymentMicroservices
0 likes · 10 min read
How to Implement Version-Based Routing and Gray Deployment in Microservices
Raymond Ops
Raymond Ops
Feb 25, 2025 · Fundamentals

Understanding the OSI Model: A Layer‑by‑Layer Guide

This article provides a comprehensive overview of the OSI model, explaining the purpose of each of its seven layers, their responsibilities, typical devices and protocols involved, and how data moves from the physical medium up to the application level.

LayersNetworkingOSI model
0 likes · 17 min read
Understanding the OSI Model: A Layer‑by‑Layer Guide
37 Interactive Technology Team
37 Interactive Technology Team
Feb 13, 2025 · Backend Development

How to Unify Swagger2.0 Docs with GF2 Routing: A Practical Guide

This article analyzes the shortcomings of separating Swagger2.0 documentation from parameter handling in a Go backend, proposes a unified parameter definition and routing adapter for the GF framework, and demonstrates the resulting automatic OpenAPI generation with detailed code flow and visual examples.

API documentationBackendGF framework
0 likes · 8 min read
How to Unify Swagger2.0 Docs with GF2 Routing: A Practical Guide
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 1, 2025 · Frontend Development

Exploring TanStack Router: Routing Modes, TypeScript Support, Preloading, and SWR

This article introduces TanStack Router for React, detailing its three routing modes—file‑based, virtual file, and code‑based—along with TypeScript support, preloading strategies, request waterfall optimization, and stale‑while‑revalidate caching, providing practical insights and links for further exploration.

ReactSWRTanStack Router
0 likes · 11 min read
Exploring TanStack Router: Routing Modes, TypeScript Support, Preloading, and SWR
IT Architects Alliance
IT Architects Alliance
Jan 11, 2025 · Backend Development

Understanding API Gateways: Functions, Implementations, and a Spring Cloud Gateway Case Study

The article explains the rise of microservice architecture, why API gateways are indispensable, details their key functions such as routing, protocol translation, load balancing, caching, and security, compares major implementations like NGINX, Spring Cloud Gateway and Kong, and provides a Spring Cloud Gateway case study with code examples.

MicroservicesSecurityrouting
0 likes · 18 min read
Understanding API Gateways: Functions, Implementations, and a Spring Cloud Gateway Case Study
php Courses
php Courses
Jan 10, 2025 · Backend Development

Why Build a Custom PHP Framework and Course Outline

This article explains the motivations for creating a custom PHP framework—such as meeting specific project needs, learning opportunities, long‑term maintenance, performance optimization, ease of use, and security—and provides a detailed chapter‑by‑chapter outline of the accompanying tutorial.

Design PatternsFrameworkMVC
0 likes · 4 min read
Why Build a Custom PHP Framework and Course Outline
Open Source Tech Hub
Open Source Tech Hub
Dec 17, 2024 · Backend Development

Essential Webman Development Standards and Best Practices

This guide outlines Webman’s latest development conventions, covering PHP version selection, naming rules, memory-resident processes, logging, routing, deployment, controller design, database queries, security measures, and more to help developers write clean, efficient, and secure code.

Database QueriesDeploymentPHP
0 likes · 22 min read
Essential Webman Development Standards and Best Practices
Efficient Ops
Efficient Ops
Dec 15, 2024 · Fundamentals

Unlocking Network Basics: How VLANs, Routers, and DNS Shape Modern LANs

This article explains the fundamentals of VLANs, single‑arm routing, layer‑3 switches, gateways, DNS, MAC addresses, and subnet masks, using clear analogies and examples to show how network segmentation and routing enable efficient communication within and between local networks.

DNSMAC addressSubnet Mask
0 likes · 11 min read
Unlocking Network Basics: How VLANs, Routers, and DNS Shape Modern LANs
php Courses
php Courses
Nov 21, 2024 · Backend Development

Why Build a Custom PHP Framework and Course Outline

This article explains the motivations for creating a custom PHP framework—such as meeting specific needs, learning opportunities, long‑term maintenance, performance optimization, ease of use, and security—while also outlining the course chapters covering MVC, routing, error handling, namespaces, singleton pattern, configuration, and database operations.

BackendFrameworkMVC
0 likes · 3 min read
Why Build a Custom PHP Framework and Course Outline
Liangxu Linux
Liangxu Linux
Oct 29, 2024 · Operations

Why Windows Prefers Ethernet Over Wi‑Fi and How to Change It

This guide explains why a Windows PC routes traffic through the wired Ethernet adapter by default, how the interface metric determines priority, and step‑by‑step instructions to view and manually adjust the metric so you can force traffic over Wi‑Fi or Ethernet as needed.

Interface MetricTCP/IPWi-Fi
0 likes · 8 min read
Why Windows Prefers Ethernet Over Wi‑Fi and How to Change It
Open Source Tech Hub
Open Source Tech Hub
Oct 27, 2024 · Backend Development

How FastRoute Supercharges PHP Routing with One‑Pass Regex

This article explains FastRoute, a high‑performance PHP routing library created by Nikita Popov, detailing its design, core dispatcher and router mechanisms, feature set, single‑regex compilation technique, code examples, and real‑world usage within the Webman framework.

BackendFastRoutePHP
0 likes · 8 min read
How FastRoute Supercharges PHP Routing with One‑Pass Regex
php Courses
php Courses
Oct 17, 2024 · Backend Development

Understanding Laravel Request/Response Lifecycle

This guide explains Laravel's request/response lifecycle step by step, covering user requests, web server handling, routing, middleware security, controller processing, view rendering, and lifecycle hooks, enabling developers to build efficient, secure, and scalable backend applications.

Request Lifecyclerouting
0 likes · 9 min read
Understanding Laravel Request/Response Lifecycle
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 16, 2024 · Frontend Development

Effective Ways to Listen to Route Changes in React

This article explains why monitoring route changes in React single‑page applications is crucial, compares three primary techniques—useLocation, useNavigate, and withRouter—provides practical code examples, evaluates their pros and cons, and offers performance‑optimisation tips for reliable routing handling.

ReactSPAperformance
0 likes · 15 min read
Effective Ways to Listen to Route Changes in React
php Courses
php Courses
Aug 28, 2024 · Backend Development

ThinkPHP 8.x Framework Course Overview and Curriculum

This course teaches PHP environment setup, ThinkPHP 8.x framework installation, coding standards, database operations, and advanced query techniques through a comprehensive curriculum covering configuration, controllers, models, routing, middleware, and utility functions, enabling rapid development of robust web applications.

FrameworkThinkPHPWeb Development
0 likes · 5 min read
ThinkPHP 8.x Framework Course Overview and Curriculum
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 28, 2024 · Frontend Development

Building a Flexible React Management Backend with Custom Routing, Navigation, and Plugin System

This article describes how to create a feature‑rich, extensible React admin panel by implementing a convention‑based routing system, unified navigation with menu and draggable tabs, a Redux‑centric state management strategy, and a modular plugin architecture, while also integrating MUI, Next.js, and AI‑assisted code generation.

MUIReactRedux
0 likes · 11 min read
Building a Flexible React Management Backend with Custom Routing, Navigation, and Plugin System
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 27, 2024 · Backend Development

Deep Dive into Gin Framework: Compressed Radix Tree Routing and Request Processing

This article thoroughly examines the Gin Go web framework, focusing on its compressed radix tree routing mechanism, middleware handling, request lifecycle, and performance‑optimizing techniques, providing code examples and best‑practice recommendations for building high‑throughput backend services.

Backend DevelopmentCompressed Radix TreeGin
0 likes · 13 min read
Deep Dive into Gin Framework: Compressed Radix Tree Routing and Request Processing
MaGe Linux Operations
MaGe Linux Operations
Jul 29, 2024 · Operations

How to Add Custom Routing Rules for Multiple NICs on Linux

This guide explains how to configure additional routing tables and policy‑based routes on a Linux server with two network interfaces, covering IP address inspection, routing table edits, ip rule commands, and persistence across reboots.

LinuxNetwork ConfigurationPolicy Routing
0 likes · 9 min read
How to Add Custom Routing Rules for Multiple NICs on Linux
FunTester
FunTester
Jul 26, 2024 · Backend Development

Mastering Gin: A Hands‑On Guide to Building High‑Performance Go APIs

This tutorial introduces the Gin web framework for Go, covering its core features, installation steps, a simple "Hello World" example, request and response handling, parameter binding, route groups, middleware patterns, and useful utilities for building fast RESTful services.

GinGoRESTful API
0 likes · 13 min read
Mastering Gin: A Hands‑On Guide to Building High‑Performance Go APIs
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 25, 2024 · Backend Development

Master Spring Cloud Gateway: Routing, Metrics, Filters & Debugging Tips

This guide walks through Spring Cloud Gateway features—including marking exchanges as routed, enabling route metrics, configuring metadata, accessing Reactor Netty logs, troubleshooting with debug logging, disabling automatic route refresh, ordering global filters, using Actuator sub‑paths, and rewriting request parameters—complete with code snippets and configuration examples.

DebuggingFiltersmetrics
0 likes · 8 min read
Master Spring Cloud Gateway: Routing, Metrics, Filters & Debugging Tips
Liangxu Linux
Liangxu Linux
Jul 24, 2024 · Operations

Master the Linux route Command: Manage IP Routing Tables Like a Pro

This guide explains how to install, use, and interpret the Linux route command for displaying and manipulating the kernel IP routing table, covering options, output fields, persistence tricks, and practical examples for querying, adding, deleting, and rejecting routes.

LinuxSystem Administrationip
0 likes · 7 min read
Master the Linux route Command: Manage IP Routing Tables Like a Pro
Open Source Linux
Open Source Linux
Jul 23, 2024 · Fundamentals

Why Fat-Tree, Dragonfly, and Torus Topologies Dominate High‑Performance Computing Networks

High‑performance computing demands ultra‑low latency and massive scale, prompting a shift from traditional CLOS designs to alternative topologies such as Fat‑Tree, Dragonfly, and Torus, each offering distinct trade‑offs in bandwidth, scalability, routing complexity, and cost‑effectiveness for modern data‑center and HPC environments.

DragonflyFat-TreeHigh‑performance computing
0 likes · 10 min read
Why Fat-Tree, Dragonfly, and Torus Topologies Dominate High‑Performance Computing Networks
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 18, 2024 · Mobile Development

Comprehensive Guide to GetX in Flutter: State Management, Routing, Dependency Injection, and Practical Project Implementation

This article provides an in‑depth tutorial on using the GetX library for Flutter, covering its state‑management, routing, dependency‑injection features, code generation tricks, common pitfalls, and a step‑by‑step rewrite of a WanAndroid project with practical examples.

GetXMobile DevelopmentState Management
0 likes · 40 min read
Comprehensive Guide to GetX in Flutter: State Management, Routing, Dependency Injection, and Practical Project Implementation
Top Architect
Top Architect
Jul 4, 2024 · Backend Development

Understanding Service Gateways: Architecture, Benefits, and Technical Choices

This article explains what a service gateway is, why it is needed in micro‑service architectures, outlines its core functions such as routing and filtering, discusses deployment considerations, and presents a practical technology stack including Spring Boot, Zuul, Consul, JWT, Prometheus, and ELK.

Backend ArchitectureFiltersZuul
0 likes · 9 min read
Understanding Service Gateways: Architecture, Benefits, and Technical Choices
php Courses
php Courses
Jul 4, 2024 · Backend Development

Why Build a Custom PHP Framework and What It Can Achieve

This article explains the motivations for creating a custom PHP framework—such as meeting specific project needs, deepening technical understanding, ensuring long‑term maintainability, optimizing performance, improving usability, and enhancing security—while outlining the curriculum of the accompanying tutorial series.

FrameworkMVCPHP
0 likes · 4 min read
Why Build a Custom PHP Framework and What It Can Achieve
Java Tech Enthusiast
Java Tech Enthusiast
Jun 7, 2024 · Operations

Configuring Static and Persistent Routes in Linux and Dual‑NIC Experiment

The article explains how to configure static and persistent routes on a Linux host using the route command, make them survive reboots via rc.local, sysconfig files, or sysctl, enable IP forwarding, and demonstrates a dual‑NIC experiment where a single static route lets the client access both external and multiple internal subnets.

Dual NICLinuxVMware
0 likes · 10 min read
Configuring Static and Persistent Routes in Linux and Dual‑NIC Experiment
php Courses
php Courses
Jun 6, 2024 · Backend Development

Why Build a Custom PHP Framework and What It Can Achieve

This guide explains why creating a custom PHP framework is beneficial—addressing specific project needs, fostering learning, simplifying maintenance, improving performance, enhancing usability, and boosting security—while outlining the curriculum covering MVC, routing, error handling, namespaces, singleton pattern, configuration, and database abstraction.

Design PatternsFrameworkMVC
0 likes · 3 min read
Why Build a Custom PHP Framework and What It Can Achieve
Liangxu Linux
Liangxu Linux
Jun 5, 2024 · Operations

How to Configure Static and Persistent Routes on Linux for Dual‑NIC Environments

This guide explains Linux routing commands for adding host and network routes, setting default gateways, deleting routes, making routes permanent via rc.local, sysconfig files, and IP forwarding, and demonstrates a dual‑NIC experiment using VMware and eNSP to connect internal and external networks with step‑by‑step verification.

IP forwardingLinuxVMware
0 likes · 12 min read
How to Configure Static and Persistent Routes on Linux for Dual‑NIC Environments
Top Architect
Top Architect
May 25, 2024 · Mobile Development

Cross‑Platform Architecture for WeChat Pay: Reducing Code, Improving Quality and Productivity

This article describes how a C++‑based cross‑platform framework and a unified routing mechanism were built for WeChat Pay to eliminate platform‑specific bugs, streamline data flow, improve crash stability, cut code size by nearly 45%, and boost development productivity across iOS and Android.

CMobile DevelopmentSoftware Architecture
0 likes · 16 min read
Cross‑Platform Architecture for WeChat Pay: Reducing Code, Improving Quality and Productivity
Efficient Ops
Efficient Ops
May 5, 2024 · Fundamentals

Master Computer Network Fundamentals with 38 Comprehensive Mind Maps

This article presents a curated collection of 38 detailed mind maps that systematically cover essential computer network concepts—from transmission media and Ethernet frames to IP addressing, routing protocols, VLANs, and VPNs—helping readers visualize and master the fundamentals efficiently.

Computer NetworksIPv6Network Protocols
0 likes · 5 min read
Master Computer Network Fundamentals with 38 Comprehensive Mind Maps
Liangxu Linux
Liangxu Linux
Apr 16, 2024 · Fundamentals

Master Computer Networking with 38 Essential Mind Maps

This article presents a comprehensive collection of 38 mind‑maps that systematically cover core computer networking concepts—from the TCP/IP stack and protocol layers to routing, VLANs, VPNs, and related technologies—providing a visual roadmap for learners to master the fundamentals.

Computer NetworksProtocolsTCP/IP
0 likes · 12 min read
Master Computer Networking with 38 Essential Mind Maps
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 9, 2024 · Frontend Development

Vue3 Admin Template Without UI‑Framework Dependency – Features, Layout, Routing, State Management, and SVG Icon Builder

This article presents a lightweight, UI‑framework‑free Vue3 admin template, detailing its visual style configuration, core layout, permission‑based routing, TypeScript‑based state handling, custom AJAX request wrapper, and an SVG icon bundler, along with code examples and package information.

Admin TemplateSVGState Management
0 likes · 11 min read
Vue3 Admin Template Without UI‑Framework Dependency – Features, Layout, Routing, State Management, and SVG Icon Builder
Architects' Tech Alliance
Architects' Tech Alliance
Apr 4, 2024 · Fundamentals

Master Computer Networking Basics with 38 Comprehensive Mind Maps

This article compiles 38 detailed mind maps covering the entire computer networking curriculum—from the TCP/IP stack and transport protocols to routing, switching, VLANs, IPv6, and security technologies—providing a systematic visual guide for learners to quickly grasp and retain core concepts.

Computer NetworksIPv6Networking Fundamentals
0 likes · 7 min read
Master Computer Networking Basics with 38 Comprehensive Mind Maps
Liangxu Linux
Liangxu Linux
Mar 17, 2024 · Fundamentals

How Computers Talk: From Cables to TCP/IP – A Step‑by‑Step Guide

This article walks through the fundamentals of computer networking, explaining how two PCs connect with a cable, how hubs and switches forward frames using MAC addresses, how IP addressing, subnets, ARP and routing tables enable multi‑network communication, and how TCP ensures reliable, ordered delivery with flow‑ and congestion‑control mechanisms.

ARPOSI modelSubnets
0 likes · 30 min read
How Computers Talk: From Cables to TCP/IP – A Step‑by‑Step Guide
Zhuanzhuan Tech
Zhuanzhuan Tech
Feb 21, 2024 · Operations

Network Operations Incident Report: BGP Routing Failure and Resolution

This report details a network operations incident where a BGP routing change caused an EBGP neighbor to go idle, outlines the step‑by‑step troubleshooting, analysis of the root cause, and the implemented solution involving a new L3 node and redundant EBGP peers.

BGPcloud networkingincident response
0 likes · 8 min read
Network Operations Incident Report: BGP Routing Failure and Resolution
21CTO
21CTO
Feb 13, 2024 · Backend Development

How Laravel 11 Introduces a Built‑in Health Check Route (/up)

Laravel 11 adds a default health‑check endpoint accessible via the /up route, configured in bootstrap/app.php, which dispatches a DiagnosingHealth event and returns an animated "Application up" page to verify application status.

LaravelLaravel 11PHP
0 likes · 2 min read
How Laravel 11 Introduces a Built‑in Health Check Route (/up)
AI Illustrated Series
AI Illustrated Series
Feb 13, 2024 · Backend Development

Which Go Web Framework Reigns Supreme? A Deep Comparative Analysis

This article systematically compares the most popular Go web frameworks—Beego, Buffalo, Echo, Gin, Iris, and Revel—by evaluating their popularity, learning curve, routing capabilities, middleware ecosystems, server features, session handling, template engines, testing support, and other core functionalities, complete with concrete code examples.

BackendComparisonGo
0 likes · 14 min read
Which Go Web Framework Reigns Supreme? A Deep Comparative Analysis
php Courses
php Courses
Feb 6, 2024 · Backend Development

Why Build a Custom PHP Framework – Course Outline

This article explains the motivations for creating a custom PHP framework—such as meeting specific needs, learning, long‑term maintenance, performance, usability, and security—and provides a detailed course outline covering MVC, routing, error handling, namespaces, design patterns, configuration, and database operations.

BackendDesign PatternsFramework
0 likes · 4 min read
Why Build a Custom PHP Framework – Course Outline
DataFunTalk
DataFunTalk
Jan 19, 2024 · Artificial Intelligence

Improving the MIND Multi‑Interest Recommendation Model with Capsule Initialization and Routing Enhancements

This article presents a comprehensive study of the MIND multi‑interest recommendation model, detailing its original architecture, identified shortcomings, and proposed enhancements—including capsule initialization via max‑min and Markov methods, routing simplifications, and training adjustments—along with experimental results and business impact assessments.

AIMINDRecommendation Systems
0 likes · 19 min read
Improving the MIND Multi‑Interest Recommendation Model with Capsule Initialization and Routing Enhancements
Architect
Architect
Jan 18, 2024 · Backend Development

How Vivo Supercharged Dubbo Routing with Async Caching and Load‑Balancing Optimizations

This article analyzes the CPU‑heavy routing and load‑balancing modules of Dubbo in a large‑scale microservice cluster, identifies O(n) traversal as the root cause, and presents a step‑by‑step redesign—including disabling unused routers, caching route results with epoch validation, BitMap‑based intersection, and grouped routing—that reduces CPU usage by up to 27% and doubles TPS when provider instances exceed 2,000.

DubboJavaMicroservices
0 likes · 21 min read
How Vivo Supercharged Dubbo Routing with Async Caching and Load‑Balancing Optimizations
Liangxu Linux
Liangxu Linux
Dec 26, 2023 · Fundamentals

Unlocking the Secrets of Computer Networks: From Physical Links to Application Layers

This comprehensive guide walks through computer networking fundamentals, covering basic concepts, the OSI/TCP‑IP layers, addressing, routing protocols, transport mechanisms, application services, security techniques, wireless LAN technologies, and essential command‑line tools, all illustrated with clear diagrams and examples.

Computer NetworksTCP/IPWireless LAN
0 likes · 66 min read
Unlocking the Secrets of Computer Networks: From Physical Links to Application Layers
php Courses
php Courses
Dec 18, 2023 · Backend Development

PHP Routing Strategies: Basic and Regex-Based Approaches

This article explains two PHP routing strategies—an original path‑based method that maps URL segments to controller and action names, and a more flexible regular‑expression based method that uses pattern matching for complex URL structures—providing code examples and guidance on when to use each.

Backendregexrouting
0 likes · 5 min read
PHP Routing Strategies: Basic and Regex-Based Approaches