Article category: rust
The solution to countless companies rolling their own referral and incentive platforms
Common JS bugs are eminently avoidable in Rust
How an undefined error and a broken return in Node would be prevented by design in Rust
How I build a Rust backend service
Here's everything I've learned since the start of 2021 about building backend services in Rust
Make your Rust code unit testable with dependency inversion
Use Traits to invert your Rust dependencies and keep your code loosely-coupled and testable.
I saved 87% on compute costs by switching languages
Efficient CPU usage is the key to getting the most out of your dollar.
End to end testing your Rust service
A lightweight, simple approach to end to end tests for your Rust service using cargo test.
The beauty of a Rust message processor
Rust lends itself well to message processing, whether it be from SQS or other queues, or Kafka.