Diving into docker compose files () there is a lot of keywords used. Some are obvious, others not. Here’s a little cheat sheet, not at all…
I was playing around with 46elks.com api for sending SMS (it’s a Swedish Twilio). Trying to send data using request I got 404 Not Found all…
A while ago I wrote about Deployment Slots – A short intro on Azure. In that post I complained about that there was no way to keep some…
In the first post, Hubot, Slack and Azure deployments – Part 1, we looked at how to get Hubot up and running on Heroku and jacked into Slack…
I’m aiming at doing this a multipart series (this being the first part). I will update this intro with links to the follow up posts as I…
When running node.js on Windows Azure there is a few black boxy things. One thing that I didn’t manage to find docs for is how the node…
We are running a lot of our API endpoints and websites running node.js hosted on Windows Azure as Azure WebSites. A while back Microsoft…
Another note to self post. When writing node.js projects in WebStorm one of the major upsides is the debugging story. To hook that up you…