Posts
All the articles I've posted.
Separating Signal from Noise on YouTube with One Claude Call
Updated: at 06:48 PMA 20-minute YouTube video is often 30% substance and 70% sponsor reads, plugs, and hype. I built a tool that reads the transcript, hands it to Claude once, and returns only the claims, data, and arguments worth your time. Here is the architecture, the plumbing that fights YouTube's bot blocks, and why the whole product is really just one prompt.
Optimizing MySQL Indexing for Maximum Performance
Published: at 04:00 PMIndexing in MySQL is a performance optimization technique that involves creating data structures on specific columns to accelerate query retrieval, but misuse, such as over-indexing or choosing inappropriate columns, can lead to database inefficiencies and performance issues.
How I scaled a trading engine to 100K TPS?
Updated: at 03:22 PMHow Migrating to Go-Lang Transformed a Cryptocurrency Exchange's Matching Engine, Achieving High Concurrency, Low Latency, and Optimal CPU Utilization for Enhanced Trade Speeds