Ruairí
Anthony.


Currently post A-Levels, Pre-University, working as a Freelance Developer, and preparing for a career in Quantitative Finance.

A*A*A*
Predicted grades
4+
Languages
7+
Projects shipped

But wait, there's more — Please scroll

github activity

About me

I'm a software developer with A-Levels in Further Maths, Maths, and Computer Science A-levels. Based in Harpenden, I'm interested in building things from first principles: ranging from raycasting engines to ML game AI or financial models.


In the future I'm aiming for a career in quantitative finance as it coalesces mathematics, probability, and computation. If you're hiring interns, running programmes, or just want to talk maths and code, I'd love to hear from you.

email
ruairi@ruairi.uk   <- (Try clicking here)
location
Harpenden, Hertfordshire
currently
open to internships & opportunities

Projects

C++ Personal Project

Raycaster Game

Rebuilt the Raycasting engine that I originally created for my EPQ, and then extended it. Moved ray calculations into an OpenGL fragment shader, and implemented wall and floor textures. Then, I added sprites and created zombies to run away from.

C++ GLSL Fragment Shaders DDA Algorithm Texture mapping Game loop design Vector Maths CMake
C++ EPQ

Raycasting Engine

Built a 2D raycasting renderer from scratch, implementing Digital Differential Analysis to bypass vector dot products to compute wall intersections and perpendicular distances.

C++ DDA algorithm Optimisation
// core ray loop (simplified)
for (int x {0}; x < width; x++) {
   auto ray = raycaster::Ray(player.position, rayDirection);
  ...
  drawWall(side, x, distance, material);
}
Java A-level CS Coursework

Procedurally-Generated Platformer with AI Boss

Designed a 2D platformer with a reactive enemy using reinforcement-learning-inspired exploration/exploitation. Levels generated via Perlin noise, then layered with recursive generation to produce natural, playable layouts.

Java Stochastic probability Advanced Scientific Model Recursion Advanced OOP Game Devlopment
Python NatMatSci AI Summer School

Bigram Language Model

Developed a Markov-chain bigram model for text generation at GFF AI Summer School. Analysed the performance limits of probabilistic language models at scale — understanding where statistics meets intelligence.

Python Markov chains NLP Probability
Python

Student-Focused GPT Wrapper

Built a lightweight AI tool providing exam-board-specific responses. Designed prompt structure and memory constraints to explore how model context affects output quality — prompting as an engineering problem.

Python LLM APIs Prompt engineering
Minecraft Redstone

Arithmetic Logic Unit

Designed and built a fully functional ALU with accumulator inside Minecraft using logic gates — a ground-up digital logic exercise that makes computer architecture tangible.

Digital logic Boolean algebra Computer architecture
Web

Artist Portfolio & E-commerce Site

I fully designed and deployed a public website for an artist to showcase and sell work. I translated business requirements into a technical solution, working directly with the client from brief to launch. Check it out at hdcarew.com

HTML/CSS/JS Client work E-commerce

Skills

C++
Systems, graphics, performance
Java
Game dev, OOP, algorithms
Python
ML, scripting
Maths
Matrices, calculus, & more..
HTML, CSS, JS
Web design and devlopment
Algorithms
Dynamic Programming, recursion, optimisation
Git
Version control
Linux
"I use fedora btw"
GLSL
Simple fragment shaders

concepts & areas of interest

reinforcement learning procedural generation raycasting / graphics digital logic dynamic programming probability theory quantitative finance language models computational complexity

Education

St Albans School
A-levels: Further Mathematics · Mathematics · Computer Science
Top Performer
Katherine Warington School
GCSEs: 9×Grade 9 (incl. Further Maths) · 2×Grade 8
Best in school

Awards

Au
UKMT Senior Mathematical Challenge
Gold Award
Ag
UKMT Senior Kangaroo
Silver Award — Top in Year
Bebras Computational Thinking Challenge
Distinction
British Informatics Olympiad
Participant