Blog

05/12/2023 · 5' #go
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.

23/09/2023 · 6' #go
I generated my CV using Go templates

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

15/04/2023 · 4' #engineering #book club
Tech Book Club

Improve the level of your team by reading books in a fun way while doing team building.

09/12/2021 · 8' #go
Go project layout with Clean architectures and DDD

How I apply Clean architectures and DDD when I create a project in Go.

16/08/2021 · 6' #go
Learn how to use the embed package in Go by building a web page easily

What is the new embed package added in Go 1.16 for and how can we use it to our advantage?