Safe Database Connections with Node JS

As I started to design my databases it occurred to me that I would need a safe way to store my credentials. A far too common mistake is to make credentials plaintext in source code and then store those credentials in a publicly accessible Github repository or file. Thankfully, people more educated than me have… Continue reading Safe Database Connections with Node JS