Handling errors is hard, but Rust's error-handling capabilities give developers great tools for the job. Handling errors well is one of the key differences between great developers and average ones. Every developer desires solid, robust code that does its job and doesn't...
As part of my journey to learn more about Rust development, I developed a Lambda service hosted on AWS that writes to a DynamoDB database and an associated Rust HTTP client. Along with Rust, I used Terraform to manage the deployment of the AWS resources. This...
When I first tripped across Rust, it was through an article touting Rust's election as the "most loved programming language" for several years in Stack overflow's yearly survey...