Blog
-
Manage Containers with Docker Compose
- #docker
- #docker-compose
- #microservices
- #containers
Dec 03, 2017
Using Docker Compose to define and run multi-container microservice applications, with a Redis Commander + Redis example.
-
Debugging Tomcat on a Server
- #debugging
- #tomcat
- #java
Apr 05, 2017
Connecting a remote Java debugger to a Tomcat server instance by configuring JVM startup parameters in the Windows registry.
-
Bash: Using case statements
- #bash
- #scripting
Mar 11, 2017
Using case statements in Bash scripts for handling command-line arguments, with a practical docker-compose wrapper example.
Writing
I also write on Medium under Zehen Diaries, reaching a broader audience and contributing to tech publications.
Read on Medium →Projects
-
imager
A command-line utility to batch-convert CR2 (RAW) image files to JPG while retaining timestamps.
- Python
- CLI
- LibRaw
- Photography
- #open-source
- #cli
-
muziq
Converts Apple Music XML library exports into folder-based playlists for USB playback in a Toyota 4Runner.
- Python
- CLI
- Apple Music
- #open-source
- #cli
-
todo-app
A simple command-line todo application built in Python.
- Python
- CLI
- #open-source
- #cli