SSL/TLS Part 1 - Why the 🔒?
Let's use a story to help explain this more intuitively
Jan 11, 20223 min read94

Search for a command to run...
Articles tagged with #web-development
Let's use a story to help explain this more intuitively

How to get the 🔒 locally

How to get exactly what you need

In 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...
The 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...
How to Make Laziness Work for You