Java Constants – Not In The Interface

I was working on some code refactoring on a massive codebase when I was faced with the issue of where to put constants for the default values of business rules.  This issue has been a constant subject of design discussion in java since I can remember, and definitely over a decade for myself.  Doing “object” […]

EC Tech Meetup February 10, 2016: Java Lambda Workshop

Hands on Java Lambdas with some online tutorials.   Breaking in the new Mac. A general Java code learning session at my work site with a few interested parties who wanted to see some Groovy too and share some Scala/Clojure. Thanks to the Milwaukee Colectivo Coffee suppliers and my workplace!

So . . . Your Git Repo Moved

Sometimes “they” move the location of your git repository.  Seems to be happening a lot in my last few years of coding. There are a few ways to deal with this moving, but it is important to remember that git is very, very good at a move situation since every commit is unique and it’s […]