CodeProject

Integrating OpenShift and Splunk for Docker Container Logging

More than 8 years old

In this article I’m going to show you how to set up OpenShift to integrate with Splunk for logging in a Docker container orchestration …
Read more

Effective Shell Part 2: Become a Clipboard Gymnast

More than 8 years old

This is the second part of my Effective Shell series, which contains practical tips for using the shell to help with every day tasks and be more …
Read more

Effective Shell Part 1: Navigating the Command Line

More than 8 years old

This is the first part of a series I am writing which contains practical tips for using the shell more effectively. Part 1: Navigating the Command …
Read more

A utility to help you wait for ports to open

More than 8 years old

There are occasions where you might need to have scripts or commands which wait for TCP/IP ports to open before you continue. I’ve come across …
Read more

Tips and Tricks for Beautifully Simple Mobile App CI

More than 8 years old

In this article I’m going to demonstrate some simple tips and tricks which will help you build and maintain beautifully simple mobile build …
Read more

Get up and running with OpenShift on AWS

More than 8 years old

OpenShift is Red Hat’s platform-as-a-service offering for hosting and scaling applications. It’s built on top of Google’s popular …
Read more

Creating a Resilient Consul Cluster for Docker Microservice Discovery with Terraform and AWS

More than 9 years old

In this article I’m going to show you how to create a resilient Consul cluster, using Terraform and AWS. We can use this cluster for …
Read more

Using Slack for Server Development

More than 9 years old

I recently found a surprisingly helpful approach for server-side development which uses Slack in a creative way. The Problem The scenario can be …
Read more

Simple Continuous Integration for Docker Images

More than 9 years old

In this article I’m going to demonstrate a few tips and tricks which can make your life easier when you are building or maintaining Dockerfiles. …
Read more

Run Amazon DynamoDB locally with Docker

More than 9 years old

tl;dr: Run DynamoDB locally using Docker: docker run -d -p 8000:8000 dwmkerr/dynamodb Try it out by opening the shell, localhost:8000/shell: …
Read more