my projects!
currently I am working on GeoDraw! a future language I'd want to learn is one of Rust or Go :)
C++
- a Latinization of the game Tetris
order-book (Github)
C++
- low-latency order matching engine
- achieves sub-microsecond latency (360ns average)
- processes 2.2M+ orders per second
thread-pool (Github)
C++
- high-performance thread pool
- ~5x faster than std::async
- 500k+ tasks per second
this-website (Github)
HTML
- minimalist website deployed via github pages
monte-carlo-simulation (Github)
Python
- simulation tool to forecast stock portfolio performance
- models future returns under varying investment scenarios using historical market data
oscar-the-grouch-game (Github)
Python
- made in Pygame inspired by the retro game Space Invaders