#web-development
Read more stories on Hashnode
Articles with this tag
Let's use a story to help explain this more intuitively · Alright, I'm just gonna say it - SSL stuff scares me. It was easy to get this set up for my...
How to get the 🔒 locally · Why I'm Writing This If you've ever wanted to create an HTTPS server for local development, you know that it's really...
How to get exactly what you need · This past week, I was tasked with creating an end-of-shift report summary for all shifts throughout the year. To give...
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 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...
How to Make Laziness Work for You · I've always tried to find the laziest way to do things. Sometimes this makes me come up with creative solutions out...