JBCNConf 2017

My experiences at this awesome conference

6 minute read

On 19th, 20th and 21st of June, I assisted to JBCNConf2017 with two colleagues. For me was the second time, as I assisted to JBCNConf last year.

Password Manager: Why and how to store passwords securely

Finding a solution to store passwords securely, and accessible for all the team members

3 minute read

Currently I’m working on a the team that needs to handle with a lot of passwords. These passwords are critical for the company, as they are mainly Payment Provider password accounts. Since now, we were using different kind of storage mechanisms, non of them really secure (internal confluence pages, shared plain text files, etc…).

Git: how to squash commits already pushed

A few days ago I was working on feature in a project, and after a lot of commits and pushes, I wanted to show to my colleagues my changes in a single commit.

3 minute read

A few days ago I was working on feature in a project, and after a lot of commits and pushes, I wanted to show to my colleagues my changes…. but I wanted to show them in a single commit.