rss_feed

Docker

Debugging Node.js Remotely with Visual Studio Code

Visual Studio Code is a tool with many talents. Among those is the ability to not just debug Node.js applications, but also to debug them remotely.

August 4, 2020

Using Redis Sentinel with Docker and Marathon

Using Redis Sentinel with Docker and Marathon is a relatively complex procedure that requires every instance of Redis to be able to communicate with all other instances.

July 17, 2020

Using Redis Sentinel with Docker Compose

This article describes how to create a failover solution using Redis Sentinel and Docker Compose.

July 13, 2020

Debugging Node.js in a Docker Container with WebStorm

Node.js + Docker + WebStorm is not an unusual setup for Node.js developers, but there is nonetheless surprisingly little information available about how to setup debugging in WebStorm while running a Node.js application locally in a Docker image.

June 15, 2020