[qb]
$ls ./projects --color=always

// A working directory of things I've shipped.

~/$ projects/AveResearch2026

# 00

AveResearch2026

Research project on birds (Aves) and urbanization. An API ingestion layer for a 600k+ record dataset, WorldPop raster density modeling with latitude corrected spherical trigonometry, and chi squared + regression analysis to isolate urbanization effects by taxon.

[python][numpy][scipy][research]
~/$ projects/PrintIt

# 01

PrintIt

Label printing software for an active retail business. A JavaFX desktop app with a searchable, categorized SQLite backed label catalog that cut printing time by ~50% for non technical staff.

[java][javafx][maven][sqlite]
~/$ projects/gdsclsu

# 02

gdsclsu

Fullstack platform for LSU's Google Developer Student Club - event checkins, member tracking, and workshop tooling for a 100+ member community across 20+ events.

[web][fullstack][community]
~/$ projects/pytorch

# 03

pytorch

Contributing to PyTorch - tensors and dynamic neural networks in Python with strong GPU acceleration.

[python][c++][ml][cuda]
~/$ projects/LightsOut

# 04

LightsOut

Lights Out puzzle game with a math twist - solve the classic grid toggle puzzle using Galois field (GF(2)) linear algebra via the galois library, with a windowed UI and a solver backend.

[python][galois][math][game]
~/$ projects/dotfiles

# 05

dotfiles

My dotfiles as I go - alacritty, nvim, tmux, and zsh configs, kept live as I keep tuning the setup.

[lua][neovim][tmux][zsh]
~/$ projects/portfolio

# 06

portfolio

My portfolio site.

[next.js][typescript][canvas][raymarching]
~/$ projects/Guardium

# 07

Guardium

A 2D tower defense game built in Rust with Bevy - defend a tower from incoming projectiles, built as the final project for Computer Science Principles.

[rust][bevy][gamedev]
~/$ projects/OpenMeteo

# 08

OpenMeteo

Weather app with 3D models showing current, low, and high temperatures, wind speed, precipitation, and more for any location. An updated version of a CAC 2023 submission.

[javascript][3d][weather][api]

$ ls ./projects | wc -l