Tagged articles
80 articles
Page 1 of 1
JavaGuide
JavaGuide
May 11, 2026 · Artificial Intelligence

Running Code Review and Voice Agents with Step Plan and Claude Code

The article walks through using Step Plan’s unified API to integrate Claude Code for automated code review and to build a voice‑agent pipeline that transcribes meeting recordings, generates structured summaries, and produces audio briefs, while discussing setup, costs, model selection, practical demos, and observed limitations.

AI AgentASRClaude Code
0 likes · 24 min read
Running Code Review and Voice Agents with Step Plan and Claude Code
Top Architect
Top Architect
Mar 22, 2026 · Databases

How to Enable Read/Write Splitting with MySQL Router 8.2 and InnoDB ReplicaSet

Discover how to set up MySQL InnoDB ReplicaSet and configure MySQL Router 8.2 for automatic read/write splitting, enabling reads to be routed to replicas and writes to the primary without code changes, complete with step-by-step commands, configuration snippets, and visual verification.

Database PerformanceInnoDB ReplicaSetRouter
0 likes · 6 min read
How to Enable Read/Write Splitting with MySQL Router 8.2 and InnoDB ReplicaSet
Java Architect Handbook
Java Architect Handbook
Feb 27, 2026 · Databases

Enable MySQL Read/Write Splitting with Router 8.2 and InnoDB ReplicaSet

MySQL 8.2 introduces native read/write splitting via MySQL Router, allowing automatic routing of reads to replicas and writes to the primary source; this guide shows how to set up a simple InnoDB ReplicaSet, configure Router, verify traffic flow, and leverage access mode commands for fine‑grained control.

Database ConfigurationInnoDB ReplicaSetRouter
0 likes · 6 min read
Enable MySQL Read/Write Splitting with Router 8.2 and InnoDB ReplicaSet
AI Tech Publishing
AI Tech Publishing
Feb 22, 2026 · Artificial Intelligence

Mastering Multi‑Agent Collaboration: Handoff Mode and Coordination

This lesson explains how to extend a single‑agent system with multi‑agent collaboration, covering context isolation, Handoff and Router patterns, flat coordinator architecture, code examples, task decomposition, and practical run‑time demos for building complex AI workflows.

AICoordinatorHandoff
0 likes · 20 min read
Mastering Multi‑Agent Collaboration: Handoff Mode and Coordination
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
macrozheng
macrozheng
Feb 11, 2026 · Databases

Enable MySQL Router 8.2 Read/Write Splitting with InnoDB ReplicaSet

This guide demonstrates how MySQL Router 8.2 can automatically route read and write traffic using an InnoDB ReplicaSet, showing the minimal architecture, configuration steps, command examples, and the resulting read‑write split behavior without requiring application changes.

Database PerformanceInnoDB ReplicaSetRouter
0 likes · 4 min read
Enable MySQL Router 8.2 Read/Write Splitting with InnoDB ReplicaSet
Top Architect
Top Architect
Jan 27, 2026 · Databases

How MySQL Router 8.2 Enables Seamless Read/Write Splitting with InnoDB ReplicaSet

This article demonstrates how MySQL Router 8.2 can automatically route read traffic to replica instances and write traffic to the primary instance in an InnoDB ReplicaSet, providing configuration steps, command examples, and observed behavior without requiring any changes to the application.

Database ConfigurationInnoDB ReplicaSetRouter
0 likes · 6 min read
How MySQL Router 8.2 Enables Seamless Read/Write Splitting with InnoDB ReplicaSet
Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 13, 2026 · Databases

Enforcing Client IP‑Based Access Control in MySQL InnoDB Cluster via Router

This article explains how to overcome MySQL InnoDB Cluster’s IP‑address loss and lack of Proxy Protocol by injecting real client IPs through MySQL Router connection attributes, configuring init_connect, creating a monitoring database and stored procedure, and testing access control for specific user‑IP ranges.

Database SecurityInnoDB ClusterRouter
0 likes · 8 min read
Enforcing Client IP‑Based Access Control in MySQL InnoDB Cluster via Router
java1234
java1234
Jan 10, 2026 · Databases

MySQL 8.2 Finally Supports Read/Write Splitting

