About Games Code Photography Guestbook Get in touch

Coding portfolio

Nowadays the code is a bit of a vibe.

A work in progress — more added over time.

The latest project

PlexPicker app screenshot — picking a movie by genre, attention level, and length

PlexPicker

web app

A phone-friendly web app that helps you pick your next movie from a Plex library with a few smart filters. Dial in genre, attention level, and length, then let it spin — or browse the whole library and queue up what to watch next.

  • Picks a movie from your filters, with a short reason for each suggestion
  • Smart filters — genre, attention level, runtime, watched/unwatched
  • Reads a live Plex library; queue, mark-watched, and "more like this"
  • Built mobile-first so it works from the couch
Vanilla JSPythonPlex API
CJavaPythonSQLJavaScript GDScriptGodot 4three.jsGit

C · programs

C.

C was the first language I got into. It's not object-oriented, but it's powerful in the right hands — these cover dynamic memory, recursion, linked lists, pointer arithmetic, file I/O, big integers, and string handling.

Java · programs

Java.

Java is a powerful object-oriented language and one of the most widely used anywhere. These lean on classes and object-oriented design.