
works with
GITHUB Social
commit graph
commit board
Project Compilation
Articles
Why I Built @farming-labs/orm: One Schema, Many Stacks
A detailed founder note on why I built orm.farming-labs.dev: a storage-agnostic ORM layer with one unified DSL, generated outputs, and runtime drivers across many stacks.
Why I Built @farming-labs/docs for the AI Era
A founder note on building docs.farming-labs.dev: why it exists, why it is AI-friendly, how it works, and how customizable it is without turning docs into a second app.
Making React Server Components "Stateful": Trial #1
RSC is a serialization and streaming model for UI, not a runtime. This post explains why RSC is stateless by design, then explores Trial #1: externalizing navigation memory into Edge KV so the server can remember what it already fetched—without making the stream stateful.
Interop Should Be a New Rewrite
Language interoperability is the most important technical problem of the next decade. Explore how Rust is becoming the performance core for high-level languages like JavaScript and Python, why FFI matters more than ever, and how tools like napi-rs are enabling one high-performance core with many language frontends.