Selected work

A focused portfolio of practical builds.

A small collection of projects that show how I approach backend systems, product structure, and implementation detail.

CLI project

diffy

2025

A fast command-line diff checker written in Rust that compares two text files using the Longest Common Subsequence (LCS) algorithm.

  • Rust
  • CLI
  • Algorithms