Justus Fee

Welcome!

This is my personal site. Click around to check out what I've been up to. Thanks for visiting!

About

I am a web developer working on UX at RunSignup, Inc.

I'm passionate about creating things that are useful.

When I'm not programming I'm studying Japanese, making bootleg cassette tapes, or playing D&D with friends.

Projects

Sites (Most to Least Recent)

Video Game Ratings

I grew up on the Nintendo 64 and played a ton of games growing up. I thought it would be fun to try to document my thoughts on all of the ones I remember playing. For the record, my favorite genres are strategy, simulation, and shooter.

HTML CSS JavaScript PHP MySQL
Music Album Ratings

I love revisiting old code because I can compare how much I've grown since last writing, and also use the opportunity to flex my new muscles. Note: The Web Audio API used on this page does not work on Safari (Boo Apple!).

This site was originally made between my Deus Vult! and alignment chart sites, so I was still very new to JavaScript and web development in general. With a year of veterancy, I thought I'd give it a retry. Now featuring revamped aesthetics, a robust tagging system, and database integration!

HTML CSS JavaScript Ajax PHP MySQL
Shogun! — A Sengoku-era Nation Roleplaying Game

This game is a spiritual successor to my other nation roleplaying game, "Deus Vult". In the year since I first made Deus Vult!, I learned a lot about SVGs, JavaScript, and UI design. This site is a culmination of everything I've learned during my time in lockdown during Covid-19.

Shogun! takes place in Japan circa 1550. It is an age of samurai, gunpowder, and the desire to end almost two centuries of civil war. I recommend checking out the map. I spent a lot of time perfecting it and the improvement between this implementation and my first attempt with Deus Vult! is clear.

Check out my postmortem on this site here!

HTML CSS JavaScript PHP
D&D Interactive Campaign Map

This project was my first foray into Ajax and another exercise in modals. I wanted to create an interactive feature that would help with an ongoing Dungeons & Dragons campaign my friends and I are playing. Using this tool, players can pin important or interesting locations with an icon and tag and view them at any time. An easy way to breathe life into a picture!

HTML CSS JavaScript Ajax PHP MySQL
Cat Picture Gallery

I love cats. But I'm also allergic to them. It's no secret to my friends that I like to collect funny pictures of cats, too. My favorite pose is when they sit like a loaf of bread (or my absolute favorite, when they only make a half-baked attempt). I made this site so I could easily share my growing collection with my friends. In doing so I learned about modals!

HTML CSS JavaScript PHP
Big Wave Radio

The inspiration for this came from a website that plays the hourly Animal Crossing music according to the real world time. I wanted to take it a step further, so I combined the faux radio concept with some chill genres like yacht rock ("soft rock that doesn't rock the boat") and Japanese city pop. Great for when I need some calm background music and don't feel like fiddling around on Spotify or searching on YouTube for the specific stuff I want.

HTML CSS JavaScript
Reading List

The point of this site is twofold: 1. I wanted to redo an old website of mine and 2. I wanted to keep track of my reading. I've been trying to get back into reading again and use lists like these to chart my next pick. I may eventually add some greater functionality to this, but for now its filtering and display systems get me where I need to be. I'm most proud of the aesthetics on this site.

HTML CSS JavaScript PHP MySQL
Flag Creator

This project was a reimagining of Scrontch's Flag Designer. It functions in a very different way, though. The flags are created through JavaScript instead of query strings, and the flags are POSTed into my webserver for safe keeping (which you can see here), among other differences.

Check out my postmortem on this site here!

HTML CSS JavaScript PHP
Resume Website

This website! It's running on a LAMP stack with the three musketeers: HTML, CSS, and JavaScript. I wanted to keep the site simple so I opted for a single-page design. I have it functioning as a faux-dynamic page where you can click around and never leave. Super simple and easy to use!

HTML CSS JavaScript PHP MySQL
Instant Alignment Chart Maker

I was a bit frustrated with other alignment chart template sites and so decided to make my own. Now, it's as easy as clicking the boxes and picking your image. Don't worry, nothing is saved. The site takes the picture you upload and simply changes the associated image's source to it. Easy peasy.

