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

Level up your presentations with Go

Generate easily your presentations with "present", the tool powered by Go that generates and renders your slides.

October 6, 2020 · 7 min · charly3pins