MySQL 8.2 introduces native read/write splitting via MySQL Router, allowing automatic routing of reads to replicas and writes to the primary in an InnoDB ReplicaSet without any application changes.

InnoDB ReplicaSetRouterdatabase scaling
0 likes · 4 min read
MySQL 8.2 Finally Supports Read/Write Splitting
Raymond Ops
Raymond Ops
Dec 12, 2025 · Operations

Mastering Network Device Operations: Switches, Routers, and Firewalls Explained

This comprehensive guide walks operations engineers through the fundamentals, configuration, monitoring, troubleshooting, and automation of switches, routers, and firewalls, providing practical commands, best‑practice scripts, and security hardening steps for reliable network infrastructure.

ConfigurationRouterfirewall
0 likes · 24 min read
Mastering Network Device Operations: Switches, Routers, and Firewalls Explained
php Courses
php Courses
Sep 29, 2025 · Backend Development

Build a Simple PHP Router from Scratch: Step‑by‑Step Guide

This tutorial walks you through creating a lightweight PHP router—from understanding routing fundamentals and setting up project structure to writing the core Router class, configuring URL rewriting, defining routes with parameters, testing, and exploring extensions—empowering you to grasp framework internals and handle HTTP requests without a full‑stack framework.

HTTPPHPRouter
0 likes · 11 min read
Build a Simple PHP Router from Scratch: Step‑by‑Step Guide
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 29, 2025 · Fundamentals

A Brief History of Network Hardware: From Cables to Modern Switches

The article traces the evolution of network hardware—from early PCs without networking, through cables, NICs, repeaters, hubs, bridges, and switches, to routers, wireless APs, firewalls and traffic‑control devices—explaining each device's role, limitations, and how they solve specific networking problems.

Routeraccess pointethernet
0 likes · 10 min read
A Brief History of Network Hardware: From Cables to Modern Switches
Open Source Tech Hub
Open Source Tech Hub
Jul 17, 2025 · Backend Development

Why RadixRouter Beats Other PHP Routers in Speed and Memory

RadixRouter offers O(k) dynamic routing with support for optional segments, wildcards, and static hash‑based routes, provides a simple installation via Composer, includes usage examples, caching strategies, and benchmark results showing it outperforms FastRoute and SymfonyRouter in both registration time and lookup speed while using less memory.

PHPRoutercaching
0 likes · 7 min read
Why RadixRouter Beats Other PHP Routers in Speed and Memory
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
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 14, 2025 · Frontend Development

Vue API Beginner's Guide: Core Concepts, Practical Cases, and Best Practices

This comprehensive tutorial introduces Vue.js core APIs—including component creation, reactive data handling, lifecycle hooks, routing, and state management—illustrates their use through e‑commerce cart and social feed examples, and provides performance tips and common pitfalls for front‑end developers.

JavaScriptRouterState Management
0 likes · 25 min read
Vue API Beginner's Guide: Core Concepts, Practical Cases, and Best Practices
dbaplus Community
dbaplus Community
Jan 22, 2025 · Databases

What’s New in MySQL 9.2? Highlights, Fixes, and Feature Changes

MySQL 9.2 introduces a host of updates—including new CREATE_SPATIAL_REFERENCE_SYSTEM privileges, memory‑optimised statement binding, corrected character‑set handling, revamped compilation options, component enhancements, deprecations, optimizer tweaks, performance‑schema improvements, pluggable authentication fixes, and numerous bug fixes across InnoDB, replication, and utilities—providing a comprehensive overview of the release’s technical changes.

Routermysql
0 likes · 29 min read
What’s New in MySQL 9.2? Highlights, Fixes, and Feature Changes
macrozheng
macrozheng
Oct 17, 2024 · Databases

How MySQL Router 8.2 Enables Seamless Read/Write Splitting

MySQL Router 8.2 now supports automatic read/write splitting for InnoDB ReplicaSets, allowing reads to be routed to replicas and writes to the primary without any application changes, thereby improving performance and scalability.

InnoDB ReplicaSetRouterread/write splitting
0 likes · 5 min read
How MySQL Router 8.2 Enables Seamless Read/Write Splitting
Architect's Guide
Architect's Guide
Oct 4, 2024 · Databases

