-
wagtailmenupagewagtailmenupage
Wagtail comes with a basic solution for displaying pages in a menu. While simple, it's effective for simple, content-focused sites like blogs. I find that my biggest frustration with the system is that you can only add internal pages as links within your navigation. I developed a simple solution for …
16 May 2025 -
PrismPress Gutenberg blockPrismPress Gutenberg block
As this website is primarily a web development blog and portfolio, I need to be able to display blocks of code to share with readers.
15 January 2024 -
Zomboid RCON Python PackageZomboid RCON Python Package
Project Zomboid is an open-world zombie survival simulation game. It’s pretty challenging and vastly popular. One great thing about it is that you can host your own servers for you and your friends to play in and die in the apocalypse together.
14 November 2022 -
Pygame Dungeon Crawler GamePygame Dungeon Crawler Game
This is a game built using Python 3.10 and Pygame 2. The game itself is a dungeon-crawler where the player must navigate a labyrinth of rooms to find a large gem and win the game.
20 June 2022 -
Email recognition with TensorFlowEmail recognition with TensorFlow
This project was a way for me to practice creating machine learning models. My objective was to classify whether strings are an email address or not accurately.
15 February 2022