Yuewen Technology
Author

Yuewen Technology

The Yuewen Group tech team supports and powers services like QQ Reading, Qidian Books, and Hongxiu Reading. This account targets internet developers, sharing high‑quality original technical content. Follow us for the latest Yuewen tech updates.

20
Articles
0
Likes
54
Views
0
Comments
Recent Articles

Latest from Yuewen Technology

20 recent articles
Yuewen Technology
Yuewen Technology
Feb 26, 2021 · Mobile Development

How MixStack Solves Flutter‑Native Integration Challenges on Android

This article examines the difficulties of embedding Flutter in Android apps—such as multiple FlutterEngine instances, lifecycle mismatches, and page‑stack inconsistencies—and presents MixStack, a solution that shares a single engine, corrects rendering lifecycles, and provides a unified page‑container model, validated in production.

AndroidFlutterFlutterEngine
0 likes · 11 min read
How MixStack Solves Flutter‑Native Integration Challenges on Android
Yuewen Technology
Yuewen Technology
Nov 10, 2020 · Artificial Intelligence

Modeling Web Novel Popularity with Predictive Ranking and Statistical Fusion

This article explains how a binary‑classification model combining estimated future behavior and statistical data is used to compute a unified popularity score for web novels, improving both recall and ranking in search and library scenarios while addressing challenges of cold‑start and long‑tail items.

LambdaMARTLearning-to-RankLightGBM
0 likes · 9 min read
Modeling Web Novel Popularity with Predictive Ranking and Statistical Fusion
Yuewen Technology
Yuewen Technology
Oct 16, 2020 · Artificial Intelligence

How Intelligent Traffic Distribution Boosts New Book Exposure in Reading Apps

This article describes the design and implementation of an intelligent traffic distribution system for a reading platform, detailing its background, overall architecture, sub-modules such as the small‑traffic experiment platform, near‑line computation, retrieval strategies, pacing algorithms, and how it balances user personalization with content ecosystem growth.

AIBig DataReal-time Streaming
0 likes · 8 min read
How Intelligent Traffic Distribution Boosts New Book Exposure in Reading Apps
Yuewen Technology
Yuewen Technology
Aug 8, 2018 · Frontend Development

How Frontend Zip Compression Can Boost Performance and Reduce Server Load

This article explores the history of ZIP, the challenges of exporting large Excel files from PHP front‑ends, and how using zip.js with HTML5 File API and web workers enables a half‑asynchronous, client‑side compression workflow, outlining its benefits, limitations, and practical considerations for frontend developers.

Web Workersasynchronous exportfrontend
0 likes · 12 min read
How Frontend Zip Compression Can Boost Performance and Reduce Server Load
Yuewen Technology
Yuewen Technology
Feb 28, 2018 · Frontend Development

How Component‑Based Automation Transformed Activity Development with the Noah Platform

This article explains how repetitive, time‑consuming activity development processes were streamlined by introducing a template‑driven, component‑based architecture called Noah, detailing its challenges, system structure, rendering workflow, interaction handling, data reporting, and the business impact of mass‑producing activities.

Component ArchitectureNoah platformactivity automation
0 likes · 12 min read
How Component‑Based Automation Transformed Activity Development with the Noah Platform
Yuewen Technology
Yuewen Technology
Dec 18, 2017 · Backend Development

How Hermes Uses MessagePack for High‑Performance Backend Data Serialization

The article explains the Hermes data‑communication protocol built on MessagePack, detailing its lightweight design, language‑independent object serialization, binary format extensions, client‑server serialization workflows, object‑tree construction, and traversal strategies that together enable efficient data exchange for the Lest distributed cache system.

Backend ProtocolMessagePackObject Tree
0 likes · 24 min read
How Hermes Uses MessagePack for High‑Performance Backend Data Serialization
Yuewen Technology
Yuewen Technology
Nov 24, 2017 · Backend Development

How to Build a Scalable Distributed Task Scheduler from Scratch

This article outlines the shortcomings of using crontab for large‑scale job execution, defines the requirements for a custom distributed scheduler, describes its three‑component architecture (trigger, monitor, management), and details key technical solutions such as process isolation, distributed locking, and log aggregation.

Distributed SystemsQuartzcron replacement
0 likes · 12 min read
How to Build a Scalable Distributed Task Scheduler from Scratch
Yuewen Technology
Yuewen Technology
Oct 13, 2017 · Mobile Development

How We Pluginized a Game SDK for Hundreds of Android Apps

This article explains how the Yuewen Game SDK was transformed into a pluginized architecture, detailing the motivation, core technical challenges such as class, resource, and Android component identification, implementation strategies, testing procedures, and the benefits and new issues arising from large‑scale deployment.

Game SDKMobile DevelopmentSoftware Architecture
0 likes · 9 min read
How We Pluginized a Game SDK for Hundreds of Android Apps
Yuewen Technology
Yuewen Technology
Jun 30, 2017 · Backend Development

How Datagateway Handles High‑Traffic: Caching, Throttling, and Failover Strategies

This article examines how Datagateway, a centralized data access layer, tackles high‑traffic challenges through layered architecture, distributed caching strategies, thundering‑herd mitigation, hot‑key handling, disaster‑recovery mechanisms, and degradation‑circuit‑breaker techniques to maintain system stability and performance.

BackendSystem Architecturecaching
0 likes · 15 min read
How Datagateway Handles High‑Traffic: Caching, Throttling, and Failover Strategies