Arrays and slices in Go

Understand the details of Slices, the most used data type in Go.

May 9, 2024 · 11 min · charly3pins

Master and demystify Interfaces in Go

Discover how to make the most of interfaces to create flexible and modular code.

April 29, 2024 · 2 min · charly3pins

Tips and tricks to code in Go in a clean, functional and effective way

Learn how to code effectively by following the best practices of the language, from basics to advanced, with practical examples so you can write clean and functional code in Go.

April 17, 2024 · 7 min · charly3pins

Why Go?

I have been asked many times why I am using Go, what it gives me and what are the reasons why I continue with this programming language. I am going to try to answer this question, in theory, simply, with the main reasons why I continue to be fascinated with it.

December 5, 2023 · 5 min · charly3pins

I generated my CV using Go templates

How to use the Go templates to generate HTML pages and obtain the most of it.

September 23, 2023 · 6 min · charly3pins