-
Software Development
The Life(Cycles) of UX/UI Development
It recently occurred to me that not one of the dozens and dozens of user interfaces I’ve worked on over…
Read More » -
Agile
What we forget about the Scientific Method
I get fed up hearing other Agile evangelists champion The Scientific Method, I don’t disagree with them, I use it…
Read More » -
Enterprise Java
An alternative approach of writing JUnit tests (the Jasmine way)
Recently I wrote a lot of Jasmine tests for a small personal project. It took me some time until I…
Read More » -
Enterprise Java
How to get JSON response from JSF?
Many JavaScript widgets expect data and options in JSON format. Nowadays, it is really easy to choose a cool widget…
Read More » -
Core Java
Java Debuggers and Timeouts
How to use your debugger in the presence of timeouts in your code. My kingdom for a debugger! So you’ve…
Read More » -
Desktop Java
JavaFX Tip 8: Beauty Is Skin Deep
If you are developing a UI framework for JavaFX, then please make it a habit to always split your custom…
Read More » -
Enterprise Java
From framework to platform
When I started my career as a Java developer close to 10 years ago, the industry is going through a…
Read More » -
Core Java
How to use bloom filter to build a large in memory cache in Java
BackGround Cache is an important concept to solve day to day software problems. Your application may perform CPU intensive operations,…
Read More » -
Enterprise Java
Spring, REST, Ajax and CORS
Assuming you’re working on a project based on JavaScript for the client side and who makes ajax requests to a…
Read More »