There are several ways to saving passwords, whether personal or from projects. Personally, I've always been using KeePass (https://keepass.info/).
Tips and Shares
Space for knowledge sharing and promotion of new technological approaches

Queries in databases with a lot of information, by Tiago Oliveira
In large database scenarios we should be careful about how queries are executed.

Send Email In AWS Using SQS, SNS and Lambda Function, by Gulherme Peruzzi
This post explains how to build an AWS infrastructure so you can send an email from AWS to a subscribed email account. We will use SQS, SNS and Lambda Function for this example.

SQL Server filtered indexes, by Tiago Oliveira
Did you know that we can use a special index type in SQL Server called filtered index? It allows the creation of indexes on part of the table information, minimizing its size and increasing the ability to execute queries.