My Projects

Below you will find links to all of the projects that I have created! Some projects are websites or webapps and will have links to view and interact with the project directly. All projects will have a link to my GitHub repo for that specific project where you can see how I've made it!

Main Website

This website right here! I created this website to showcase all of the open source application and services that I self-host along with all of the projects that I have created and written code for.

Backups

This is a project that I have created to help add some consistency to the way that I backup all of my servers that host these projects. It takes advantage of my Nextcloud solution in combination with a BASH script.

Games Website

A website that I created to track a New World Hardcore Challenge playthrough with my friends. On this website you can find how many attempts we have made, what the progress is, and some cool stats and badges associated with those attempts.

Owencraft Stats

I run a Minecraft Java Server (called Owencraft) for myself and my family and friends to play on, and we love to brag about all the things we have done (mainly how many Diamonds we have or how many Creepers we have killed) but pausing the game, loading up the Statistics page, and scrolling through lines of text was boring. So I decided to spruce things up a bit by creating this set of classes to parse each of the User statistics files stored on the server (uuid.json), place them into a Node Exporter and Prometheus compatible text file, and then pull those results into a Grafana Dashboard. Now we have fun graphs and visualizations to brag about in real time.

Owencraft Weather

On the same Minecraft server that I run, I thought it would be fun to have the weather in-game match the current weather where the server is hosted. So I created this script and used OpenWeatherAPI to get the current weather forecast and then set the weather on the server accordingly.

PDF2CSV

PDF2CSV is a web application designed to allow you to take PDFs that have tabular data present in them, like spreadsheets, tables, or ledgers and extract that data to convert it into a CSV.

Ping Stats

Track and monitor all IP Addresses in a traceroute from point A to point B by gathering statistics about ping times measured in ms, packet loss measured in percentage, and round-trip times measured in ms. Dump all of this data, by IP Address, to a Prometheus formatted text file for collection by the Node Exporter service and the Prometheus server. Import this into Grafana for visual reporting.