keinsell / neuronek

🧬 Intelligent dosage tracker application with purpose to monitor supplements, nootropics and psychoactive substances along with their long-term influence on one's mind and body.
https://neuronek.up.railway.app/reference
Do What The F*ck You Want To Public License
11 stars 2 forks source link

Rewrite `@neuronek/server` to Rust 🚀 #498

Open keinsell opened 3 weeks ago

keinsell commented 3 weeks ago

I've started writing a CLI application in this language and I think I really like it, there is a lot of safety on datastructures and eventually language itself is descriptive what happens with the values stored in memory comparing to TypeScript which was pissing me of recently (like... since year once I've started doing a bit more compelx things with it).

Currently server is not big at all and I think it can be rewitten in 40h of effort which will be definitely cool experience, also to try some asynchronous operations and threading, I do not count time that I've put into TypeScript overall where I was building features that we're missing in language or just in the ecosystem, Rust seems to be quite different as there is a lot of useful libraries instead 10 versions of one thing where none of them works.

linear[bot] commented 3 weeks ago

NEU-42 Rewrite `@neuronek/server` to Rust 🚀