let education =
    Location "University of Suttgart"
    |> bachelor "Control Science"
        ~thesis: "Control & failure detection for satellites"
    |> master "Computer Science"
        ~thesis: "Adapticve compression for scientific data"

module CurrentAdventure = Employer.Make(struct
    let name = "Bloomberg LP"
    let postion = "Engineering Manager"
    let product = "Alerting workflows"
    let technologies = ["Python"; "C++"; "TypeScript"]
end)

Background

I've studied at the University of Stuttgart and graduated with a Bachelor's degree in control science, which was followed by a Master's degree in computer science. During this time I've learned quite a bit about a wide range of topics, ranging from control algorithms, embedded computing to machine learning and robotics. In my Bachelor thesis I was working on the control & failure detection system of a real satellite and in my Master thesis I implemented an framework for adaptive compression of scientific simulation data.

Current adventure

At the moment I'm working for Bloomberg LP, where I'm managing a team responsible for alerting workflows with projects in C++, Python and Typescript.

Contact

If you want to, you can reach out to me on XING (german), LinkedIn (english) or Twitter.