Yang Money Pot Technology Team
Author

Yang Money Pot Technology Team

Enhancing service efficiency with technology.

23
Articles
0
Likes
49
Views
0
Comments
Recent Articles

Latest from Yang Money Pot Technology Team

23 recent articles
Yang Money Pot Technology Team
Yang Money Pot Technology Team
Aug 25, 2025 · Frontend Development

How to Boost H5 Page Load Speed: From Resource Preloading to NSR‑Lite

To dramatically improve H5 page load performance, this guide outlines a comprehensive strategy—including infrastructure setup, resource and HTML preloading, API prefetching with schema design, lightweight NSR‑Lite rendering, DNS pre‑resolution, and degradation safeguards—resulting in a rise in instant‑open rate from 10% to over 55%.

API PrefetchH5NSR-Lite
0 likes · 20 min read
How to Boost H5 Page Load Speed: From Resource Preloading to NSR‑Lite
Yang Money Pot Technology Team
Yang Money Pot Technology Team
Dec 26, 2024 · Frontend Development

Design and Implementation of a Multi‑CDN Disaster Recovery Mechanism for Frontend Resource Loading

This article presents a comprehensive multi‑CDN disaster‑recovery solution for frontend static resources, detailing the background, current issues, goals, SDK‑based architecture, monitoring and retry strategies, data‑reporting mechanisms, evaluation results, and future dynamic scheduling improvements.

CDNMonitoringSDK
0 likes · 12 min read
Design and Implementation of a Multi‑CDN Disaster Recovery Mechanism for Frontend Resource Loading
Yang Money Pot Technology Team
Yang Money Pot Technology Team
May 14, 2024 · Cloud Native

Optimizing CI/CD Pipeline and Release Strategies for Microservices in a Cloud‑Native Environment

This article details a comprehensive overhaul of a company's CI/CD workflow for Java, Python, Go, and Node.js microservices, introducing automated pipelines, parallel builds, rolling, canary, and blue‑green deployments on Kubernetes with Istio to improve release speed, stability, and observability.

CI/CDcloud nativerelease-management
0 likes · 15 min read
Optimizing CI/CD Pipeline and Release Strategies for Microservices in a Cloud‑Native Environment
Yang Money Pot Technology Team
Yang Money Pot Technology Team
Apr 11, 2024 · R&D Management

The Seven Habits of Highly Effective People for Technical Teams

This article adapts the classic "Seven Habits of Highly Effective People" framework to software development teams, explaining each habit—proactivity, beginning with the end in mind, putting first things first, seeking win‑win, understanding others, synergizing, and continuous renewal—and offering concrete behaviors to embed them in daily technical work.

Software Engineeringhabitleadership
0 likes · 8 min read
The Seven Habits of Highly Effective People for Technical Teams
Yang Money Pot Technology Team
Yang Money Pot Technology Team
Feb 27, 2024 · Cloud Native

Implementing SwimLane Isolation with Service Mesh and Kubernetes: Architecture, WASM Filters, and CRD Controllers

This article describes how to use Istio Service Mesh, Kubernetes CRDs, and custom WASM Envoy filters to create isolated swim‑lane call chains that prevent branch conflicts, enable full‑link header propagation, and support features such as Java remote debugging, middleware deployment, and hot code reload.

CRDIstioSwimlane
0 likes · 26 min read
Implementing SwimLane Isolation with Service Mesh and Kubernetes: Architecture, WASM Filters, and CRD Controllers
Yang Money Pot Technology Team
Yang Money Pot Technology Team
Feb 2, 2023 · Backend Development

Evolution of a Risk Decision Engine: From Rule Sets to Drools to a Self‑Developed Engine

This article describes the progressive evolution of a consumer‑finance risk decision engine—from an initial rule‑set implementation, through a Drools‑based configuration, to a fully self‑developed micro‑service engine—detailing architectural changes, component designs, execution flow, operational challenges, and solutions such as empty‑run testing.

DroolsRule Enginedecision engine
0 likes · 30 min read
Evolution of a Risk Decision Engine: From Rule Sets to Drools to a Self‑Developed Engine
Yang Money Pot Technology Team
Yang Money Pot Technology Team
Jul 4, 2022 · Backend Development

Understanding Netty’s Multithreaded Reactor Model and Its Application in an Online Customer Service IM System

This article explains Netty’s multithreaded Reactor architecture, introduces the underlying concepts such as Channel, ChannelPipeline, and EventLoop, shows how threads are allocated to ChannelHandlers, and demonstrates how to customize thread pools for customer‑service and agent‑side logic in an IM system.

Backend DevelopmentEventLoopJava
0 likes · 21 min read
Understanding Netty’s Multithreaded Reactor Model and Its Application in an Online Customer Service IM System
Yang Money Pot Technology Team
Yang Money Pot Technology Team
Jun 21, 2022 · Mobile Development

Understanding Kotlin Coroutines: Continuations, Suspend Functions, and Practical Applications

This article explains how Kotlin coroutines work under the hood by turning callback‑based code into state‑machine continuations, demonstrates the role of the Continuation interface and suspend functions, and shows practical patterns such as suspendCoroutine, custom DSLs, and a PendingData utility for managing asynchronous UI flows like home‑page pop‑ups in Android.

AndroidAsyncContinuation
0 likes · 29 min read
Understanding Kotlin Coroutines: Continuations, Suspend Functions, and Practical Applications