-
Software Development
Quantified Self Meets IDE: A Year of Data
More than a year ago, I started tracking exactly what code I was working on using WakaTime. As I’ve moved…
Read More » -
Core Java
Java 8: Bye Manual SQL, Hello Speedment!
Most applications written in Java require some form of data storage. In small applications this is often realized using a…
Read More » -
DevOps
Monitoring Docker Containers – docker stats, cAdvisor, Universal Control Plane
There are multiple ways to monitor Docker containers. This blog will explain a few simple and easy to use options: …
Read More » -
Desktop Java
Shadow Fields vs. Property Accessors Interface Round 3
This is round 3 of the Shadow Fields vs Property Accessors Interface. If you are new and not sure what…
Read More » -
Core Java
JUnit 5 – Architecture
Now that we know how to set JUnit 5 up and write some tests with it, let’s take a look…
Read More » -
Core Java
Converting string configuration properties to other types, with a bit of Optional
Somedays you come across some code and think that’s pretty, why didn’t I think of that? So my long time…
Read More » -
DevOps
An Introduction to Docker – Part 1
Discover faster, more efficient performance monitoring with an enterprise APM product learning from your apps. Take the AppDynamics APM Guided…
Read More » -
Enterprise Java
Spring MVC: Trgger manual validation of a form object
Sometimes it may be needed to use manual validation in Spring MVC @Controller. This is very simple with Spring’s org.springframework.validation.ValidationUtils…
Read More »