SSL/TLS Part 2 - Let’s EncryptLet's Encrypt Let's Encrypt is a free, automated, and open certificate authority - if you want to learn more, you can visit letsencrypt.org, but in this blog post I'm going to break down how to actually issue the certificate. A Few Assumptions You h...Jan 11, 2022·3 min read
How to Use Promise.All() in JavascriptThe File System (fs) module in NodeJS can come quite handy, but did you know that the fs module can return Promises? This can make things much more logical when it comes to understanding asynchronous programming with reference to the local file syste...Jan 5, 2022·6 min read