Most of the code I write uses web technologies (​​, ​​, ​​, ​​, ​), which unsurprisingly makes me a soydev.

To address that, I've been learning a lower level language & related concepts lately and it's really interesting to see how many things I usually take for granted aren't there anymore.

Garbage collection? Nope. Weak typing? Also no.
Having full control over how shared memory is accessed (mutex) among other things is really a breath of fresh air.

I use ​​ by the way.

#javascript #rustlang #webdev #soydev #programming