Tag

event bus

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 21, 2025 · Frontend Development

Component Communication in Vue 3: Props, Emit, Sibling Communication, Event Bus, Pinia, Provide/Inject, and Ref

This article provides a comprehensive guide to Vue 3 component communication, covering parent‑to‑child props, child‑to‑parent emit, sibling communication via parent mediation, event bus, Pinia state management, provide/inject, shared reactive objects, and component instance references, with code examples and a comparison table.

Component CommunicationEmitPinia
0 likes · 13 min read
Component Communication in Vue 3: Props, Emit, Sibling Communication, Event Bus, Pinia, Provide/Inject, and Ref
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 30, 2024 · Frontend Development

Wujie Micro Frontend Implementation Guide

This article details a practical implementation of the Wujie micro‑frontend framework across three Vue‑based management systems, covering preparation of the host app, login state handling, layout selection, event bus integration, network request management, UI adjustments, and shared state synchronization, with code snippets and lessons learned.

Vueevent busfrontend
0 likes · 20 min read
Wujie Micro Frontend Implementation Guide
360 Smart Cloud
360 Smart Cloud
May 22, 2024 · Cloud Computing

Building a Serverless Image Processing Service with Function Compute and Event Bus

This article explains how to build a serverless image‑processing pipeline that automatically compresses and watermarks uploaded pictures by deploying Go functions, configuring event‑bus rules, enabling OBS notifications, and linking them together, highlighting cost, scalability, and maintenance advantages over traditional architectures.

Cloud ComputingFunction ComputeGo
0 likes · 12 min read
Building a Serverless Image Processing Service with Function Compute and Event Bus
JD Tech
JD Tech
Jun 15, 2023 · Big Data

Event Bus: Architecture, Technical Challenges, and Solutions for High‑Throughput Data Standardization

This article introduces the event bus as a data pipeline for risk insight, explains its source‑transform‑sink architecture, outlines key technical challenges such as data heterogeneity and high‑throughput parsing, and presents solutions including standardized data models, plugin extensibility, low‑code hot‑loading, dynamic grouping, one‑click degradation, and traffic monitoring.

Data PipelinePlugin ArchitectureStandardization
0 likes · 14 min read
Event Bus: Architecture, Technical Challenges, and Solutions for High‑Throughput Data Standardization
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 16, 2021 · Frontend Development

An Introduction to Frontend State Management: Vuex, Event Bus, and Web Storage

This article explains frontend state management concepts, comparing Vuex, an event bus, and web storage solutions, illustrating their usage with code examples, discussing their advantages and limitations, and guiding developers to choose the appropriate approach for their projects.

Vuexevent busfrontend
0 likes · 7 min read
An Introduction to Frontend State Management: Vuex, Event Bus, and Web Storage
Architect
Architect
Nov 21, 2020 · Fundamentals

Common Software Architecture Patterns and Their Advantages and Disadvantages

This article introduces ten widely used software architecture patterns—including layered, client‑server, master‑slave, pipe‑and‑filter, broker, P2P, event‑bus, MVC, blackboard, and interpreter—explaining their structures, typical applications, and the main pros and cons of each.

Client-ServerLayered ArchitectureMVC
0 likes · 8 min read
Common Software Architecture Patterns and Their Advantages and Disadvantages
Architecture Digest
Architecture Digest
May 8, 2019 · Fundamentals

10 Common Software Architectural Patterns and Their Applications

This article introduces ten widely used software architectural patterns, explains their structure and key characteristics, and lists typical application scenarios for each, helping developers choose appropriate architectures for large‑scale enterprise systems.

Client-ServerInterpreterLayered Architecture
0 likes · 9 min read
10 Common Software Architectural Patterns and Their Applications
Hujiang Technology
Hujiang Technology
May 27, 2016 · Mobile Development

Understanding Context Design in Objective‑C: Concepts, Nested Contexts, Thread Safety, and an Event Bus Example

This article explains the concept of a software context, discusses design considerations such as nesting and thread‑safety, and provides a concrete Objective‑C implementation including a lightweight event‑bus library, helping developers apply context patterns in mobile applications.

ContextMobile DevelopmentThread Safety
0 likes · 8 min read
Understanding Context Design in Objective‑C: Concepts, Nested Contexts, Thread Safety, and an Event Bus Example