Portfolio
My Projects
A collection of things I've built.
Completed
Showcase
A portfolio web application built with Go, HTMX, and Tailwind CSS to present my side projects.
GoHTMXTailwindPostgresGCP
In Progress
Solar System Simulation
A physics-based simulation of our solar system using real orbital mechanics, built with C and Raylib.
CRaylib
In Progress
Faz Compiler
A compiler for my own programming language, written in pure C, targeting x86-64 assembly.
Cx86-64 AssemblyMake
In Progress
Kuzco
A Neovim plugin that provides intelligent autocomplete suggestions using local LLMs via Ollama.
LuaNeovimOllama
Completed
Chip8 Emulator
A Chip-8 virtual machine emulator written in Rust, capable of running classic Chip-8 games.
Rust
Completed
Prompt Classifier
A Python application that trains a SetFit model to classify LLM prompt complexity and recommend the appropriate model tier.
PythonSetFitHugging Face Transformersscikit-learn