Fulu Network R&D Team
Author

Fulu Network R&D Team

Providing technical literature sharing for Fulu Holdings' tech elite, promoting its technologies through experience summaries, technology consolidation, and innovation sharing.

45
Articles
0
Likes
106
Views
0
Comments
Recent Articles

Latest from Fulu Network R&D Team

45 recent articles
Fulu Network R&D Team
Fulu Network R&D Team
Aug 17, 2020 · Big Data

Understanding Big Data Price Discrimination and Data‑Driven Marketing

The article explains how big‑data‑driven price discrimination works, describes the rise of data marketing in the digital era, outlines typical marketing scenarios, and highlights the need for flexible, multi‑factor, scene‑based strategies to avoid over‑reliance on historical user data.

Digital Economydata marketingprice discrimination
0 likes · 7 min read
Understanding Big Data Price Discrimination and Data‑Driven Marketing
Fulu Network R&D Team
Fulu Network R&D Team
Aug 10, 2020 · Frontend Development

Understanding the Execution Timing of useEffect and useLayoutEffect in React

This article explains the differences in execution timing between React's useEffect and useLayoutEffect hooks, analyzes their underlying mechanisms, demonstrates practical demos with performance monitoring, and delves into React's rendering process, scheduler, and related browser rendering concepts.

Browser RenderingReactuseEffect
0 likes · 12 min read
Understanding the Execution Timing of useEffect and useLayoutEffect in React
Fulu Network R&D Team
Fulu Network R&D Team
Jul 31, 2020 · Product Management

Understanding Money Flow and Information Flow in Financial Systems for Product Managers

This article explains the concepts of money flow and information flow in financial systems, illustrates them with real‑world payment examples, clarifies related payment industry terms such as clearing, settlement, and large‑value payment systems, and highlights why product managers must grasp these fundamentals for effective design and compliance.

Product Managementclearingfinancial technology
0 likes · 7 min read
Understanding Money Flow and Information Flow in Financial Systems for Product Managers
Fulu Network R&D Team
Fulu Network R&D Team
Jul 21, 2020 · Artificial Intelligence

Prophet Parameter Tuning and Practical Guide for Time Series Forecasting

This article provides a comprehensive tutorial on Prophet's key parameters, their meanings, and practical tips for tuning them—including growth, changepoints, seasonalities, holidays, and Bayesian settings—along with Python code examples for grid search and cross‑validation to improve forecasting accuracy.

Cross ValidationParameter TuningProphet
0 likes · 14 min read
Prophet Parameter Tuning and Practical Guide for Time Series Forecasting
Fulu Network R&D Team
Fulu Network R&D Team
Jul 14, 2020 · Backend Development

Integrating DingTalk Organization Structure and Attendance via API

This guide explains how to obtain DingTalk access tokens, synchronize corporate departments and employee data to the DingTalk address book, and retrieve attendance records through DingTalk's open APIs, providing step‑by‑step instructions, request examples, and common pitfalls.

AttendanceBackend IntegrationDingTalk
0 likes · 7 min read
Integrating DingTalk Organization Structure and Attendance via API
Fulu Network R&D Team
Fulu Network R&D Team
Jul 6, 2020 · Frontend Development

Antd Icon Reduce Plugin: Design, Implementation, and Usage for Reducing Bundle Size

This article introduces the Antd Icon Reduce plugin, explains the problem of oversized Ant Design icon bundles, details the design and implementation of a webpack loader and plugin that dynamically extracts used icons and modifies alias configuration, and provides installation and configuration instructions to achieve significant bundle size reduction.

Webpackantdicon optimization
0 likes · 9 min read
Antd Icon Reduce Plugin: Design, Implementation, and Usage for Reducing Bundle Size
Fulu Network R&D Team
Fulu Network R&D Team
Jun 29, 2020 · Information Security

Comprehensive Guide to Message Digest, MAC, and Digital Signature Algorithms in .NET Core with BouncyCastle

This article introduces various cryptographic primitives—including MD, SHA, MAC, and digital signature algorithms such as RSA, DSA, and ECDSA—explains their usage and security considerations, and provides complete .NET Core code examples using the BouncyCastle library for implementation.

.NET CoreBouncyCastleECDSA
0 likes · 24 min read
Comprehensive Guide to Message Digest, MAC, and Digital Signature Algorithms in .NET Core with BouncyCastle