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

Go project layout with Clean architectures and DDD

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

December 9, 2021 · 8 min · charly3pins

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?

August 16, 2021 · 6 min · charly3pins

Automate Your GitHub Profile README with Go and GitHub Actions

Create a dynamic Markdown file for your README with the help of Go and deploy it to your profile's GitHub using GitHub Actions.

March 16, 2021 · 5 min · charly3pins