A collection of research software and data projects I've worked on (and maybe currently working on).
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!
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.
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.