Portfolio

Here are some examples of my work from self-study and my own side projects. First of all, you're using one right now! I built this website to put my web dev skills to the test following CS50, and to showcase my programming experience. All this is self hosted on my homelab Debian server, and was written by yours truly!

I currently work as an Infrastructure Systems Analyst specialising in EUC and MDM solutions, utilising SCCM, Intune and Jamf to provide cutting edge IT solutions for one of the UK's largest multi-academy trusts.

PokeFetch - A PokeDex Python App

As part of my CS50 final project, I created a PokeDex application using Python. I used the tkinter library for the GUIand then used pokeAPI to fetch stats and images of the pokemon to display on screen. I also implemented a login system using sqlite3, as well as a party feature so users can create and manage their own pokemon parties, and then see which types their party is weak and strong against by type coverages.

PokeFetch 1