Playing Healthchecks

Healthchecks in the Scala Play Framework The Play framework for Scala is “marketed” as a lightweight framework used all over for folks building microservices and other quick and nimble services. While it may be fast and opinionated, it definitely does not set you up for success in a microservice world. Microservice Necessities Microservices need a … Read more

Reading The Code: Readme

READMEs should be great places to start when reading code. The first thing to look at when trying to spin up on new code should be the project’s README file. Most projects now will have a useful readme. Contents What should be in a readme file? First, there should be some brief description of what … Read more

Note Taking for Devs

I like to attend conferences. At these conferences, I also find it interesting to observe how people take notes. No Notes You of course will find the people that do not take any notes at all. Some of these are those incredibly smart folks that seem to be able to just remember everything. Some are … Read more

WebLogic 14 in Kubernetes

Today let’s dig a bit into running WebLogic 14 in Kubernetes. History A bit of history, at least from my perspective. Since WebLogic 12, Oracle has “supported” running WebLogic in a Docker container. Before this, WebLogic seemed to not really interact well with Docker, so things like exposing ports did not work. That’s kind of … Read more

A Blank Page

The creativity a blank page allows is very exciting. Some will look at it as a start to a great novel. Some will see a great painting. Others may see the notes needed for the next test. Reference material. Children’s art. The possibilities are endless. Paper We write things down. We print them out. Characters … Read more