Tagged articles
70 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Nov 19, 2025 · Operations

Mastering Linux Bridge Management: Concepts, Commands, and Configuration

This guide explains the fundamentals of Linux bridges, their role in linking network interfaces, and provides step‑by‑step instructions for creating, configuring, and managing bridges using brctl, NetworkManager (nmcli), and iproute2 commands across various distributions.

LinuxSystem Administrationbrctl
0 likes · 15 min read
Mastering Linux Bridge Management: Concepts, Commands, and Configuration
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 1, 2025 · Cloud Native

Six Diagrams Explain Docker Container Network Configuration

This article walks through Docker’s built‑in networks, details the four network modes (bridge, host, none, container), shows how to create and inspect network namespaces, configure veth pairs, map ports, set DNS and custom bridges, and provides concrete command‑line examples and diagrams.

DockerHostNetwork Modes
0 likes · 27 min read
Six Diagrams Explain Docker Container Network Configuration
Liangxu Linux
Liangxu Linux
Aug 4, 2025 · Cloud Native

Master Docker Networking: Bridge, Host, None, Container & Swarm Explained

This article explains Docker’s various network modes—including bridge, host, none, and container—detailing their architecture, use‑cases, and limitations, and also covers Docker’s network drivers, how to create and connect networks via CLI, and the service discovery and load‑balancing features provided by Docker Swarm.

ContainerDockerHost
0 likes · 12 min read
Master Docker Networking: Bridge, Host, None, Container & Swarm Explained
Liangxu Linux
Liangxu Linux
Jun 23, 2025 · Cloud Native

Master Docker Networking: Bridge, Host, None, Container, Swarm Service Discovery

This guide explains Docker’s various network modes—including bridge, host, none, and container—details each driver’s behavior, shows how to create and configure custom networks with commands, and covers Swarm’s built‑in service discovery and load‑balancing mechanisms for scalable container deployments.

ContainerDockerHost
0 likes · 12 min read
Master Docker Networking: Bridge, Host, None, Container, Swarm Service Discovery
Raymond Ops
Raymond Ops
Dec 20, 2024 · Operations

Master Docker Networking: Types, Drivers, and Practical Commands

This article explains Docker networking fundamentals, covering the main network types (bridge, host, overlay, macvlan, none), their drivers and container modes, how to configure and manage networks with Docker CLI commands, and important security and isolation considerations for containerized applications.

ContainersDockerHost
0 likes · 19 min read
Master Docker Networking: Types, Drivers, and Practical Commands
The Dominant Programmer
The Dominant Programmer
Oct 17, 2024 · Cloud Native

Understanding Docker0 and Custom Docker Networks: Practical Examples

This article walks through Docker's default docker0 bridge, explains how containers obtain IP addresses via veth‑pair interfaces, demonstrates inspecting container IPs, and shows how to create and use custom bridge networks so containers can communicate by name or IP, including adding existing containers to the new network.

Dockerbridgecontainer networking
0 likes · 6 min read
Understanding Docker0 and Custom Docker Networks: Practical Examples
MaGe Linux Operations
MaGe Linux Operations
Mar 16, 2024 · Operations

Master Docker Networking: From Bridge to Overlay and Macvlan Explained

This comprehensive guide explains Docker's networking fundamentals, covering network types such as bridge, host, overlay, and macvlan, their drivers, configurations, security considerations, and practical command‑line examples for creating, managing, and troubleshooting container networks in both single‑host and multi‑host environments.

ContainersDockerMacvlan
0 likes · 19 min read
Master Docker Networking: From Bridge to Overlay and Macvlan Explained
AI Cyberspace
AI Cyberspace
Jun 12, 2023 · Cloud Native

Master Docker Container Networking: From Bridge to Overlay and Beyond

This article explains Docker's container networking concepts—including the CNM model, native drivers, bridge, host, macvlan, none modes, port mapping, overlay SDN—as well as storage options and Compose orchestration techniques for building robust cloud‑native applications.

ComposeDockerMacvlan
0 likes · 20 min read
Master Docker Container Networking: From Bridge to Overlay and Beyond
AI Cyberspace
AI Cyberspace
Apr 26, 2023 · Fundamentals

Master Linux Virtual Network Interfaces: Tap, Tun, Veth, Bridge, VLAN, MACVLAN & MACVTAP

