james@aws:~$ figlet "projects"

                    _         __
   ___  _______    (_)__ ____/ /____
  / _ \/ __/ _ \  / / -_) __/ __(_-<
 / .__/_/  \___/_/ /\__/\__/\__/___/
/_/           |___/

A collection of research software and data projects I've worked on (and maybe currently working on).

AWS Cloud Website

To upskill myself, I took on the "Resume Cloud Challenge", which is how this website came to exist. Utilising the AWS Cloud stack, this website is built on strong cloud principles using many tools such as CloudFront, Glue and Route 53. This is an ongoing project, so expect changes!

aws terraform
View repository →
AWS Cloud Roadmap

Premier League Data Analysis

One of my larger personal projects, mainly to practice a variety of data visualisation tools. This project is pure Python, utilising web scraping and data processing tools such as NumPy and Pandas. Visualisations done with matplotlib, but looking to move towards dashboards with Plotly.

python
View repository →
Data Analysis Screenshot

Rust Chip-8 Emulator

To teach myself Rust as a language, I decided to take up a project building a Chip-8 emulator to play some very simple games (like Pong). A useful project to learn more low-level concepts with memory management too.

rust
View repository →
Chip8 Screenshot