For every action, you need a reaction

I came across yet another example of bad interface design this morning. After I logged into my computer, a pop-up window appeared. It was my Docker application, telling me that an update was available and ready to install. Okay, I said to myself, and clicked the button to proceed. Except... nothing happened. I clicked it … Continue reading For every action, you need a reaction

My introduction to Docker

With my (still-relatively) new job comes an introduction to new (to me) technology. In this case, the technology in question is Docker. For those of you unfamiliar with Docker (like me), it is, in a nutshell, a tool for deploying and running an application within a container. It is an improvement over VM (virtual machine) … Continue reading My introduction to Docker