-
Android Core
Android Volley dynamic ListView: AsyncTask comparison
In this post, I will describe first how to use Volley to populate dynamically a ListView, and then compare it…
Read More » -
Career
Revisiting Certifications
The job market is currently in a lull so I’ve been talking to a few new recruiters and gotten a…
Read More » -
Enterprise Java
Using JSF 2.2 features to develop ajax, scrollable, lazy-loading data table
This time around, I thought I’ll share with you what I recently learnt of JSF 2.2 features. To do that,…
Read More » -
Software Development
Six things I learned for software localization
This blog post is a personal compilation of six technology independent things I learned in the past months about software…
Read More » -
Core Java
3 ways of handling exceptions in JUnit. Which one to choose?
In JUnit there are 3 popular ways of handling exceptions in your test code: try-catch idiom With JUnit rule With…
Read More » -
Scala
Surfacing Hidden Design: Seeking A Better Alternative To Interrelated Mutable Fields
What is better, a bunch of mutable boolean fields and methods operating on them, or an explicit expression of the…
Read More » -
Enterprise Java
Save-and-Refresh With Java Web Projects
How do you configure your machine in order to have save-and-refresh for Java web projects? When you ask this question…
Read More » -
Enterprise Java
Configuring MySQL for ADF development
Hi all. Today I’m going to show you how to configure MySQL database for Oracle ADF development. IMHO when you…
Read More » -
Software Development
Applying the 80:20 Rule in Software Development
Managers don’t want to think harder than they have to. They like simple rules of thumb, quick and straightforward ways…
Read More »