When you create sub-accounts for employees or co-collaborators, use the Console to assign them roles with the minimum level of permissions that will allow them to do their jobs.
Protect your API keys
Never bake your API keys into an application or leave them in the source code.
Don't even leave API keys in plain text on your laptop! Leverage environment variables instead.
Make sure that the certificates presented by websites you visit are correct and match what you expect.
Why you should use a long passphrase
What does it mean these days to have a strong passphrase? It turns out that a jumble of hard-to-remember characters is not as effective as a longer but easier-to-remember password. The longer, the better.
A 14-character passphrase using uppercase and lowercase letters can be millions of times more complex than an 8-character passphrase that includes symbols and digits:
Passphrase A:
8 characters long
95 possible letters, digits, symbols: 958 = 6.634 x 1015
Passphrase B:
14 characters long
52 possible upper/lowercase letters: 5214 = 1.057 x 1024
Result: Passphrase B is 159 million times more complex!