Hey there, I'm Daniel a mathematics masters graduate with a minor in computer science. During my degree I mostly focussed on Differential and Symplectic Geometry (subfields of mathematical physics). Afterwards I've started to become more interested in programming topics and been mostly focussed on that.
I am very proficient in Python, proficient in C++, somewhat proficient in Rust and have some experience in Haskell, C# and C.
My big areas of interest are Data Science and AI, Computer Graphics (in particular technical art), numerical programming and building tools to increase productivity.
If something seems interesting or you just want to chat don't hesitate to reach out!
- Vulkan
- C++ 3d Engine written for the low level Vulkan graphics card API.
- Supports model loading, shader integration, autocompilation and resource management.
- VulkanC
- The Vulkan project rewritten in C to be C99 compatible.
- DSTrade
- Trading utilities.
- Offers fully code generated python API integration for AlphaVantage by parsing through the online documentation
- DeepNeuralNetwork
- From scratch implementation of Deep Neural Networks with automatic backpropagation engine.