-
Career
A Guide To Lifelong Employability For Tech Pros
There seem to be a rash of “Am I Unemployable?” posts and comments lately on sites that I frequent, and…
Read More » -
Enterprise Java
Advanced ListenableFuture capabilities
Last time we familiarized ourselves with ListenableFuture. I promised to introduced more advanced techniques, namely transformations and chaining. Let’s start…
Read More » -
Enterprise Java
Implement Bootstrap Pagination With Spring Data And Thymeleaf
Twitter Bootstrap has a very nice pagination UI, and here I will show you how to implement it with Spring…
Read More » -
Software Development
Best Practices Ever for Software Development
Write programs for people, not computers. a program should not require its readers to hold more than a handful of…
Read More » -
Software Development
Git – let’s make errors (and learn how to revert them)
It’s not a secret that git is not a very easy tool to use. I am able to use it…
Read More » -
Core Java
My Custom Thread Pool Executor in Java
ThreadPoolExecutor is a feature added by java concurrent api to maintain and reuse threads efficiently , so that our programs…
Read More » -
Career
Mobile Development Job Trends – 2013-02
Today is the final winter job trends post, mobile development job trends. Initially, this was a look at how mobile…
Read More » -
Enterprise Java
Devoxx UK free ticket giveaway – Roundup
Fellow geeks, Our giveaway of a £350 Devoxx UK 2013 London community conference ticket has ended. You may find the…
Read More » -
Core Java
Difference between Comparator and Comparable in Java
One of the common interview question is ‘What are differences between Comparator and Comparable’. or ‘How will you sort collection…
Read More »