📁 Portfolio
Selected projects — Rust, embedded systems, AI and cloud infrastructure.
XARCv2 (Project Xarc Revived)
● in progress
Rust
Python
SurrealDB
VisionFive 2 (RISC-V)
OpenCV
Physical sorting system using computer vision + AI. Camera identifies objects,
lightweight classifier (Python → Rust) decides destination, servo motors
sort physically. Targets RISC-V hardware (VisionFive 2). Rebuild of original
XARC (LLM) into embedded robotics.
CLI File Organizer
● in progress
Rust
std::fs
Fast command‑line tool that scans directories and sorts files by extension,
date or name pattern. Built to learn Rust ownership, error handling and file I/O.
ESP32 Sensor Logger
● in progress
Rust (esp-rs)
ESP32
I2C
Python
Embedded firmware that reads temperature/humidity sensors (I2C) and sends data
over serial. Paired with Python dashboard (Streamlit) for real‑time monitoring.
First step toward low‑power edge devices.
HTTP Health Check Server
● in progress
Rust
Tokio
Axum
Lightweight async server with `/health` and `/metrics` endpoints. Used to
understand async runtimes, routing and JSON responses.
Pygame Technical Documentation
● in progress
Python
Pygame
Sphinx
Community‑friendly documentation resource for Pygame — installation,
core modules and examples. Public portfolio piece and reference guide.