Valuation and Quality Indicators

Covers how to judge whether a company is cheap (valuation) and whether it earns well (quality) — formulas and interpretation of PER, PBR, PSR, ROE, ROA, and debt ratio.

July 1, 2025 · 5 min read

Stock Data Basics

Covers OHLCV data as the starting point of quant investing, the difference between simple and log returns, and the meaning of market capitalization.

June 15, 2025 · 4 min read

Zero-Downtime Data Transition Pattern

A three-step pattern combining dual write and fallback read to transition data formats in live services without downtime.

April 15, 2025 · 4 min read

MLflow and the ML Lifecycle

Which slot of the ML lifecycle each MLflow component fills, and which pieces a lightweight team can pick.

February 20, 2025 · 6 min read

Circuit Breaker

A Circuit Breaker’s trip trigger and recovery strategy must be designed together. Trip without recovery cuts the dependency permanently; recovery without a trip basis becomes meaningless cycling.

February 15, 2025 · 7 min read

Ad System Outage Retrospective — A Shared Dependency and a Single Point of Failure

An external event drove ad traffic far above normal, triggering a cascading failure. The real problem was that the filtering component was a single point of failure — and the fallback sat on top of it too, so one collapse pulled both down at once. The fix took three paths: removing the fallback’s dependency (independence), adding rate limiting to the component itself (protection), and reconsidering the runtime (throughput).

February 13, 2025 · 7 min read

Training Frameworks and Inference Formats: Where sklearn and ONNX Belong

sklearn and ONNX aren’t competing at the same layer. Once you separate their roles, the real question becomes ‘do I need an ONNX layer at all?’

February 1, 2025 · 6 min read

Revisiting Logistic Regression

The structure and characteristics of Logistic Regression, and why an old model still serves as the baseline in CTR prediction.

January 15, 2025 · 9 min read