Projects


I've started to write code as a hobby first. Here are some of my public projects I was working on the fun or because I wanted to get in touch with a particular technology. My private projects are mostly trading systems and they are not listed here for obvious reasons. I do not want to share nor the idea neither the source. You can see the web-based project running online when you click on the tab. If you want to check the source code, you have to click the small GitHub icon at the right-down corner.


RESTful API for UNIX filesystem access

This is a demo implementing CRUD RESTful API allowing access to information about files and folders in UNIX file system.  It was done just for testing purposes but may serve as a starting point for a web app that needs filesystem access via an API.

Written in Python Flask.

SC ACSIL C++ Custom Studies

Coding trading systems in C++ ACSIL framework is quite a heavy experience, especially after many 'upgrades' the Sierra Chart's engineering did.

Here is a couple of studies written in OOP style that could be used as a starting point for building more complex systems. 

It is quite a messy repo but with some valuable examples.