Using MySQL Router 8.2 for Read/Write Splitting with InnoDB ReplicaSet

The article demonstrates how MySQL Router 8.2 enables transparent read/write splitting for an InnoDB ReplicaSet, showing the architecture, configuration steps, connection behavior, and the generated routing settings that improve database performance without modifying application code.

DatabasePerformanceInnoDBReadWriteSplitting
0 likes · 4 min read
Using MySQL Router 8.2 for Read/Write Splitting with InnoDB ReplicaSet
php Courses
php Courses
Jul 25, 2024 · Backend Development

Creating a Custom PHP Framework for Rapid Development

This article explains how to design and build a custom PHP framework—from the motivation and directory layout to core components like a router, controller, and model, plus enhancements, testing, and deployment—providing developers with a practical guide for rapid web development.

FrameworkRouter
0 likes · 9 min read
Creating a Custom PHP Framework for Rapid Development
Top Architect
Top Architect
Jul 22, 2024 · Databases

MySQL Router 8.2 Read/Write Splitting with InnoDB ReplicaSet

This article demonstrates how MySQL Router 8.2 can perform automatic read/write splitting using an InnoDB ReplicaSet, shows the required configuration, explains the behavior of read and write connections, and concludes with the benefits of the feature while also containing promotional material for unrelated services.

InnoDBReplicaSetRouter
0 likes · 7 min read
MySQL Router 8.2 Read/Write Splitting with InnoDB ReplicaSet
Open Source Linux
Open Source Linux
Jul 11, 2024 · Fundamentals

What Every Beginner Must Know About Routers, Switches, Modems, and Wi‑Fi

This guide walks you through the essential concepts of home networking, explaining the roles and inner workings of routers, switches, optical modems, IP addressing, and Wi‑Fi standards, while clarifying common misconceptions and showing how these devices interconnect to deliver reliable internet access.

RouterWiFimodem
0 likes · 18 min read
What Every Beginner Must Know About Routers, Switches, Modems, and Wi‑Fi
Open Source Linux
Open Source Linux
Dec 5, 2023 · Fundamentals

How Routers Find the Best Path: A Beginner’s Guide to Routing

This article explains what a router is, how it connects separate networks, the role of routing tables, different routing methods (direct, static, dynamic), three‑layer addressing, and the principles such as longest‑prefix match that determine how data packets find their optimal path.

IP addressingRouternetwork fundamentals
0 likes · 6 min read
How Routers Find the Best Path: A Beginner’s Guide to Routing
Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 30, 2023 · Databases

MySQL 8.2 Transparent Read/Write Splitting with MySQL Router

MySQL 8.2 introduces transparent read/write splitting via MySQL Router, allowing automatic routing of read traffic to replica instances and write traffic to the primary source without any changes to the application, demonstrated with a simple InnoDB ReplicaSet deployment and configuration examples.

DatabasePerformanceInnoDBReplicaSetReadWriteSplitting
0 likes · 6 min read
MySQL 8.2 Transparent Read/Write Splitting with MySQL Router
Liangxu Linux
Liangxu Linux
Aug 26, 2023 · Fundamentals

Understanding Routers: Key Concepts, Types, and Protocols Explained

This article provides a comprehensive overview of routers, covering their definition, routing and forwarding processes, various hardware and performance classifications, IP addressing, routing protocols, redundancy methods, security features, and management interfaces, all illustrated with clear diagrams.

IP addressingNetworkingProtocols
0 likes · 22 min read
Understanding Routers: Key Concepts, Types, and Protocols Explained
IT Services Circle
IT Services Circle
Aug 21, 2023 · Frontend Development

Understanding the History API and How React Router Implements It

This tutorial explains the fundamentals of the browser History API—including length, back, forward, go, pushState, replaceState, and scrollRestoration—demonstrates their behavior with visual examples, and then shows step‑by‑step how React Router leverages these APIs to match routes, render components, and handle navigation events such as popstate.

History APIReactRouter
0 likes · 10 min read
Understanding the History API and How React Router Implements It
Liangxu Linux
Liangxu Linux
Mar 14, 2023 · Fundamentals

How to Extend Home Wi‑Fi Coverage by Adding a Second Router

