Skip to content
View Daniel-Sinkin's full-sized avatar

Block or report Daniel-Sinkin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Daniel-Sinkin/README.md

👋

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!

Projects

  • 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.

Pinned Loading

  1. d2l d2l Public

    My personal notes created while working through the d2l book.

    Jupyter Notebook

  2. leetcode leetcode Public

    My solutions to different leetcode problems

    C++ 1

  3. DSTrade DSTrade Public

    Trading Utilities and API integrations

    Python 1

  4. Vulkan3D Vulkan3D Public

  5. VulkanC VulkanC Public

    C