This article explains Linux's virtual network devices—including Tap and Tun virtual NICs, Veth-pair links, Bridge bridges, Network namespaces, VLAN sub‑interfaces, MACVLAN and MACVTAP—detailing their architecture, driver components, configuration commands, and practical examples for building isolated or connected virtual networking environments.

LinuxNetwork NamespaceTUN
0 likes · 19 min read
Master Linux Virtual Network Interfaces: Tap, Tun, Veth, Bridge, VLAN, MACVLAN & MACVTAP
Top Architect
Top Architect
Feb 21, 2023 · Cloud Native

Docker Container Networking and Network Modes Explained

This article provides a comprehensive guide to Docker container networking, covering the default networks, the four network modes (bridge, container, host, none), Linux network namespaces, veth pair creation, and practical container operations such as hostname configuration, DNS settings, port mapping, and custom bridge setup.

DockerHostLinux Namespace
0 likes · 27 min read
Docker Container Networking and Network Modes Explained
Architect's Guide
Architect's Guide
Feb 20, 2023 · Cloud Native

Docker Container Networking and Network Modes Explained

This article provides a comprehensive guide to Docker container networking, covering the default networks, the four network modes (bridge, host, none, container), virtual Ethernet pairs, Linux network namespaces, and practical configuration examples such as port mapping and custom bridge creation.

ContainerHostNetwork Modes
0 likes · 26 min read
Docker Container Networking and Network Modes Explained
Top Architect
Top Architect
Dec 13, 2022 · Backend Development

Using LuaJ to Call Java Methods from Lua and Vice Versa

This article explains the main features of LuaJ, provides usage examples for calling Java static methods from Lua (including handling signatures and return values), demonstrates how to pass Lua functions to Java, and shows how to embed and execute Lua scripts within Java code.

JNIbridgejava
0 likes · 12 min read
Using LuaJ to Call Java Methods from Lua and Vice Versa
Top Architect
Top Architect
Nov 28, 2022 · Cloud Native

Docker Container Networking: Modes, Configuration, and Practical Commands

This article explains Docker's built‑in container networking, describing the three default networks, the four network modes (bridge, container, host, none), how to inspect and configure them with commands, use veth pairs and network namespaces, and perform common container operations such as port mapping and custom bridge creation.

ContainerDockerNamespace
0 likes · 27 min read
Docker Container Networking: Modes, Configuration, and Practical Commands
Programmer DD
Programmer DD
Nov 28, 2022 · Backend Development

How to Bridge Lua and Java with luaj: Call Java Methods from Lua

This article explains how to use luaj, a Lua‑Java bridge, to call Java static methods from Lua, pass Lua functions to Java, handle method signatures, check call results, and manage error codes, providing practical code examples for seamless integration.

JNILuaScripting
0 likes · 9 min read
How to Bridge Lua and Java with luaj: Call Java Methods from Lua
Open Source Linux
Open Source Linux
Nov 28, 2022 · Cloud Native

Master Docker Networking: Bridge, Host, Container & None Modes

This guide details Docker's built‑in network drivers, explains the four primary network modes—bridge, host, container, and none—covers creating and managing network namespaces, veth pairs, custom bridges, and common container operations such as port mapping, DNS configuration, and hostname handling.

ContainerDockerHost
0 likes · 28 min read
Master Docker Networking: Bridge, Host, Container & None Modes
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Sep 8, 2022 · Frontend Development

Technical Overview of Xiaohongshu Mini‑App Runtime Architecture and Engineering

The Xiaohongshu mini‑app runtime uses a dual‑thread container separating a Render UI layer and a Service logic layer, linked by a serialized Bridge, with unified iOS/Android containers, Webpack‑based build outputs, priority‑queued messaging, pre‑loading, and AOP performance monitoring to provide fast, scalable, merchant‑focused mini‑apps.

Mini AppRuntime ArchitectureXiaohongshu
0 likes · 17 min read
Technical Overview of Xiaohongshu Mini‑App Runtime Architecture and Engineering
Liangxu Linux
Liangxu Linux
May 22, 2022 · Cloud Native

Master Docker Networking: veth Pairs, bridge0, Links, and Custom Networks

This guide explains Docker's networking fundamentals, covering Linux veth pairs, the default docker0 bridge, container linking with --link, creating custom bridge networks, and connecting containers across networks, complete with command examples and inspection outputs.

ContainersDockerNetworking
0 likes · 12 min read
Master Docker Networking: veth Pairs, bridge0, Links, and Custom Networks
Tencent Cloud Developer
Tencent Cloud Developer
Mar 21, 2022 · Game Development

