DeWu Technology
Author

DeWu Technology

A platform for sharing and discussing tech knowledge, guiding you toward the cloud of technology.

411
Articles
0
Likes
1.1k
Views
0
Comments
Recent Articles

Latest from DeWu Technology

100 recent articles max
DeWu Technology
DeWu Technology
Sep 3, 2025 · Backend Development

How a DAG‑Based Word Distribution Platform Boosts E‑Commerce Search Efficiency

This article explains the background, supported scenarios, overall and evolving architecture, script hot‑deployment, CI/CD workflow, and future plans of a DAG‑driven word distribution platform that unifies keyword recommendation across dozens of e‑commerce use cases, improving flexibility, development cost, and user experience.

CI/CDDAG architecturee-commerce backend
0 likes · 17 min read
How a DAG‑Based Word Distribution Platform Boosts E‑Commerce Search Efficiency
DeWu Technology
DeWu Technology
Sep 1, 2025 · Mobile Development

Why R8’s ApiModel Adds an Extra new‑instance Instruction and Crashes Android Apps

This article explains how R8’s ApiModel optimization can generate a redundant new‑instance bytecode that triggers class initialization failures, why synchronized or try‑catch blocks also cause the issue, and presents four practical solutions including disabling ApiModel, official patches, custom fixes, and business‑level refactoring.

AndroidApiModelCompilation
0 likes · 16 min read
Why R8’s ApiModel Adds an Extra new‑instance Instruction and Crashes Android Apps
DeWu Technology
DeWu Technology
Aug 27, 2025 · Backend Development

How to Build Scalable Go Systems: Principles, Patterns, and Code Practices

This article explains why scalable systems are essential, outlines core design principles such as the open‑closed and modular approaches, demonstrates Go implementations of strategy, middleware, plugin, and configuration‑driven architectures, and provides validation metrics and an evolution roadmap for building extensible backend services.

ArchitectureConfigurationGo
0 likes · 20 min read
How to Build Scalable Go Systems: Principles, Patterns, and Code Practices
DeWu Technology
DeWu Technology
Aug 25, 2025 · Artificial Intelligence

How AI‑Powered Dynamic Auditing Transforms Product Review at Dewu

This article details Dewu's shift from manual product checks to an AI‑driven, dynamically configurable audit system that improves review speed, accuracy, and scalability while reducing manual effort through rule engines, HTTP‑based algorithm calls, and extensive data analysis.

AI auditDynamic ConfigurationRule Engine
0 likes · 14 min read
How AI‑Powered Dynamic Auditing Transforms Product Review at Dewu
DeWu Technology
DeWu Technology
Aug 20, 2025 · Operations

How to Eliminate Marketing Campaign Configuration Pain Points with Full‑Link Time‑Travel Validation

This article analyzes the three major challenges of e‑commerce marketing venue configuration—multi‑goal coupling, verification lag, and cross‑team inefficiency—and presents a full‑link "pain‑point traversal" solution that simulates future time, user groups, and AB experiments to enable pre‑launch validation, dramatically improving efficiency and risk control.

Operational Efficiencye-commercerisk control
0 likes · 9 min read
How to Eliminate Marketing Campaign Configuration Pain Points with Full‑Link Time‑Travel Validation
DeWu Technology
DeWu Technology
Aug 18, 2025 · Frontend Development

Building a High‑Performance Custom Knowledge Base with TinyMCE

This article details the design and implementation of a self‑built customer service knowledge base, covering background needs, the selection of TinyMCE as the rich‑text editor, system architecture, solutions for image migration, lazy loading, template thumbnails, global find/replace, and RAG‑based intelligent Q&A.

Image Lazy LoadingKnowledge BaseTinyMCE
0 likes · 12 min read
Building a High‑Performance Custom Knowledge Base with TinyMCE
DeWu Technology
DeWu Technology
Aug 11, 2025 · Backend Development

How We Uncovered Hidden Bottlenecks in Rust Services with Profiling

After migrating thousands of Java cores to Rust, the team used jemalloc and pprof profiling to pinpoint why a few services only improved 10%, refactored the OSS client for reuse, and achieved up to 20% CPU reduction and significant memory savings, demonstrating the power of deep performance analysis in production Rust services.

AsyncMicroservicesRust
0 likes · 14 min read
How We Uncovered Hidden Bottlenecks in Rust Services with Profiling
DeWu Technology
DeWu Technology
Aug 6, 2025 · Databases

How Valkey 8.0 Boosts Single-Node Performance with Async IO, Prefetch, and MAA

Valkey 8.0 introduces asynchronous IO threads, data prefetch, and memory access amortization (MAA), offloading many tasks from the main thread and dramatically increasing single‑node throughput to up to 1 million requests per second, while also improving memory utilization and overall system efficiency.

Database PerformanceMemory Access Amortizationasync-io
0 likes · 17 min read
How Valkey 8.0 Boosts Single-Node Performance with Async IO, Prefetch, and MAA