-
Core Java
Java’s Reflection API
If you have ever asked yourself questions like these: – “How do I invoke a method, having only it’s name…
Read More » -
Android Core
Android Studio with android alternative emulator:Genymotion
Moving from Eclispe/ADT to Android Studio I was exploring some alternative configuration to improve my building environment. I came across…
Read More » -
Core Java
Java 7 try-with-resources
Java 7 provides better resource management for resources that need to be closed when finished working with, for example files,…
Read More » -
Career
Why You Didn’t Get The Interview, Part II
In August 2012 I published a blog post Why You Didn’t Get The Interview, which received a good bit of…
Read More » -
Desktop Java
Introduction by Example: JavaFX 8 Printing
I‘ve not blogged in awhile, and I miss sharing with others about all things JavaFX (My day job and family…
Read More » -
Software Development
Two Types of Deployment for Subsystems
During development you sometimes have a part of the system that is rarely changed, requires a lot of resources, has…
Read More » -
Software Development
Practical NoSQL experiences with Apache Cassandra
Most of the backend systems I’ve worked with over the years have employed relational database storage in some role. Despite…
Read More » -
Software Development
Survivorship Bias and Product Development
A couple of months ago I came across an interesting article by the author of ‘You Are Not So Smart‘…
Read More » -
Enterprise Java
Spring Data JPA Tutorial Part One: Configuration
Spring Data JPA is a project which aims both to simplify the creation of JPA based repositories and to reduce…
Read More »