Implementing a Lua Bridge with C++ Reflection – Lura Library Overview

The article shows how the Lura library uses C++ reflection to build a concise Lua bridge that automatically registers functions, properties, and object lifecycles via userdata and meta‑tables, simplifying bridge code compared to traditional libraries while supporting coroutines and profiling.

C++CodeGenerationGameDevelopment
0 likes · 23 min read
Implementing a Lua Bridge with C++ Reflection – Lura Library Overview
Efficient Ops
Efficient Ops
Feb 27, 2022 · Cloud Native

Master Single-Host Container Networking with Linux Namespaces, veth, and Bridges

Learn how to virtualize network resources on a single Linux host using network namespaces, virtual Ethernet devices, bridges, and NAT, enabling isolated containers to communicate with each other, the host, and the external internet without complex code, while covering setup, routing, and port publishing.

Linux NamespacesNATVeth
0 likes · 28 min read
Master Single-Host Container Networking with Linux Namespaces, veth, and Bridges
Open Source Linux
Open Source Linux
Jan 26, 2022 · Cloud Native

How to Build Isolated Single‑Host Container Networks Without Writing Code

This tutorial walks through the fundamentals of single‑host container networking on Linux, covering network namespaces, virtual Ethernet (veth) pairs, bridges, IP routing, NAT, port publishing, Docker network drivers, and rootless container considerations, all with step‑by‑step commands and explanations.

DockerLinux NamespacesNAT
0 likes · 28 min read
How to Build Isolated Single‑Host Container Networks Without Writing Code
MaGe Linux Operations
MaGe Linux Operations
Jan 15, 2022 · Cloud Native

Master Single‑Host Container Networking with Linux Namespaces, veth and Bridges

This tutorial walks through building isolated, virtualized networking for containers on a single Linux host using network namespaces, virtual Ethernet pairs, Linux bridges, IP routing, NAT, and iptables rules, enabling inter‑container communication, host access, and external connectivity without writing any custom code.

Linux NamespacesVethbridge
0 likes · 31 min read
Master Single‑Host Container Networking with Linux Namespaces, veth and Bridges
58 Tech
58 Tech
Oct 26, 2021 · Mobile Development

Swift and Objective‑C Interoperability: Moduleization and Mixed‑Language Integration Practices at 58.com

This article details 58.com’s Swift migration initiative, describing the background of Swift adoption, the objectives of the mixed‑language project, the practical steps for SDK module‑ization, bridging techniques, nullability annotations, macro handling, +load replacements, and future plans for improving Objective‑C to Swift integration.

InteropObjective‑CSDK
0 likes · 29 min read
Swift and Objective‑C Interoperability: Moduleization and Mixed‑Language Integration Practices at 58.com
Taobao Frontend Technology
Taobao Frontend Technology
Aug 26, 2021 · Frontend Development

How Kraken Leverages Flutter to Build a High‑Performance Web Rendering Engine

This article introduces Kraken, a high‑performance, Flutter‑based web rendering engine, detailing its technical background, architecture, bridge implementations, key performance optimizations, extended widget support, and debugging tools, while comparing its rendering flow with traditional WebView and Flutter pipelines.

FFIFlutterKraken
0 likes · 17 min read
How Kraken Leverages Flutter to Build a High‑Performance Web Rendering Engine
ByteFE
ByteFE
Jul 27, 2021 · Mobile Development

Bridge Communication Between Native and Webview in Hybrid Development: Methods, Implementation, and Event Handling

This article explains from a frontend perspective how JavaScript and native code communicate in hybrid apps, covering injection and interception bridge methods, their implementation details, SDK initialization, message flow, and native event listening with code examples and compatibility considerations.

HybridJavaScriptMobile
0 likes · 15 min read
Bridge Communication Between Native and Webview in Hybrid Development: Methods, Implementation, and Event Handling
MaGe Linux Operations
MaGe Linux Operations
Jul 21, 2021 · Operations

Why Container Networking Is Simpler Than You Think: A Hands‑On Guide

This article demystifies single‑host container networking by explaining network namespaces, virtual Ethernet pairs, Linux bridges, routing, NAT with iptables, Docker network drivers and rootless container limitations, while providing step‑by‑step commands and code snippets for practical implementation.

DockerLinux NamespacesVeth
0 likes · 28 min read
Why Container Networking Is Simpler Than You Think: A Hands‑On Guide
Efficient Ops
Efficient Ops
Jul 4, 2021 · Cloud Native

