Posts about development

, ,

Docker Compose Config

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…


,

Small Lesson on Using Request in node.js with Form-data

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…


, , , , ,

Sticky Porperties on Azure

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…


, , , ,

Hubot, Slack and Azure deployments - Part 2 - Getting TeamCity to Build

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…


, , , ,

Hubot, Slack and Azure deployments - Part 1

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…


, ,

Node.js version on Azure WebSites

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…


, , ,

Azure Deployment Slots - a short intro

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…


, ,

Getting WebStorm to use nodemon

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…