DeWu Technology
Author

DeWu Technology

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

415
Articles
0
Likes
1.3k
Views
0
Comments
Recent Articles

Latest from DeWu Technology

100 recent articles max
DeWu Technology
DeWu Technology
Mar 16, 2026 · Frontend Development

Boosting Frontend Code Review with AI: From Manual CR to Automated Cursor Agent

This article outlines the challenges of manual frontend code review, compares AI-powered CR solutions, details a pipeline integration using Cursor Agent CLI, and provides practical guidelines, model selection tips, and built‑in prompt engineering to automate and improve code quality checks.

AI code reviewCI integrationCursor Agent
0 likes · 12 min read
Boosting Frontend Code Review with AI: From Manual CR to Automated Cursor Agent
DeWu Technology
DeWu Technology
Mar 11, 2026 · Artificial Intelligence

How AI‑Driven Spec Coding Accelerated a Front‑End Project by 36% in 10 Days

In ten days, a team built a 25,000‑line front‑end application using Claude‑based Spec Coding, achieving a 36% productivity boost through a three‑layer specification workflow, detailed data analysis, code‑style enforcement, MCP tooling, and a deep exploration of AI’s capabilities and limits.

AI codingAI productivitySpec Coding
0 likes · 22 min read
How AI‑Driven Spec Coding Accelerated a Front‑End Project by 36% in 10 Days
DeWu Technology
DeWu Technology
Mar 9, 2026 · Backend Development

How We Engineered a Scalable Regression Testing Pipeline for a High‑Frequency C++ Search Engine

This article details the motivation, design, and implementation of a systematic regression testing framework for a high‑frequency C++ search engine, covering traffic recording, DIFF testing, one‑click load testing, pipeline integration, and future automation plans to match rapid iteration cycles.

C++ search engineDIFF testingRegression testing
0 likes · 11 min read
How We Engineered a Scalable Regression Testing Pipeline for a High‑Frequency C++ Search Engine
DeWu Technology
DeWu Technology
Mar 4, 2026 · Backend Development

How the Multiplicative Tree Framework Enables Instant Formula Deployment and Stable High‑Performance Ranking

The article details the design and evolution of the Multiplicative Tree framework—from version 1.0 to 3.0—showing how a DSL‑based, compile‑time‑checked configuration system delivers instant formula deployment, robust stability safeguards, and significant performance gains for multi‑objective ranking models.

CDSLJava
0 likes · 18 min read
How the Multiplicative Tree Framework Enables Instant Formula Deployment and Stable High‑Performance Ranking
DeWu Technology
DeWu Technology
Mar 2, 2026 · Big Data

Mastering Spark UI: Deep Dive into Metrics, Tuning, and Real‑World Cases

This article provides a comprehensive guide to Spark UI, explaining each primary and secondary tab, the key metrics they expose, and how to interpret them for performance bottleneck detection, followed by two detailed case studies and practical tuning recommendations for Spark workloads.

Big DataMetricsOptimization
0 likes · 19 min read
Mastering Spark UI: Deep Dive into Metrics, Tuning, and Real‑World Cases
DeWu Technology
DeWu Technology
Feb 11, 2026 · Artificial Intelligence

How Generative Models Transform Re‑ranking Architecture for Faster, More Diverse Recommendations

This article examines the evolution of re‑ranking systems from traditional pointwise models to a two‑stage generation‑evaluation framework, compares autoregressive and non‑autoregressive generative approaches, details inference speed optimizations with GPU and model‑server upgrades, and outlines a future end‑to‑end sequence generation architecture enhanced by reinforcement learning and contrastive learning.

AIGenerative ModelsInference Optimization
0 likes · 14 min read
How Generative Models Transform Re‑ranking Architecture for Faster, More Diverse Recommendations
DeWu Technology
DeWu Technology
Feb 9, 2026 · Big Data

How to Build a Production‑Ready Flink ClickHouse Sink with Dynamic Sharding, Batch‑by‑Size, and Robust Retry

This article presents a production‑grade Flink ClickHouse sink that solves common pain points such as lack of size‑based batching, static table schemas, and distributed‑table latency by introducing data‑size batching, dynamic table routing, local‑table writes, load‑balanced node discovery, back‑pressure queues, dual‑trigger flush, and recursive retry with node exclusion, all integrated with Flink checkpoint semantics for at‑least‑once guarantees.

BatchingCheckpointClickHouse
0 likes · 25 min read
How to Build a Production‑Ready Flink ClickHouse Sink with Dynamic Sharding, Batch‑by‑Size, and Robust Retry
DeWu Technology
DeWu Technology
Jan 26, 2026 · Artificial Intelligence

How Claude Code Redefines AI‑Assisted Programming: Methods, Challenges, and Future Directions

The article examines why developers need AI programming assistance, breaks down Claude Code’s core features such as precise dialogue flow, Plan mode, system prompts, and SKILL/MCP, presents a structured dialogue‑design methodology, showcases practical examples and a sub‑agent collaboration model, and reflects on the tool’s limitations and future prospects.

AI programmingdialogue flowprompt engineering
0 likes · 31 min read
How Claude Code Redefines AI‑Assisted Programming: Methods, Challenges, and Future Directions
DeWu Technology
DeWu Technology
Jan 21, 2026 · Artificial Intelligence

Breaking the Recommendation Feedback Loop with LLM‑Powered Dynamic User Knowledge Graphs

By integrating large language models to dynamically construct user knowledge graphs and applying two‑hop reasoning, the authors enhance serendipity in a large‑scale e‑commerce community recommendation system, achieving significant online gains in diversity, novelty, and user engagement metrics.

Industrial DeploymentLLMSerendipity
0 likes · 17 min read
Breaking the Recommendation Feedback Loop with LLM‑Powered Dynamic User Knowledge Graphs
DeWu Technology
DeWu Technology
Jan 19, 2026 · Big Data

How to Speed Up Full‑Scale Data Comparison for Massive Migration Projects

This article details the challenges of comparing billions of rows during large‑scale data migrations, presents a multi‑step solution using union‑all grouping, hash‑based aggregation, and intelligent primary‑key detection, and explains platform features, performance optimizations, and future enhancements that reduced comparison time by up to 70%.

data comparisonhash aggregationprimary key detection
0 likes · 16 min read
How to Speed Up Full‑Scale Data Comparison for Massive Migration Projects