I am currently working as a Software Developer at Unity.
I consider myself as a tech enthusiast, striving to improve. I like to spend my spare time experiencing side-projects, while learning new things on the way.
Nothing here yet.
Right now I keep using Node.js because it has been there for years now and it is very mature. I feel like Deno is still missing some important libraries, but there are already tons of new ones I need to try. Typescript support is awesome, and as soon as Deno gets mature enough I will consider using it instead of Node.js.
Came for the Harry Potter reference, stayed for the content. Great article ! I use this approach when allocating secrets to users : the secret is a mix of a unique secret in database per user, and a environment secret shared by all users. This way if one of the source is compromised my secrets remains safe. The "2FA with my head" looks very interesting to me. On a side note, the risk of using only one Horcrux is that if 2 of your passwords gets compromised, your Horcrux gets slayed by Basilik Venom (because that's an easy catch). Somehow Voldemort was ahead of us in muggles in terms of security with the powerful choice of 7 Horcrux.