Blog

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?


What I learned defining the Selection Process for a Software Engineer in the startup where I work

04/05/2021 | 7' | #life #startup

Learnings and tips I can share with you after three months interviewing different candidates.


Increase your productivity with Notion

08/04/2021 | 6' | #life #productivity

Organize your ideas, manage your projects and track your life with the Notion app and boost your personal productivity to the next level.


The Pomodoro Technique

30/03/2021 | 4' | #life #productivity

Improve the time management on an activity with this technique based on using a timer to divide time into intervals (pomodoros) of 25 minutes of activity, followed by 5 minutes of breaks.


Automate Your GitHub Profile README with Go and GitHub Actions

16/03/2021 | 5' | #go #github #ci/cd

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