Background
LogoTHE DOT

benny

Muay Thai 3x/week, run 5x/week, lift heavy 3x/week

Edinburgh CS grad

Yale postgrad dropout after 1yr

Worked at 5 startups (2 of them acquired, 1 is on unicorn-track)

Always #1 GitHub contributor on every company I've worked at

1000+ PRs merged in open source projects

Doing an unreasonable amount of volume is my #1 priority

recent work...

Large-Scale Framework Migration

Led the biggest open-source Next.js Pages Router → App Router migration across 160+ PRs

Performance & Reliability

Delivered 100+ performance and reliability improvements: replaced legacy data-fetching with server-side rendering and RSC-level caching, eliminated barrel file imports to reduce client bundle size, implemented build-time i18n bundling, and fixed false positive error codes for an accurate production monitoring system

Monorepo Architecture & Dependency Health

Straightened the dependency graph across a large TypeScript monorepo (5+ core packages, 700k+ LOC) by eliminating circular dependencies in 40+ PRs, redesigning the package architecture to enforce domain-driven boundaries with clear dependency direction, and authoring custom ESLint rules to prevent regressions — enabling independent package compilation and faster CI