Portfolio Website

GitHub Link: Portfolio Website GitHub

Portfolio website built using html, css, and javascript. This was created as not only a way to test myself and learn how to use html, css, and javascript, but also as a way to showcase my projects and skills.




JSON Skill Tree Converter V2

GitHub Link: JSON Skill Tree Converter V2 GitHub

Upgraded version of the previous skill tree converter. This is based in JFX entirely unlike the last iteration and takes care of the bugs that were in the previous iteration as well.




JSON Skill Tree Converter V1

GitHub Link: JSON Skill Tree Converter V2 GitHub

This is just a application that was made as a tech demo. Due to the current issues of it I have sunsetted it but did learn a lot about the technologies that I used as I was unfamiliar with JavaFX, Mermaid Chart, GSON, and iText before this.




Vulkan Level Render

GitHub Link: Vulkan Level Render GitHub

This project was made in December of 2021. It is a Vulkan based level renderer that takes objects made in blender, reads in their file data, then renders them in a window. There is also camera movement and lighting applied to the window as well to allow one to freely navigate the small scene.




Java Networking Project

GitHub Link: Java Networking Project GitHub

Youtube Video Link: Java Networking Project Video

This project was made in Fall of 2023. It was a project that was made to test my knowledge of Java and networking on a basic level as I have struggled in the past with understanding networking. This project was made using the Java Swing library as well and it is a little line seracher. The user can choose between three Shakespear plays, give the system a line, and then the system will return the lines in that section of 5 lines before and after the line given.




Miscellaneous Java Projects

GitHub Link: Miscellaneous Java Projects GitHub Pt 1

GitHub Link: Miscellaneous Java Projects GitHub Pt 2

These are just small miscellaneous Java projects I did for school. They are there to show case what I learned as well as a reminder for me to know that I can do it just to stave off the imposter syndrome.




Miscellaneous Python Projects

GitHub Link: Miscellaneous Python Projects GitHub

These projects were some that I built learning Python on my own and not in a class enviroment. They are small and simple but it was to understand the syntax involved with Python and to get a feel for the language.




Conway's Game of Life Winforms

Link: Conway's Game of Life Winforms Github

This was my first major coding project I did in school when I was only 4 months into my coding journey. It is built in C# but it is Conway's Game of Life. While I made some mistakes in the project I am still proud of it as it was my first major project and it was a project that I did on my own.