Hey all! It's been a while :)

I finally released my blog post on how I configured my Rust project to build quickly, deploy simply, and reliably test my code in environments outside of production.

It's not really infosec this time around, but if you're interested in Rust then this might be for you.

https://d0nut.hashnode.dev/entering-the-garden-of-ferris

Entering the Garden of Ferris

For all of Rust's good traits, it has its faults too. I'm currently working on a larger Rust project with another developer. Since we're collaborating, I wanted to ensure that we were able to build, test, and deploy code easily, quickly, and maintain...

The Bakery