Projects

A selection of personal and open-source projects I've worked on.

Review Cat screenshot

Review Cat

A desktop app for managing GitHub pull requests that need your review. Aggregates review requests across multiple repositories so you can triage and act on them quickly.

  • TypeScript
  • React
  • GraphQL
  • Electron
  • GitHub API
Wasm Othello screenshot

Wasm Othello

An Othello game running in the browser with a CPU opponent powered by WebAssembly. Implemented the game AI algorithm from scratch in Rust and benchmarked it against a JavaScript equivalent to quantify the real-world performance gains of WASM.

  • Next.js
  • TypeScript
  • Rust
  • WebAssembly