Projects
Experience with:
Github Projects:
Available public repositories:
- Network Validation Program: Built a python program with a GUI in order to run network validation tests.
- Stock Take Form Generator: Created a script using python to generate formatted .docx stock take forms based on the current database inventory CSV export.
- Task Manager: Admin/user based task management system that outputs an overview of tasks assigned, completed or not completed along with assigned dates and due dates.
- Holiday Planner: Plans the total cost of the users holiday based on the choices provided from a dictionary. Includes input validation and converts accented characters to unicode.
- Student Register: Admin script that adds students by I.D with number format ammendment. Outputs a .txt attendance form.
- Terraform: Developed terraform scripts to quickly deploy projects to the cloud.
- PixiJS: Completed a match 3 game in Javascript utilising the PixiJS engine.
- Modding: Published a minecraft mod written in Java using the Eclipse IDE.
This Sites Tech Stack
Built using the following technologies:
- Tailwind CSS: Responsive formatting with visually effective design and styling.
- Javascript: Adding key functionality to the site.
- Node.js: Javascript runtime server side handling.
- Git: Version control with remote repository, excluding sensitive data.
- AWS: Secure, high availability hosting using S3, EC2 & CloudFront following AWS best practice.
- Linux: Hosted on a Ubuntu Apache server.

CSV Form Generation
Python scripting that takes Microsoft Access Database CSV data and generates stock take forms. Reduced manual entry, increased accuracy and saved time.

Minecraft Modding
Published a user configurable mod written in Java using the Eclipse IDE. Practiced object oriented programming, 3D mathematics, version control, cross compatibility and server-client mechanics.
Godot
Using Godot to build various projects to enhance development skills.

Network Validation Program
Developed to ensure networking devices meet industry standards relevant to clients. Uses Iperf3 to send UDP traffic in order to monitor performance. Live logging to GUI and records for .txt and .csv exports.

PixiJS Match 3 Game
Tutorial project from GameDev.Land, full Javascript project using the Pixi engine.