SRE at Único, creator of Material Community Components & GoSOAP, maintainer of NGX-Translates, and contributor to prEST.
In this post, we will implement a function that uses context. In the calling example, I will use the WithTimeout context. In this...
By Tiago Temporin9 de junho de 2023At the 2022 edition of GopherCon Brasil, I had the pleasure of speaking about the Fuzz Test. It was cool because during the...
By Tiago Temporin16 de maio de 2023SOLID is an acronym that stands for five principles in object-oriented software design: Single ResponsabilityOpen-ClosedLiskov SubstitutionInterface SegregationDependency Inversion Principle Although Go is not...
By Tiago Temporin20 de abril de 2023One of the most common ways to cache Go applications is by using a map. If you already did this, you may have...
By Tiago Temporin12 de abril de 2023