Skip to content

Instantly share code, notes, and snippets.

@claeusdev
Last active May 23, 2025 18:09
Show Gist options
  • Save claeusdev/9c000f0eb583ed7e533fef8448fbd4be to your computer and use it in GitHub Desktop.
Save claeusdev/9c000f0eb583ed7e533fef8448fbd4be to your computer and use it in GitHub Desktop.

Revisions

  1. claeusdev revised this gist May 23, 2025. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions q-dev.md
    Original 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).
  2. claeusdev revised this gist May 23, 2025. 1 changed file with 17 additions and 1 deletion.
    18 changes: 17 additions & 1 deletion q-dev.md
    Original 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.
    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.
  3. claeusdev created this gist May 23, 2025.
    9 changes: 9 additions & 0 deletions q-dev.md
    Original 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.