rust
Using XOR to write concise conditionals
It's not uncommon that I sometimes write if statements where the overall conditional is true when both conditions are true or both are false. As an example, let's say I'm validating input from an API call where I'm updating information on a
Building my first Rust project
When I first joined Netlify, I worked on the Frameworks team which focuses on ensuring that all major web frameworks run out-of-the-box when deployed to the platform. As part of our testing strategy at the time, we would make legitimate requests from test applications to test rewrite and redirect behaviour.