NetEase Yanxuan Technology Product Team
Author

NetEase Yanxuan Technology Product Team

The NetEase Yanxuan Technology Product Team shares practical tech insights for the e‑commerce ecosystem. This official channel periodically publishes technical articles, team events, recruitment information, and more.

75
Articles
0
Likes
135
Views
0
Comments
Recent Articles

Latest from NetEase Yanxuan Technology Product Team

75 recent articles
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Jul 17, 2023 · Artificial Intelligence

Beyond Prompts: Designing Robust LLM Applications and the Rise of AI Engineers

This article analyzes the evolving landscape of large‑model applications, detailing prompt engineering, engineering challenges, AI‑engineer roles, domain‑driven design, and agent frameworks, while offering practical guidance and references for building production‑grade LLM‑driven systems.

AI EngineerDomain-Driven DesignLLM
0 likes · 14 min read
Beyond Prompts: Designing Robust LLM Applications and the Rise of AI Engineers
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Apr 10, 2023 · Artificial Intelligence

Intelligent Reach System: Modeling, Decision Making, and Optimization for E‑commerce

The paper presents an intelligent reach system for e‑commerce that automatically selects audience, timing, channel, welfare and creative content using user, content and decision models—including XGBoost churn predictions, NLP‑generated copy, Bayesian CTR estimation and linear‑programming optimization—resulting in a 17.4 % rise in paying users and a 5 % revenue boost over manual methods.

Decision OptimizationIntelligent Reache-commerce
0 likes · 20 min read
Intelligent Reach System: Modeling, Decision Making, and Optimization for E‑commerce
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Apr 3, 2023 · Frontend Development

Improving Front-End Project Delivery Quality through Tooling and Process Automation

The article proposes enhancing front‑end project delivery quality by replacing manual standards with automated tooling—static code linting, performance, error, and disaster‑recovery tests—and integrating these checks into DevOps checkpoints that enforce pass, alarm, or block actions, enabling metric‑driven, objective evaluation across teams and outsourced projects.

AutomationPerformanceTesting
0 likes · 11 min read
Improving Front-End Project Delivery Quality through Tooling and Process Automation
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Mar 27, 2023 · Industry Insights

How to Build a Scalable E‑Commerce Supply System: Lessons from Industry Leaders

This article examines the challenges of rapid‑growth e‑commerce supply chains, compares global and domestic supply‑chain software, outlines core SCM concepts, and proposes a framework of design principles, value metrics, and ROI calculations for constructing a flexible, high‑performance supply system.

Supply ChainSystem Architecturee-commerce
0 likes · 11 min read
How to Build a Scalable E‑Commerce Supply System: Lessons from Industry Leaders
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Mar 20, 2023 · Mobile Development

Hybrid Development Practices: Frontend and Client Collaboration at NetEase Yanxuan

At NetEase Yanxuan, successful webview‑plus‑APP hybrid development hinges on close frontend‑client collaboration, detailed attention to presentation, workflow, and error handling, strict JSBridge standards with unified SDK and documentation, and proactive communication to bridge knowledge, business, and legacy gaps across Android and iOS.

API standardizationCross‑platformWebView
0 likes · 12 min read
Hybrid Development Practices: Frontend and Client Collaboration at NetEase Yanxuan
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Mar 13, 2023 · Frontend Development

OSSA: Open Source Journey and Best Practices for a Taro UI Component Library

Over two years, NetEase Yanxuan built and open‑sourced OSSA, a Taro UI component library created to unify multi‑platform mini‑program development, detailing why Taro was chosen, the challenges of enterprise‑grade reliability and community building, and how automated CI/CD, documentation, MIT licensing, and contributor guides enable sustainable open‑source growth.

ChangeSetsGitHub ActionsMIT license
0 likes · 17 min read
OSSA: Open Source Journey and Best Practices for a Taro UI Component Library
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Mar 6, 2023 · R&D Management

MINOS Configuration Platform: Turning Technical Configurations into Business Language for NetEase Yanxuan

MINOS, a low‑code configuration platform for NetEase Yanxuan, translates Apollo’s technical data model into business‑friendly visual forms, lets developers and product users create and approve configurations online, cuts manual R&D effort from minutes to seconds, and has already produced over 4,000 forms across multiple lines.

ApolloR&D managementconfiguration platform
0 likes · 10 min read
MINOS Configuration Platform: Turning Technical Configurations into Business Language for NetEase Yanxuan

How NetEase Yanxuan Migrated from Lambda to Iceberg for Real‑Time Batch‑Stream Integration

This article details how NetEase Yanxuan transformed its data platform from a dual Lambda architecture to a unified batch‑stream solution built on Apache Iceberg, covering the original challenges, the evaluation of Iceberg versus Hudi and Delta Lake, implementation of stream‑batch pipelines, message ordering fixes, snapshot generation, and extensive table‑governance optimizations.

Apache FlinkApache SparkBatch-Stream Integration
0 likes · 14 min read
How NetEase Yanxuan Migrated from Lambda to Iceberg for Real‑Time Batch‑Stream Integration

Data Task Optimization Techniques and Practices

The article surveys unconventional offline data‑task optimizations—such as distribution‑by, seeded random shuffling, explode‑based skew mitigation, hash bucketing, task‑parallelism tuning, and multi‑insert materialization—organized by point, line, and surface perspectives, and stresses that effective performance gains require both technical tricks and business‑driven pipeline adjustments.

Distributed ComputingHiveSQL Tuning
0 likes · 16 min read
Data Task Optimization Techniques and Practices
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Feb 13, 2023 · Mobile Development

Android ANR Monitoring, Diagnosis and Governance Practice

The article explains how to monitor, locate, and remediate Android ANRs by installing a LooperPrinter‑based timeout detector, extending coverage to IdleHandler and touch events, dumping and aggregating main‑thread stacks via Firebase Crashlytics, and showcases real‑world fixes that cut online ANRs by 73.8%.

ANRAndroidFirebase Crashlytics
0 likes · 11 min read
Android ANR Monitoring, Diagnosis and Governance Practice