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

Updated Portfolio Page for Mobile Users

Once again another project that was a lot easier than I anticipated. The HTML and CSS portion was easy because it is easy to hide elements based on screen size. Typically you just create a “hide-mobile” ID, set its display type to none, and encapsulate you want hidden on mobile within the id. You can… Continue reading Updated Portfolio Page for Mobile Users