-
Enterprise Java
Neo4j: Specific relationship vs Generic relationship + property
For optimal traversal speed in Neo4j queries we should make our relationship types as specific as possible. Let’s take a…
Read More » -
Software Development
Getting Started with JGit
If you ever wondered how basic Git commands like git init, git checkout and so on are executed in JGit,…
Read More » -
Core Java
jOOQ Tuesdays: Rafael Winterhalter is Wrestling Byte Code with Byte Buddy
Welcome to the jOOQ Tuesdays series. In this series, we’ll publish an article on the third Tuesday every other month…
Read More » -
Software Development
TLS Client Authentication
I decided to do a prototype for an electronic identification scheme, so I investigated how to do TLS client authentication…
Read More » -
Software Development
Rebooting ALM, Part III: Weakness
This is the 3rd part of Rebooting ALM series. You can find the others here: Part I: Evolution Part II:…
Read More » -
Career
How to READ a Job Posting
After reading a recent article on DZone about writing developer job postings I started thinking about how job seekers often…
Read More » -
Core Java
7 Tips for Successful Code Generation in Java
By way of introduction, I’ve been a bit quiet recently and part of the reason for that is that I’ve been busy…
Read More » -
Desktop Java
JavaFX Tip 22: Autosize (Tree) Table Columns
One of the first things mentioned as a “missing feature” in the JavaFX “Missing Features Survey” was the ability to auto-resize…
Read More » -
Software Development
SQL GROUP BY and Functional Dependencies: A Very Useful Feature
Relational databases define the term “Functional Dependency” as such (from Wikipedia): In relational database theory, a functional dependency is a…
Read More »