From 1d621666fb22d3ff6ebac7ec8d8cce8f0bf5e16a Mon Sep 17 00:00:00 2001 From: John Costa Date: Thu, 28 Nov 2024 16:24:05 +0000 Subject: [PATCH] feat: real time trading system --- content/projects/Real Time Trading System.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/projects/Real Time Trading System.md diff --git a/content/projects/Real Time Trading System.md b/content/projects/Real Time Trading System.md new file mode 100644 index 0000000..e300a54 --- /dev/null +++ b/content/projects/Real Time Trading System.md @@ -0,0 +1,16 @@ ++++ +title = "Real Time Trading system" +date = "2024-11-17" +author = "John Costa" +toc = true +tags = ["Software"] ++++ + +- Git Repo: https://github.com/JohnCosta27/RealTimeTradingSystem +- YouTube video: [https://youtu.be/OlzLp7X_UnY](https://youtu.be/OlzLp7X_UnY) + +During my final year at university, I developed a real time trading system as a way to explore distributed systems development. + +I built a modular architecture that enabled horizontal scaling, and implemented various strategies for speeding up the application. + +You can also check out my final report [here](https://github.com/JohnCosta27/RealTimeTradingSystem/blob/main/final_report.pdf).