Last active
May 23, 2025 18:09
-
-
Save claeusdev/9c000f0eb583ed7e533fef8448fbd4be to your computer and use it in GitHub Desktop.
Revisions
-
claeusdev revised this gist
May 23, 2025 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,12 +14,12 @@ ### Fundamentals (Finance) - Market microstructure (limit/market orders, bid-ask, latency). - Derivatives pricing basics, greeks, volatility surfaces. - Quant strategies: market making, stat arb, momentum. ### Projects to Build - Market simulator for backtesting. - Real-time trading gateway using WebSockets + TCP. - Tick database engine with efficient indexing. - Matching engine (simulate exchange behavior). - Portfolio risk dashboard (exposure, VaR). -
claeusdev revised this gist
May 23, 2025 . 1 changed file with 17 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ ## Q-dev (6-month plan) ### Fundamentals (CS) 1. [Operating Systems](https://lupteach.gitlab.io/courses/ucd-ecs150/online/modules/os%20overview/os-introduction/) 2. [Computer Architecture](https://www.youtube.com/playlist?list=PL5PHm2jkkXmi5CxxI7b3JCL1TWybTDtKq) 3. [Distributed Systems](https://www.youtube.com/playlist?list=PLeKd45zvjcDFUEv_ohr_HdUFe97RItdiB) @@ -6,4 +9,17 @@ 6. [Ocaml](https://www.youtube.com/watch?v=MUcka_SvhLw&list=PLre5AT9JnKShBOPeuiD9b-I4XROIJhkIU) 7. [Rust](https://doc.rust-lang.org/book/) 8. [From bits to computer arch](https://www.amazon.co.uk/Computer-Organization-Design-Interface-Architecture/dp/0123747503) 9. [Networking](https://www.ucg.ac.me/skladiste/blog_44233/objava_64433/fajlovi/Computer%20Networking%20_%20A%20Top%20Down%20Approach,%207th,%20converted.pdf) 10. [Distributed Algorithms](https://groups.csail.mit.edu/tds/papers/Lynch/MIT-LCS-RSS-16.pdf) ### Fundamentals (Finance) - Market microstructure (limit/market orders, bid-ask, latency). - Derivatives pricing basics, greeks, volatility surfaces. - Quant strategies: market making, stat arb, momentum. ### Projects to Build - Market simulator for backtesting. - Real-time trading gateway using WebSockets + TCP. -
claeusdev created this gist
May 23, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ 1. [Operating Systems](https://lupteach.gitlab.io/courses/ucd-ecs150/online/modules/os%20overview/os-introduction/) 2. [Computer Architecture](https://www.youtube.com/playlist?list=PL5PHm2jkkXmi5CxxI7b3JCL1TWybTDtKq) 3. [Distributed Systems](https://www.youtube.com/playlist?list=PLeKd45zvjcDFUEv_ohr_HdUFe97RItdiB) 4. [Distributed Systems 2](https://www.youtube.com/playlist?list=PLrw6a1wE39_tb2fErI4-WkMbsvGQk9_UB) 5. [C++]() 6. [Ocaml](https://www.youtube.com/watch?v=MUcka_SvhLw&list=PLre5AT9JnKShBOPeuiD9b-I4XROIJhkIU) 7. [Rust](https://doc.rust-lang.org/book/) 8. [From bits to computer arch](https://www.amazon.co.uk/Computer-Organization-Design-Interface-Architecture/dp/0123747503) 9.