Upgrading to Java 8 could introduce bugs depending on your usage of HashSet
If you’re looking to upgrade from Java 7 to Java 8 you may not be aware that there are some rather significant differences to how ordering is maintained for ...
If you’re looking to upgrade from Java 7 to Java 8 you may not be aware that there are some rather significant differences to how ordering is maintained for ...
Lately I’ve been thinking about the simplest possible ways to distinguish between different levels of engineers, which are typically something along the line...
When I was promoted to my current role of VP of Technology a little over 2 years ago, one of my biggest fears was that my technical chops would quickly deter...
I just finished “converting” my music website from Heroku to utilizing Jekyll + GitHub Pages. And by “converting”, I mean I killed off a project that was se...
Earlier today I attend a webinar hosted by Gradle, Inc. where Gradle Build Scan was introduced. If you’re already using Gradle as the build tool for your pr...
I recently discovered Spark, which advertises itself as a “micro framework for creating web applications in Java 8 with minimal effort”. Like many developer...
I’ve been working on a rather massive refactoring work that involves changing how Java properties files are organized. It’s vitally important that the prope...
I decided to conduct some simple page load speed testing. I hope the following info might be of some value to some folks out there.
I was running low on my 13” mid-2012 MacBook Air’s SSD, which had me pretty concerned. Thankfully I recently discovered that the SSD inside this thing is re...
Yesterday at work I had a need to copy a single from an existing Git repository to a newly created Git repository while maintaining all of the commit history...