Master Single-Host Container Networking with Namespaces, veth, Bridges & NAT

This guide walks through building isolated single‑host container networks on Linux using network namespaces, virtual Ethernet pairs, bridges, routing and NAT, showing step‑by‑step commands to create, connect, and expose containers, troubleshoot connectivity, and understand Docker’s networking models.

DockerLinux NamespacesNAT
0 likes · 29 min read
Master Single-Host Container Networking with Namespaces, veth, Bridges & NAT
ByteFE
ByteFE
Jun 17, 2021 · Mobile Development

Understanding JSBridge: Implementation and Communication Between WebView and Native

This article explains what JSBridge is, details its implementation using URL interception and iframe tricks, and walks through the registration, message handling, and call flow between WebView and native code on iOS, providing full code examples and a step‑by‑step process overview.

JSBridgeNative Communicationbridge
0 likes · 11 min read
Understanding JSBridge: Implementation and Communication Between WebView and Native
MaGe Linux Operations
MaGe Linux Operations
May 30, 2021 · Cloud Native

Unlocking Container Networking: Simple Linux Tools for Isolated Networks

This article demystifies single‑host container networking by explaining network namespaces, virtual Ethernet (veth) pairs, Linux bridges, IP routing, NAT masquerading, port publishing, and the differences between Docker and rootless container networking, all with practical command‑line examples.

DockerLinux NamespacesVeth
0 likes · 30 min read
Unlocking Container Networking: Simple Linux Tools for Isolated Networks
Intelligent Backend & Architecture
Intelligent Backend & Architecture
May 7, 2021 · Fundamentals

Java Structural Design Patterns: Proxy, Adapter, Bridge, Decorator, Facade, Flyweight, Composite

This article provides a comprehensive overview of key structural design patterns—including Proxy, Adapter, Bridge, Decorator, Facade, Flyweight, and Composite—explaining their definitions, advantages, structure, real‑world scenarios, and complete Java implementations with code snippets and diagrams.

AdapterDecoratorFacade
0 likes · 46 min read
Java Structural Design Patterns: Proxy, Adapter, Bridge, Decorator, Facade, Flyweight, Composite
Sohu Tech Products
Sohu Tech Products
Feb 24, 2021 · Frontend Development

Understanding Common JavaScript Design Patterns: Constructor, Facade, Proxy, Strategy, Bridge, and State

This article explains six fundamental JavaScript design patterns—Constructor, Facade, Proxy, Strategy, Bridge, and State—illustrating their concepts, advantages, drawbacks, and providing clear code examples that demonstrate how each pattern can improve code organization, reuse, and maintainability in front‑end development.

ConstructorDesign PatternsFacade
0 likes · 23 min read
Understanding Common JavaScript Design Patterns: Constructor, Facade, Proxy, Strategy, Bridge, and State
ByteFE
ByteFE
Jan 11, 2021 · Mobile Development

Introduction to React Native: Principles, Architecture, and Practical Implementation

This article introduces React Native, covering its core concepts, cross‑platform features, underlying architecture such as JavaScriptCore, Hermes, the Bridge, Virtual DOM, threading model, hot updates, and provides practical examples for building a modal animation on both iOS and Android.

JavaScriptMobile DevelopmentReact Native
0 likes · 22 min read
Introduction to React Native: Principles, Architecture, and Practical Implementation
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Nov 30, 2020 · Fundamentals

Unlock Cleaner Code: How Design Patterns Transform Business Logic and Boost Developer Joy

This article explores how applying classic design patterns—Chain of Responsibility, Strategy, Template Method, Observer, Decorator, and Bridge—can turn repetitive CRUD business code into clean, robust, and extensible solutions, illustrated with real‑world Java examples, practical experiences, and step‑by‑step code snippets.

Chain of ResponsibilityDecoratorbridge
0 likes · 23 min read
Unlock Cleaner Code: How Design Patterns Transform Business Logic and Boost Developer Joy
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Jul 13, 2020 · Mobile Development

How WYBridge Unifies Bridge APIs Across React Native, Flutter, Weex, and Web

WYBridge provides a unified bridge layer for multiple cross‑platform containers—React Native, Flutter, Weex, and Web—standardizing API definitions, registration, parsing, and invocation across Android and iOS, while offering compatibility solutions for legacy method calls and detailing implementation specifics for each platform.

