Blog
Technical writeups and notes on development
Headless UI engine: separating logic from rendering in SkyGraph
Why I separated reactive state engine from React components. SkyGraph architecture: 7 engines (Form, Table, Tree, Virtual, Graph, Calendar, Core) on a single reactive runtime.
Invalid Date min read
Cursor-style inline diff with rollbacks: snapshot-based architecture
How I built an inline-diff system with per-message snapshots in a VS Code fork. Architectural breakdown: 217 tests, block-level accept/reject, rollback to any message.
Invalid Date min read