Work

Projects

Mandelbrot WASM Renderer

A real-time Mandelbrot fractal renderer compiled from Rust to WebAssembly. Zoom and pan into infinite fractal detail, powered by native-speed number crunching running directly in your browser.

  • Rust
  • WebAssembly
  • Canvas

Graph Visualizer

An interactive force-directed graph renderer built in Rust compiled to WebAssembly. Visualizes arbitrary node/edge data with real-time physics simulation.

  • Rust
  • WebAssembly
  • Canvas

Terminal Toolkit

A collection of composable CLI utilities for developer workflow automation — log parsing, process supervision, structured output formatting — all in a single binary.

  • Rust
  • CLI
  • Linux