AndroidFlutterReact Native
0 likes · 24 min read
How WYBridge Unifies Bridge APIs Across React Native, Flutter, Weex, and Web
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 6, 2020 · Cloud Native

Understanding Docker’s Four Network Drivers and Kubernetes Flannel Networking

This article explains Docker’s four network drivers (bridge, host, none, overlay), details how the bridge driver creates the docker0 bridge and veth pairs, shows port‑mapping with -p/-P, then covers Kubernetes pod communication patterns, CNI plugins, and provides a step‑by‑step guide to deploying and configuring Flannel with different backends such as vxlan, host‑gw and directrouting.

CNIDockerFlannel
0 likes · 16 min read
Understanding Docker’s Four Network Drivers and Kubernetes Flannel Networking
Efficient Ops
Efficient Ops
Jun 23, 2020 · Cloud Native

How Docker and Kubernetes Networking Works: From Bridge to Flannel

This article explains Docker's built‑in network drivers, the bridge mode construction and external access, then compares Kubernetes networking requirements and details how Flannel implements pod‑to‑pod communication using overlay networks and packet encapsulation.

FlannelNetworkingOverlay
0 likes · 11 min read
How Docker and Kubernetes Networking Works: From Bridge to Flannel
HomeTech
HomeTech
Mar 25, 2020 · Mobile Development

Adopting React Native in the AutoMan App: Architecture, Implementation, and Future Outlook

This article details the AutoMan app's transition from native development to a React Native‑based cross‑platform solution, covering background challenges, framework selection, architectural layers, custom components, hot‑update mechanisms, and the accompanying mini‑program publishing platform.

Hot UpdateMobile DevelopmentReact Native
0 likes · 16 min read
Adopting React Native in the AutoMan App: Architecture, Implementation, and Future Outlook
iQIYI Technical Product Team
iQIYI Technical Product Team
Aug 16, 2019 · Frontend Development

RND (React Node Desktop): Architecture, Thread Model, JS Runtime, Bridge, Resource Management, and Debugging

RND (React Node Desktop) is a lightweight cross‑platform desktop framework that merges a React‑based JavaScript layer, an embedded V8‑powered Node runtime, and a native UI engine (Lyra with Yoga layout), employing a dual‑thread model, shared V8 isolate, asynchronous bridge, modular resource handling with hot‑update, and integrated Chrome/VSCode/Electron debugging.

JavaScriptRNDReact Node Desktop
0 likes · 14 min read
RND (React Node Desktop): Architecture, Thread Model, JS Runtime, Bridge, Resource Management, and Debugging
Beike Product & Technology
Beike Product & Technology
Jan 17, 2019 · Frontend Development

Boost Mobile App Performance: A Hands‑On Journey with Weex

This article details a two‑month exploration of the Weex framework, covering its architecture, project scaffolding, build commands, demo implementation, environment configuration, caching strategies, native bridging, and a concise comparison with React Native and Flutter to demonstrate its suitability for cross‑platform front‑end development.

MobileWeexbridge
0 likes · 12 min read
Boost Mobile App Performance: A Hands‑On Journey with Weex
Meitu Technology
Meitu Technology
Oct 26, 2018 · Mobile Development

Building a Hybrid App Bridge: Architecture, Implementation, and Protocol Design

The article details a production‑ready Hybrid app bridge built with a custom bridge.js that enables bidirectional communication between Native code and H5 pages, outlines its four‑step nativeCall flow, Android compatibility tricks, protocol categories, event hub, proxy requests, and a suite of reusable functional APIs.

Hybrid AppJavaScriptMobile Development
0 likes · 14 min read
Building a Hybrid App Bridge: Architecture, Implementation, and Protocol Design
Qunar Tech Salon
Qunar Tech Salon
Aug 14, 2018 · Mobile Development

Deep Dive into React Native’s Native Event‑Handling Path: From RCTRootView to the JavaScript Bridge

This article thoroughly analyzes React Native’s native event‑handling pipeline, explaining how RCTRootView creates RCTRootContentView and RCTTouchHandler, detailing the touchesBegan/touchesMoved/touchesEnded implementations, and tracing the flow through _updateAndDispatchTouches, RCTEventDispatcher, and the bridge that finally invokes JavaScript callbacks.

EventHandlingNativeModulesRCTTouchHandler
0 likes · 9 min read
Deep Dive into React Native’s Native Event‑Handling Path: From RCTRootView to the JavaScript Bridge