SMDD.DEV

About Me

A computer engineer who loves tinkering with multiple software disciplines occasionally creates 3D models, enjoys self-hosting services, and is a novice data hoarder (just 5.5TB and counting). Professionally, I mostly work on .NET backends and occasionally work on React frontends. However, in my personal projects, I prefer working with Rust, C/C++, Htmx, and Svelte.

Links

Open Source Projects

keywich
keywich

Cross-platform password management and generation tool. Unlike other solutions, it does not store actual passwords. Instead, it uses a parameter-based system to generate unique passwords, eliminating the need for online connectivity or account registration.

Homepage https://keywich.smdd.dev Repository GitHub Year 2023 - Status Active Technologies sveltekit, rust, tauri, tailwind
algorithms

Raw Rust implementations of various algorithms and structures like quicksort, PCG, Murmur3, CityHash, heap, priority queues etc.

Disclaimer; Absolutely not creating my own std lib™ with blackjack and pointers.

Repository GitHub Year 2024 - Status Active Technologies rust
nut_webgui
nut_webgui

Light-weight web interface for Network UPS Tools ,created to be an alternative to webNUT with INST command support, simple JSON API, out of the box container support and modern UI.

Repository GitHub Year 2024 - Status Active Technologies htmx, rust, axum-rs, tailwind
pnp-react-hooks
pnp-react-hooks

A wrapper library for PnPjs , it provides configurable React hooks for SharePoint REST API interactions, specifically designed to accelerate view-only SPFX web part developments.

Homepage https://superioone.github.io/pnp-react-hooks/ Repository GitHub Year 2022 - Status Active Technologies react, spfx, typescript, sharepoint
prime_detector

Over-engineered, Meta/Google-tier fingerprinting system that breaks every major data privacy regulation, all in the name of detecting if you're ThePrimeagen or just someone who likes to pretend they're him. It works by monitoring your text selection patterns.

Feel free to test it on this card.

Homepage npm Repository GitHub Year 2024 Status Waiting for adoption and VC funding Technologies vanilla, javascript, memes
endpoint_proxy

A Http 'route' proxy, designed to run as sidecar container to provide other services an actual HTTP proxy functionality like SOCK5. It's mainly useful for accessing problematic RSS feeds hosted behind Cloudflare.

Repository GitHub Year 2023 Status Active Technologies rust, actix
format_string

pad-left level npm package. Performance first string format function. Interestingly, neither the language nor anyone has created something similar or performant. Instead of copying the same code over and over, I created a package.

Polluting the npm is free.

Homepage npm Repository GitHub Year 2024 Status Active but no further features are planned. Technologies javascript