Skip to content
View DaanyaalSobani's full-sized avatar

Sponsoring

@napi-rs

Block or report DaanyaalSobani

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
DaanyaalSobani/README.md

Hi, I'm Daanyaal πŸ‘‹

Software Engineer and Data Engineer. I build tools that sit at the seams of systems β€” where applications meet infrastructure, databases, and hardware. I'm partial to lower-level work in C/C++, self-hosted setups, and the occasional creative side project.

🌐 dsobani.com · 🐦 @daanyaalss


πŸ› οΈ What I Work On

  • Database internals β€” custom MySQL UDFs in C++
  • Self-hosted infrastructure β€” RustDesk, ESPHome, reverse proxies, embedded camera setups
  • Build systems & developer tools β€” recently contributing to Craft, a C/C++ build tool
  • Creative tooling β€” 3D / VR visualization, math plotters

πŸš€ Featured Projects

Project Description
mysql-custom-aggregate-udfs Custom aggregate UDFs for MySQL in C++ (includes a multiplicative product())
rustdesk-server-startos RustDesk self-hosted server wrapper for start-os
esphome-camera ESPHome camera with HTTPS via Nginx reverse proxy
vr-plotter Webapp plotting multivariable functions in VR

🌱 Open Source

Contributing to randerson112/craft β€” a lightweight build and workflow tool for C/C++. Filed a Windows stack-overflow bug, submitted the fix, proposed a cargo-style craft test command, and implemented it.

πŸ“« Reach Out

Pinned Loading

  1. rustdesk-server-startos rustdesk-server-startos Public

    A wrapper for Rustdesk-server to run on start-os

    Makefile 1

  2. mysql-custom-aggregate-udfs mysql-custom-aggregate-udfs Public

    Custom aggregate UDFs for MySQL written in C++ β€” includes a multiplicative product() function

    C++

  3. vr-plotter vr-plotter Public

    A webapp that plots multi variable functions onto a VR enviroment.

    HTML

  4. esphome-camera esphome-camera Public

    ESPHome camera interface with HTTPS via Nginx reverse proxy and self-signed certificates

    Shell