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
Jun 11, 2020 · Artificial Intelligence

Intelligent Inventory Management: Comparing Prophet and LSTM for Time‑Series Forecasting

This article presents an intelligent inventory management solution that predicts product consumption using two time‑series algorithms—Facebook's Prophet and LSTM deep learning—detailing data sources, preprocessing, model configuration, evaluation metrics, and a comparative analysis of their performance and suitability.

Data AnalysisLSTMProphet
0 likes · 16 min read
Intelligent Inventory Management: Comparing Prophet and LSTM for Time‑Series Forecasting
Fulu Network R&D Team
Fulu Network R&D Team
Jun 10, 2020 · Backend Development

Improving .NET Core User Registration Performance with a Background TransferJob Component

The article explains the typical user‑registration flow in .NET Core, demonstrates why sending SMS/email and logging should be decoupled from the main persistence step, and introduces the open‑source Weshare.TransferJob library that moves such side‑tasks to a background service to boost throughput while handling DI scopes correctly.

TransferJobbackground jobnet
0 likes · 11 min read
Improving .NET Core User Registration Performance with a Background TransferJob Component
Fulu Network R&D Team
Fulu Network R&D Team
Jun 8, 2020 · Frontend Development

Design and Implementation of a Micro‑Frontend Architecture for Internal Systems

This article presents a comprehensive technical study on adopting micro‑frontend architecture to solve version‑dependency, resource‑size, and navigation‑performance issues in a large internal system suite, detailing background analysis, solution research, layered architecture design, key technical challenges, custom webpack plugins, build workflow, and remaining open problems.

Frontend ArchitectureWebpackmicro-frontend
0 likes · 14 min read
Design and Implementation of a Micro‑Frontend Architecture for Internal Systems