Experience
Open Source Software (OSS) team.
Two day programme. C++, Algorithmic Optimisation, Option Theory.
Week long programme. C++, Python, Options Market Making (OMM).
Personal Projects
Lock-Free SPSC Queue
A highly optimised single-producer single-consumer (SPSC) queue, written in C++.
Neural Network from Scratch
A feedforward neural network, written in Python without any ML frameworks. Classifies handwritten digits with 98% Accuracy.
Recommended Resources
A Tour of C++
Access LinkMy favourite intro to the C++ programming language. Written by Bjarne Stroustrup: creator of C++.
learncpp.com
Access LinkSuper beginner friendly website, covering C++ basics to advanced topics, with heaps of examples.
CppCon Talks
Access LinkPeople who breathe C++, speaking about C++.
cppinsights.io
Access LinkSee whats happening under the hood in your C++ programs.
Operating Systems: Three Easy Pieces (OSTEP)
Access LinkIntroduction to Operating Systems. Split into virtualisation, concurrency and persistence.