Hello Blogtinum
Why I built Blogtinum, how its static pipeline works, and how Markdown, Vue SSR, and a Git-backed Admin fit together.
Build Blogtinum SSG
How Blogtinum moved from specification to a multi-site publishing platform in five days, and what its model usage, engineering cost, and ROI reveal.
LLM Evaluation: Test Suites That Predict Production Quality
Design production-shaped LLM evaluations with explicit tasks, calibrated graders, segmented analysis, and defensible release gates.
Designing Reliable Webhooks
Design webhooks as signed, retrying, observable delivery contracts that both providers and consumers can operate safely.
Time and Ordering in Distributed Systems
Choose physical, logical, vector, and hybrid clocks by the ordering facts a distributed protocol actually needs.
Rate Limiting Algorithms Compared
Compare six rate limiters by boundary behavior, burst fairness, precision, memory, weighted costs, clocks, headers, and deterministic tests.
LSM Trees: Writes, Compaction, and Read Amplification
LSM trees turn random writes into sorted runs, then spend compaction, read, and space amplification to keep those runs useful.
HTTP Evolution: From 1.1 to HTTP/3
Follow HTTP's evolution from ordered text messages to multiplexed QUIC streams and plan a measurable, fallback-safe HTTP/3 rollout.
Evolutionary Architecture with Fitness Functions
Turn architectural intent into automated fitness functions with explicit scope, thresholds, ownership, exceptions, and a path for gradual change.
Profiling and Fixing Real Performance Bottlenecks
Find real Node.js bottlenecks with distributions, profiles, load tests, and production-safe experiments instead of intuition.
Queueing Theory for Software Capacity Planning
Turn arrival rates, service demand, variability, and queue limits into capacity hypotheses that saturation experiments can verify.
JIT Compilers: Speculation, Optimization, and Deoptimization
Follow a tiered JIT as runtime feedback becomes guarded optimized code and deoptimization reconstructs correct generic execution.
