Tiago Temporin

Tiago Temporin @tiaguinho

Joined:
Oct 14, 2019

Tiago Temporin
articles - 5 total

Mastering memory management in Go: Avoiding slice-related leaks

Go is a programming language recognized for its efficiency and automatic memory management through...

Learn More 3 0Dec 5 '24

Unveiling the Garbage Collector in Go

The Garbage Collector (GC) is one of the key features of the Go programming language, designed to...

Learn More 4 0Nov 27 '24

Mastering ENUMs in Go

Often, within the systems we develop, we encounter constant values. One example of these values could...

Learn More 0 0Nov 21 '24

The difference between pointers and values on methods

When writing methods in Go, one of the key decisions is whether to pass a struct by value or by...

Learn More 1 0Nov 19 '24

Functional Options Pattern in Go

In software development, flexibility in configuring objects is a common need, especially when dealing...

Learn More 1 0Nov 18 '24