Year: 2014
-
Software Development

Is TDD Dead Or Alive?
This blog post is for those of you who are unaware that there is a major debate in contemporary software…
Read More » -
Software Development

10 things you can do to as a developer to make your app secure: #10 Design Security In
Thereās more to secure design and architecture besides properly implementing Authentication, Access Control and Logging strategies, and choosing (and properly…
Read More » -
Core Java

JavaFX Tip 5: Be Observable
Even in this time of total NSA surveillance it is still a good idea to implement your JavaFX controls with…
Read More » -
Core Java

JavaFX Tip 4: Have The Final Word
When developing custom controls for JavaFX I would highly recommend to follow in the footsteps of Ā the core JavaFXĀ controlsĀ and to…
Read More » -
Software Development

The madness of layered architecture
I once visited a team that had fifteen layers in their code. That is: If you wanted to display some…
Read More » -
Software Development

Test Attributes #1: Validity
In my last post, I created a list of test attributes. If one of them isnāt ok, you need to…
Read More » -
Core Java

Compounding double error
Overview In a previous article, I outlined why BigDecimal is not the answer most of the time. While it is…
Read More » -
Core Java

JUnit: testing exception with Java 8 and Lambda Expressions
In JUnit there are many ways of testing exceptions in test code, including try-catch idiom, JUnit @Rule, with catch-exception library.…
Read More » -
Core Java

6 Reasons Not to Switch to Java 8 Just Yet
Java 8 is awesome. Period. But⦠after we had the chance to have fun and play around with it, theĀ time…
Read More »


