Hentges.AI

Hentges.AI

Technology, Programming, Chess, and Woodworking!

Recent Posts:
programming Rust's great error handling capability. Rust's great error handling capability.
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...
programming Rust, Lambda, and DynamoDB Rust, Lambda, and DynamoDB
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...
programming Why Rust is so Great – Reason 1, The Borrow Checker Why Rust is so Great – Reason 1, The Borrow Checker
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...