Principal Engineer · Django CMS Fellow
Writing about robust systems, open source, tools, AI workflows, and engineering craft.
I use this site as a working notebook: long-form essays, sharp technical notes, career reflections, and project write-ups from building production software.
Start Here
Featured Writing
GitHub PR Attention: A Terminal UI for Taming the PR Inbox
Why I built github-pr-attention, a fast, vim-friendly TUI in Go for triaging, reviewing, and merging GitHub pull requests without leaving the terminal.
March 19, 2026How to Land That Job
A blunt take on landing the next job: work hard, keep learning, and do not let comfort make your skills stale.
March 11, 2026Why I Forked fff.nvim and Turned It Into a Complete Picker Ecosystem
fff.nvim is already the fastest fuzzy finder for Neovim, powered by a Rust backend. My fork adds buffer switching, colorscheme browsing, and git status picking, turning it into a full fzf.vim replacement.
February 24, 2026New Blog After a Hiatus
Wrote a blog after a break
Recent
Latest Posts
Today I Learned
Short Technical Notes
All Posts (106)
Showing 1–5 of 106 posts • 24 featured
Why I built github-pr-attention, a fast, vim-friendly TUI in Go for triaging, reviewing, and merging GitHub pull requests without leaving the terminal.
A blunt take on landing the next job: work hard, keep learning, and do not let comfort make your skills stale.
fff.nvim is already the fastest fuzzy finder for Neovim, powered by a Rust backend. My fork adds buffer switching, colorscheme browsing, and git status picking, turning it into a full fzf.vim replacement.
Wrote a blog after a break
How I supercharged json2xml with a native Rust extension using PyO3, achieving 29x faster performance while maintaining full backward compatibility.