HTML CSS JavaScript
Deus Vult! — A Crusade-era Nation Roleplaying Game

This website acts as the nexus for an online nation roleplaying game I host that takes place during the Crusades. In short, it's a bunch of history nerds gathered together and talking politics, trade, and wars of religion as if they're countries like England or Egypt. Think of it like old school forum roleplaying games, or even mail chess. From this site, players can see what their competition is, customize their chosen nation, and peek at the map to see what the world looks like.

This site was a huge undertaking and I learned a load of new stuff from working on it. I'd recommend checking out the nation customizer or the map to see some really great work. It's also where I dumped most of my development time!

HTML CSS JavaScript
D&D 5e Item Generator

I first learned JavaScript by messing around with making name and quote generators. After some time, my interest expanded into generating weapons, armor, potions, and all other manner of loot for use in a Dungeons and Dragons campaign. Events often take unexpected turns during these campaigns, so having some rewards just a click away is always a great utility. Thus, this tool was born.

Check out my postmortem on this site here!

HTML CSS PHP MySQL

Scripts

Batch Image Renaming Tool (BIRT)

BIRT is a beloved Python script I wrote back in April 2019. It's used to rename my ever-growing stockpile of pictures. I always admired programming's ability to solve problems and help people out, and making something that can assist me is a fine demonstration. Simply run it, give it the root directory of the stuff you want to rename, and it'll rename every single file in every single folder to a randomly generated 32-digit string. Clean, uniform, and effective.

Python
Image Scraping Tool

My image scraping tool and BIRT make a perfect couple. I'd originally picked up webscraping as a personal summertime exploration (data is power and all that jazz). After some messing around with scraping text and downloading webpages, I decided to try for images. I have different versions of this script for different websites, but the one I'm presenting is the simplest and is for the popular message and imageboard, 4chan.

Python Requests Beautiful Soup 4

Images courtesy of game-icons.net.

Experience

Education

Bachelor of Science, Computer Science
Rowan University, NJ

Fall 2020

Skills

Proficient Languages: Python, Java, PHP, MySQL, HTML, CSS, JavaScript

Familiar Languages: C++, C, Scheme, Prolog, Ada

Tools: Office 365 (Word, Excel, PowerPoint), Amazon Web Services (EC2), frameworks (Bootstrap, Flask), SSH/FTP clients (MobaXTerm, PuTTY, FileZilla), editing software (Adobe Photoshop, Sony Vegas), provisioners (Docker, Vagrant)

Systems: Windows, Mac, Unix, Linux

Work

Web Developer
RunSignup, Inc. — Moorestown, NJ

Jan 2021 - Present

Co-op Web Developer
RunSignup, Inc. — Moorestown, NJ

Jan 2020 - Dec 2020

Student Webmaster Team Leader
Rowan University — Glassboro, NJ

Jan 2018 - Dec 2019

Student Webmaster
Rowan University — Glassboro, NJ

Sept 2017 - Dec 2017

Work Projects

Docker-Based Virtual Environment
RunSignup, Inc. — Moorestown, NJ

Spring 2020

Summer Symposium Registration Site
Rowan University — Glassboro, NJ

Summer 2019

Quiz Web Application
Rowan University — Glassboro, NJ

Summer 2018

Blog

Technical

Shogun! Postmortem

January 27th, 2021

Some quick thoughts on my most ambitious revisitation yet.

Flag Creator Postmortem

July 10th, 2020

A technical examination of my newest creation: an online flag creator!

D&D Item Generator Postmortem

June 25th, 2020

An examination of my item generator site.

Miscellaneous

A Seinfeldian Thought

December 6th, 2020

Just a dumb thought I had the other day. I'd buy one, personally.

The Betrayal of Ironforge

October 30th, 2020

The backstory blurb for my D&D fighter folk hero dwarf, Orvar the Mighty.

Hello World!

June 24th, 2020

A test run of my blogging setup.

Contact

feejustus@gmail.com