Blog
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.
I generated my CV using Go templates
How to use the Go templates to generate HTML pages and obtain the most of it.
Tech Book Club
Improve the level of your team by reading books in a fun way while doing team building.
Go project layout with Clean architectures and DDD
How I apply Clean architectures and DDD when I create a project in 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?