A place to get experience
If what you're looking for is not here, drop me a message! I'll be more than happy helping you out and making your learning process as easier as I can.

How to point to a local Go module
When working with Go modules we often need to point to a local module to speed our development process and reduce unnecessary versions. In here I tell you how to do it!

How to mock behaviors in Go
Welcome! If you’re getting to work with Go and you’re coming from a high-level language like Java or Python then I’m pretty sure you’re going

How to handle errors in the proper way
In this article I’m trying to clear how you can define your error interfaces to provide a clean and useful API.
Different microservice design patterns in Golang
In this article I show you how to start writing a new microservice in Golang, available design patterns and how to migrate from one to the next one without loosing your mind.
gRPC: Communication types
In this post I’m presenting the different communication types you have available to use when using gRPC.
How to measure user satisfaction with Apdex metric
Do you have lots of different microservices and you want to make sure all of them are working correctly? Do you want to make sure your users are satisfied with what the applications you provide? Then this post is for you! You’ll learn how to use the Apdex metric to measure user satisfaction.