Hello 👋!
I'm Gui
I'm a Minimalist Software Craftsman 🌱. That says a lot of what I talk about here.
My recent posts
The 10 Best Architecture Diagramming Tools you need in 2025
Discover the top 10 architecture diagramming tools for 2025, from free options like draw.io to enterprise solutions like Miro. Compare features and capabilities to find the perfect tool for your team.Less guessing, more C# à la Rust
The Result Pattern makes coding easier! Instead of guessing if something worked or broke, your function says, "Here's the result" or "Here's what went wrong." Rust does this automatically, but you can do it in C# too with a Result<T> type. It's simple, clear, and takes the guesswork out of your code.Building Serverless APIs with AWS Lambda and DynamoDB in .NET
Let's build scalable and cost-effective serverless APIs with AWS Lambda and DynamoDB using .NET. This step-by-step guide covers everything from setting up DynamoDB to deploying a .NET Lambda function, helping you quickly create a production-ready API.