Projects

Concierge

Concierge is a set of tools to help you manage an hidroponics system. It manages the hardware and software of your system, and provides a web interface to interact with it.

Qr Generator

A QR generator CLI tool, just to be sure that I don’t share PII when generating QR codes online 😜.

Dynamic cover image

The idea of this project is to generate the cover image from a HTML template giving the data from the HTTP requests.

Contacts Book

What? Let’s follow this tutorial to understand some basic concepts of Golang while creating a command line application to organize our contacts. But first we need to define what features or functions should cover a basic contact …

Golang Tutorial: Weight Conversion Tool

What? s tutorial will introduce some key concepts to start using unit testing. Testing is a crucial part of developing reliable software; often, when a new feature or an update is needed, the only way to ensure backward compatibility after …