This guide explains three practical ways to improve wireless coverage in a large home—using a secondary router as an access point, converting it into a switch, or setting up a wireless bridge—detailing the required hardware, configuration steps, and IP settings.

LANRouterWAN
0 likes · 6 min read
How to Extend Home Wi‑Fi Coverage by Adding a Second Router
Open Source Linux
Open Source Linux
Feb 13, 2022 · Fundamentals

How I Fixed My Home Gigabit Broadband: Real-World Troubleshooting & Upgrade Guide

During a post‑New‑Year visit home, a communications engineer discovers his family's gigabit broadband is underperforming, diagnoses wiring, ISP bundling, and router issues, and shares a step‑by‑step guide to restore full‑speed wired and Wi‑Fi connectivity while also reviewing 5G coverage and TV streaming options.

5GRouterTV streaming
0 likes · 12 min read
How I Fixed My Home Gigabit Broadband: Real-World Troubleshooting & Upgrade Guide
NiuNiu MaTe
NiuNiu MaTe
Feb 12, 2022 · Fundamentals

From Hubs to Routers: How Computers Connect Across Networks

This article explains the evolution from simple hubs to intelligent switches and routers, covering the OSI layers, LAN setup, MAC and IP addressing, ARP, crossover cabling, and the internal structures that enable reliable data transmission in modern networks.

LANRouterhub
0 likes · 23 min read
From Hubs to Routers: How Computers Connect Across Networks
Open Source Linux
Open Source Linux
Jan 5, 2022 · Fundamentals

Essential Network Devices: Repeaters, Hubs, Bridges, Switches, Routers

This article systematically outlines the functions, OSI layer positions, and key differences of common networking hardware—including repeaters, hubs, bridges, switches, routers, and gateways—providing clear explanations and visual illustrations to help readers understand how each device processes signals and facilitates data communication within modern intelligent building networks.

OSI modelRouternetwork devices
0 likes · 12 min read
Essential Network Devices: Repeaters, Hubs, Bridges, Switches, Routers
ByteFE
ByteFE
Oct 12, 2021 · Frontend Development

Micro Frontend Architecture and Garfish Solution Overview

This article explains the background, challenges, and design of micro‑frontend architecture, introduces the Garfish open‑source solution with its three‑layer structure, and details core runtime components such as loader, sandbox, router, and store, while discussing advantages, drawbacks, and best‑practice integration with modern web frameworks.

Frontend ArchitectureGarfishRouter
0 likes · 32 min read
Micro Frontend Architecture and Garfish Solution Overview
ByteDance Web Infra
ByteDance Web Infra
Sep 30, 2021 · Frontend Development

Micro‑Frontend Architecture and Garfish Solution Overview

This article explains the background, significance, and challenges of large‑scale web applications, introduces micro‑frontend concepts, compares SPA and MPA approaches, and details the Garfish three‑layer architecture, sandbox designs, routing strategies, deployment platform, and best practices for building enterprise‑grade micro‑frontend systems.

Frontend ArchitectureGarfishRouter
0 likes · 35 min read
Micro‑Frontend Architecture and Garfish Solution Overview
IT Architects Alliance
IT Architects Alliance
Jun 9, 2021 · Fundamentals

Essential Networking Q&A: From OSI Layers to IP Addressing Explained

This article provides concise explanations of core networking concepts, covering links, OSI model layers, backbone networks, LANs, nodes, routers, point‑to‑point links, FTP, subnet masks, UTP cable limits, data encapsulation, network topologies, VPN, NAT, routing protocols, firewalls, DNS, IPv6, RSA, and many other fundamental topics essential for anyone studying computer networks.

LANNetworkingOSI model
0 likes · 29 min read
Essential Networking Q&A: From OSI Layers to IP Addressing Explained
DeWu Technology
DeWu Technology
Mar 5, 2021 · Frontend Development

Dynamic Tab Caching with Vue keep-alive

Vue’s keep-alive component enables dynamic tab caching in B‑end applications by storing component VNodes in an internal LRU cache, preserving state across route switches, supporting include/exclude patterns, router‑meta flags, Vuex‑driven lists, and custom strategies for nested routes to prevent stale data and excess API calls.

