Blog

Why Go?

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

23/09/2023 | 6' | #go

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


Tech Book Club

15/04/2023 | 4' | #engineering #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

09/12/2021 | 8' | #go

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

16/08/2021 | 6' | #go

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