Portfolio · 2026TexasOpen to chat
I build small,
useful systems&
then write
them down.
Engineer in Texas. Mostly full-stack — Next.js, Python, and tiny LLM-flavored pipelines.
§ 01 — Selected work
See all →A few recent systems
01 / 2026 — featuredIn flight
ForkFolio
A recipe platform for importing, cleaning, searching, and remixing recipes across a Next.js frontend and FastAPI backend.
// extract.ts
export async function parseRecipe(url: string)
→ { ingredients, steps, time, yields }
// import → clean → embed → search
Next.jsFastAPISupabase
Read project→
02 / 2026Live
Auto Browse
A constrained browser agent that uses Playwright, LangGraph, and an LLM planner to complete discrete web tasks step by step.
PythonPlaywrightLangGraph
Read more→
03 / 2026Live
Called It
A private, token-based prediction game for groups, built with Next.js and Convex without any real-money mechanics.
Next.jsConvexTypeScript
Read more→
The rule I keep—§ 02
Code as if the person maintaining it is a tired version of you — because in six weeks, it will be.
§ 03 — Recent writing
All posts →