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!

Noteable Projects

  • Vulkan
    • C++ 3d Model viewer Engine written for the low level Vulkan graphics card API.
    • Model loading
    • Shader compilation and integration pipeline
    • Rendering Pipeline
    • Floating camera interaction (moving and changing viewing angle)
  • VulkanC
    • The "Vulkan" project rewritten in C to be C99 compatible.
  • DSTrade
    • Parsing Alphavantage API from HTML documentation
    • Codegeneration for python functions covering all REST API endpoints
  • DeepNeuralNetwork
    • From scratch implementation of Deep Neural Networks with automatic backpropagation engine.
    • Uses Numpy

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

  6. DeepNeuralNetwork DeepNeuralNetwork Public

    Python 1