โ† Home

Research & Writing

Technical writing, data analysis notebooks, and research on data science, machine learning, and system optimization.

Building Atlas Forecasting System: Production ML Deployment at Scale (Part 2)

Deep dive into deploying a production ML forecasting system processing 542,000 rows/second with real-time regime detection, async service architecture, and comprehensive health monitoring.

topic:machine-learningtopic:trading-financetopic:system-optimization

Optimizing Atlas Trading System: 810X Database Performance Improvement (Part 2)

Deep dive into optimizing a production trading system's database initialization from 6.6 seconds to 8.2ms, unblocking 37 critical features and restoring real-time trading capability.

topic:database-performancetopic:system-optimizationtopic:trading-finance

ML Deployment in Production: A Comprehensive Reference Guide (Part 1)

Complete technical reference for deploying machine learning models to production, covering serving architectures, containerization, lifecycle management, performance optimization, and operational monitoring.

topic:machine-learningtopic:devopslang:python

Database Performance Optimization: A Practical Reference Guide (Part 1)

Comprehensive reference for optimizing database performance in production systems, covering SQLite configuration, schema design, indexing strategies, transaction management, and monitoring.

topic:database-performancetopic:system-optimizationlang:python

Database Optimization: A Practical Reference Guide

Comprehensive reference for database optimization techniques, from predicate pushdown to result caching. Includes performance impact tables and code examples.

topic:database-performancetopic:system-optimizationlang:rust

Replacing DuckDB: 10x Performance with Rust and Predicate Pushdown

How a custom Rust query engine replaced DuckDB and achieved 10.4x speedup through predicate pushdown. Covers 5 optimization iterations with real metrics.

topic:database-performancetopic:system-optimizationlang:rust

Transform Your Data Visualizations with Cinematic Styles in Python

Learn how to create stunning data visualizations inspired by iconic films using the Cinestyle library. From Film Noir to Star Wars, transform your matplotlib charts into cinematic masterpieces.

topic:data-visualizationlang:pythontool:matplotlib

ML Deployment Best Practices: From Prototype to Production

Complete guide to deploying machine learning models in production

topic:machine-learningtopic:devopslang:python

Building Interactive Data Visualizations with WebAssembly and Rust

Learn how to create high-performance, interactive data visualizations in the browser using Rust compiled to WebAssembly.

topic:data-visualizationlang:rustlang:typescript

Building a High-Performance B2B Lead Generation Pipeline with Local AI

How I built an AI-powered data pipeline that extracts 296 businesses from Chamber of Commerce directories in 9 minutes, achieving 100% name/phone capture using local LLMs and intelligent web scraping.

topic:data-engineeringtopic:automationtopic:nlp