Hi there! 👋
I'm a 22 y/o from the UK, currently working as a Software Developer at Met Office.
As far as open source projects go, I enjoy working on anything and everything related to game development 🎮, privacy 👀, and data analysis/engineering 🗃.
I currently spend most of time in Rust and TypeScript, and I take pride in writing code that's lightweight 🍃 and performant 💪!
The site is built using a custom static site generator made with Rust[1].
It has no CSS or JavaScript and each page weighs in at a few kilobytes.
The site is hosted on Cloudflare Pages, using GitHub Actions to automate building and deployment when a new tag is pushed.
The site has a perfect Google Lighthouse[2] rating for both desktop and mobile devices, ensuring that it's both performant and accessible.
[1] Sailfish is used for templating. The entire generator codebase comes in at <100 LOC.
[2] Lighthouse is a tool maintained by Google that analyzes web apps to evaluate best practices, performance, and accessibility.