Writing Docker Microservices in COBOL

Most developers think of COBOL as a dead language. Surprisingly, the TIOBE Index for October 2016 lists COBOL as the 24th most popular…

Similar

Parsing the Docker Logs API Binary Format

I recently wrote on a log collector that used Docker’s Container Logs API to subscribe output streams of containers. Most people don’t go this way, because they use well known logging drivers so it’s hard to find any programs consuming this API.

Read more »

Using .NET and Docker Together

Many developers I talk to are either using Docker actively or planning to adopt containers in their environment. Containers are an important trend in our industry and .NET is part of that. Microsoft and Docker have been working together so that you’ll hav... (more…)

Read more »

From Docker Straight to AWS

Just about six years ago to the day Docker hit the first milestone for Docker Compose, a simple way to layout your containers and their connections. A talks to B, B talks to C, and C is a database. Fast forward six years and the container ecosystem has be... (more…)

Read more »