I do a lot with messaging architectures, and because I work on embedded systems so much lately, my main broker protocol has been MQTT, used with Javascript. I learned something that surprised me this morning, even though it really shouldn't…
Tag: nodejs
It's important to remember that your development and deployment infrastructure uses programs, written by programmers. Because of that, sometimes things will break, and while that's not fun, it's still just programming - report bugs, try to figure out fixes and…
When you're working with NodeJS in JetBrains' excellent WebStorm IDE, don't forget to configure your NodeJS environment properly. I was using the default configuration, and it was warning me that process.env wasn't imported, and needed to be. Everything ran okay,…