Tournaments generator

Proof of concept building an application for managing FIFA 20 tournaments between different people using Flutter for building a mobile app and Go for building an API acting as a server. Also used Python to build simple scrapers.

May 1, 2020 · 9 min · charly3pins

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