I'm a Computer Science BSc student at University of Bath, previously attending one of the highest-ranked state schools in the UK.
I love building software to solve problems, and enjoy developing side projects in a variety of different areas, including web development, ML and algorithmic trading.
It is my mission to always be improving myself and finding ways to be better day-by-day. I believe that with constant learning and constant action, almost anything is possible.
// about me const mikael = { role: "CS Student", university: "Bath", building: true, }
A hobby website to learn random (but sometimes useful) skills, with the ability to practise and planned gamification in the future.
An MVP for a Splitwise alternative. Uses greedy transaction minimisation to simplify group bills, and uses NFC to let users 'pay' each other by card (quicker than logging payments manually).
A neural network that recognises characters in the BSL alphabet, to test sign language as an alternative form of user input on computers.
A trading algorithm built on Python and Alpaca that executes random trades, in random quantities, and at random times. Has the ability to execute the best, and worst, trades possible.