NVNandan Vinblog.nandanv.com路Jan 11, 2022 路 3 min readSSL/TLS Part 2 - Let鈥檚 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...00
NVNandan Vinblog.nandanv.com路Jan 11, 2022 路 3 min readSSL/TLS Part 1 - Why the 馃敀?Alright, I'm just gonna say it - SSL stuff scares me. It was easy to get this set up for my website since AWS took care of it and made the certificate-issuing process a simple one, however, when I was setting up cryptic-one hosted on a Linode server ...00
NVNandan Vinblog.nandanv.com路Jan 9, 2022 路 6 min readGenerating SSL Certificates for DevelopmentWhy I'm Writing This If you've ever wanted to create an HTTPS server for local development, you know that it's really frustrating to understand OpenSSL, the crossed out 馃敀 sign, and an endless stream of terminology. After a lot of research both in an...00
NVNandan Vinblog.nandanv.com路Jan 7, 2022 路 5 min readArray & Object DestructuringThis past week, I was tasked with creating an end-of-shift report summary for all shifts throughout the year. To give you a little background, the company I work at records all automated production cart issues in an Excel file for archival purposes, ...00
NVNandan Vinblog.nandanv.com路Jan 7, 2022 路 3 min readThe Debounce Function - a SaviorIn a project I'm working on, part of our decision-making logic uses data from a PLC (Programmable Logic Controller). Without getting very technical, the PLC communication interface we use (Node OPCUA) asks the PLC to monitor certain tags, i.e., we ge...00