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).