You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm passionate about solving real problems through code, whether that's automating workflows, optimising trading strategies, or building tools that make developers' lives easier.
I'm building solutions in various languages (C#, C++, Python & Swift) in my free time. I love tinkering with code, breaking things to understand them, and sharing what I learn. I believe in learning in public and contributing back to the community through open source and technical writing.
About me
I hold an MSci in Communication and Computer Systems. In my final year, I designed and developed an Automated Landmark Recognition system in C++ to operate on a Pioneer 3DX Robot, utilising the wheels and camera to navigate autonomously.
My personal interests are in:
Algorithmic Trading — Designing and engineering quantitative analysis systems in C#, C++, and Python
iOS & macOS Apps — Native applications in Swift focused on developer tools and productivity
If you have any feedback or suggestions do send me a message. Thanks for dropping by!
Open-source iOS and macOS client for Elasticsearch. Entire application, UI components, and business logic for authenticating and querying ElasticSearch & OpenSearch instances.
This script installs Elasticsearch a...This script installs Elasticsearch and Kibana on Amazon Linux 2023. It configures the repositories, installs the software, sets it to start on boot, and resets the elastic user password for initial access.
1
#!/bin/bash
2
3
# This script installs Elasticsearch and Kibana on Amazon Linux 2023
4
# It configures the repositories, installs the software, sets it to start on boot,
5
# and resets the elastic user password for initial access