-
Software Development
New programming techniques and the productivity curve
Though I love learning new programming techniques and technologies, I often struggle to make them a part of my normal…
Read More » -
Software Development
Using Your RDBMS for Messaging is Totally OK
Controversial database topics are a guaranteed success on reddit, because everyone has an opinion on those topics. More importantly, many…
Read More » -
Software Development
WORA Is Better Than Native
When “Write Once Run Anywhere” is done right it can produce applications that are “better” than native apps by targeting…
Read More » -
Software Development
The fastest way of drawing UML class diagrams
A picture is worth a thousand words Understanding a software design proposal is so much easier once you can actually…
Read More » -
Enterprise Java
Embedded Jetty and Apache CXF: secure REST services with Spring Security
Recently I run into very interesting problem which I thought would take me just a couple of minutes to solve:…
Read More » -
Core Java
Optional and Objects: Null Pointer Saviours!
No one loves Null Pointer Exceptions ! Is there a way we can get rid of them ? Maybe . . . …
Read More » -
Core Java
JUnit in a Nutshell: Yet Another JUnit Tutorial
Why Another JUnit Tutorial? JUnit seems to be the most popular testing tool for developers within the Java world. So…
Read More » -
Enterprise Java
Apache Camel for Microservice Architectures
I’ve been using microservice architectures before I knew they were called so. I used to work with pipeline applications made…
Read More » -
Core Java
Tips for (unit testing) JavaBeans
If you’re writing Java code chances are you’re writing at least a few classes that adhere to the JavaBean conventions,…
Read More »