I am a graduate Computing student from Imperial College London.
- 🤔 I'm interested in scalable systems and program optimisation.
- ⚙️ I have experience with:
.tsx,.cpp,.py,.cs,.java,.kt,.c,.go,.rs,.sh,.dfy - ⚡ I coordinated the 2023 edition of IC Hack, the largest student-run hackathon in the UK
- 📫 How to reach me: LinkedIn
Some side projects I have worked on:
- ml: Building a transformer from scratch and applying performance engineering principles in the process
- mutate-csharp: A mutation testing tool in C# designed to improve regression test suite coverage by generating artificial faults
- Multipaxos: An implementation of a fault-tolerant protocol that achieves consensus between replicas on multiple values as its state and how the values are ordered
- MapReduce: A distributed framework that crunches datasets and compute results by writing a Map and Reduce function
- WACC: A compiler that converts WACC code into ARM assembly code.
- Pintos: A monolithic operating system framework for the 80x86 architecture, complete with multiple selectable priority schedulers, system calls, and virtual memory support
