July 2022

Functional interfaces are allow Java programmers to write methods whose arguments are lambda functions. How does this work, and why would it be useful?
Categories: software development, Java

1999 was the golden year of palmtop computing. Within a couple of years, palmtops were obsolete. Why?
Categories: retrocomputing

This article describes how to deploy a container image direct from a local repository to an OpenShift 4 cluster, and instantiate a pod based on that image.
Categories: software development, OpenShift