Hello 👋!
I'm Gui
I'm a Minimalist Software Craftsman 🌱. That says a lot of what I talk about here.
My recent posts
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.3 KafkaFlow Features Hard to Ignore
Let's explore 3 KafkaFlow features that are game-changing for .NET developers working with Apache Kafka.