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


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