I wrote tons of code/projects throughout my life in many programming languages. Below, I listed pet projects that serve a purpose and add some kind of usefulness to my life ✨.
In Development 👨💻
Dataans
— present
Take notes in MD snippets grouped into spaces. Local-first, multi-device synchronization, drop-down mode. Made with 💖 by
TheBestTvarynka for TheBestTvarynka.
On Maintenance 🛠
crypto-helper
— present
Web app that can hash/hmac, encrypt/decrypt, and sign/verify the data, debug JWT tokens, parse and edit ASN1 structures, compute diffs, and more. Visit this tool at crypto.qkation.com.
yew-notifications
— present
Notifications components library for Yew. It's like react-toastify but for Yew.
Finished 🏁
bytes-formatter
— 2022-11-22
Convert bytes between different representations (hex, dec, base64, etc). Stupidly simple but useful tool. Visit this tool at bf.qkation.com.