Keep-AliveLRURouter
0 likes · 11 min read
Dynamic Tab Caching with Vue keep-alive
MaGe Linux Operations
MaGe Linux Operations
Oct 21, 2020 · Backend Development

Scrape Tenda Router Data with Python Requests and Serve It via a Flask API

This guide walks through analyzing a Tenda router's web interface to discover its data‑fetching URLs, extracting all available modules, and then using Python's requests library to retrieve the information and expose it through a simple Flask API, with both object‑oriented and functional code examples.

BackendFlaskRouter
0 likes · 7 min read
Scrape Tenda Router Data with Python Requests and Serve It via a Flask API
Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 20, 2020 · Databases

MySQL 8.0.22 Release Highlights and New Features

MySQL 8.0.22 introduces prepared‑statement improvements, a new SHOW PROCESSLIST implementation via Performance Schema, UTC timestamp handling, read‑only schemas, error‑log access through Performance Schema, user‑management enhancements, optimizer push‑down, replication auto‑failover, Router scalability upgrades, and several deprecations and removals.

8.0.22Performance SchemaPrepared Statements
0 likes · 9 min read
MySQL 8.0.22 Release Highlights and New Features
转转QA
转转QA
Aug 7, 2020 · Frontend Development

Implementing Multi‑Instance Tab Navigation in Vue‑Router for Backend Admin Systems

This article analyzes the challenges of implementing multi‑instance tab navigation in mobile‑friendly web pages using Vue‑router, explains why standard router components are single‑instance, and presents two solutions—dynamic route addition and route‑change hijacking—complete with code examples and considerations for memory management.

Dynamic RoutesRouterVue
0 likes · 13 min read
Implementing Multi‑Instance Tab Navigation in Vue‑Router for Backend Admin Systems
Sohu Tech Products
Sohu Tech Products
Jun 3, 2020 · Mobile Development

VIPER Architecture in iOS: A Practical Implementation

This article explains the VIPER architectural pattern for iOS development, detailing each component (View, Interactor, Presenter, Entity, Router), providing Swift protocols and default implementations, and demonstrating a complete movie‑list example with reusable table‑view components and data handling.

ListDataProtocolPresenterRouter
0 likes · 24 min read
VIPER Architecture in iOS: A Practical Implementation
Tongcheng Travel Technology Center
Tongcheng Travel Technology Center
May 26, 2017 · Backend Development

Designing a Router Framework for Decoupling Modules in Large‑Scale Projects

The article analyzes the challenges of tightly coupled modules in rapidly growing projects, proposes a Router model that encapsulates and distributes inter‑module calls, discusses its core concepts, implementation options, and extensions such as interceptors, and shares practical lessons learned after two years of use.

GradleRouterSoftware Architecture
0 likes · 10 min read
Designing a Router Framework for Decoupling Modules in Large‑Scale Projects
Practical DevOps Architecture
Practical DevOps Architecture
Mar 2, 2017 · Operations

Sample Huawei Router Configuration Commands

This document provides a comprehensive set of Huawei router configuration commands covering system settings, SNMP, time, portal loading, security policies, ACL rules, user authentication, firewall zones, interface definitions, IP addressing, NAT, static routes, and user interface configurations.

ACLConfigurationNAT
0 likes · 4 min read
Sample Huawei Router Configuration Commands
Practical DevOps Architecture
Practical DevOps Architecture
Nov 16, 2015 · Fundamentals

Configuring Router Interface IP and DHCP Settings

This guide explains how to configure a router’s FastEthernet interface with a static IP address, enable DHCP services, set address exclusions, and configure a host to obtain its IP settings automatically, using Cisco IOS command-line syntax.

CiscoDHCPIP Configuration
0 likes · 2 min read
Configuring Router Interface IP and DHCP Settings
ITPUB
ITPUB
Nov 11, 2015 · Operations

How to Compile OpenWrt 15.05 for the NEWIFI D1 (MT7621A) Router

This guide explains how to build OpenWrt 15.05 for the NEWIFI D1 router, covering its hardware specs, known bugs, required source modifications, and step‑by‑step compilation instructions so hobbyists can get a functional firmware image.

CompilationEmbedded LinuxMT7621
0 likes · 3 min read
How to Compile OpenWrt 15.05 for the NEWIFI D1 (MT7621A) Router