• Countdown to the 2025 QuantNet rankings. Join the list to get the ranking prior to public release!

Quant developer with Java

Joined
12/21/15
Messages
2
Points
11
Hello community,What are the next things to learn in Java for quant development beyond Java SE?
 
Study these codebases as well as the underlying principles behind them -- experiment and see if you can do better for your specific use cases:

General:
- goldmansachs/gs-collections · GitHub
- GS Collections Kata: goldmansachs/gs-collections-kata · GitHub
- note there's also lots of presentations on these: Home · goldmansachs/gs-collections Wiki · GitHub

Concurrency, networking, low latency:
- real-logic/Aeron · GitHub
- real-logic/Agrona · GitHub
- perhaps: netty/netty · GitHub
"The Art of Multiprocessor Programming" by Herlihy & Shavit may be of help before starting on the latter: Elsevier · Herlihy, Shavit: The Art of Multiprocessor Programming · Welcome

Edit: talking about presentations, may want to check these out:
Nitsan Wakart's talks: Psychosomatic, Lobotomy, Saw: Talks
Devoxx 2015: Top Talks Devoxx 2015 - YouTube / Devoxx BE 2015 - YouTube
 
Last edited:
Study these codebases as well as the underlying principles behind them -- experiment and see if you can do better for your specific use cases:

General:
- goldmansachs/gs-collections · GitHub
- GS Collections Kata: goldmansachs/gs-collections-kata · GitHub
- note there's also lots of presentations on these: Home · goldmansachs/gs-collections Wiki · GitHub

Concurrency, networking, low latency:
- real-logic/Aeron · GitHub
- real-logic/Agrona · GitHub
- perhaps: netty/netty · GitHub
"The Art of Multiprocessor Programming" by Herlihy & Shavit may be of help before starting on the latter: Elsevier · Herlihy, Shavit: The Art of Multiprocessor Programming · Welcome

Edit: talking about presentations, may want to check these out:
Nitsan Wakart's talks: Psychosomatic, Lobotomy, Saw: Talks
Devoxx 2015: Top Talks Devoxx 2015 - YouTube / Devoxx BE 2015 - YouTube

Thank you,any recommendations to Study things like JSP,JSF,Spring etc ?
 
Back
Top Bottom