-
DevOps
Ignore the Hype: 5 Docker Misconceptions Java Developers Should Consider
How can you to take a pragmatic approach to Docker and look beyond the hype? Docker has been getting a…
Read More » -
Software Development
Code and other reviews (a small piece of advice)
Many teams have some sort of very regular reviews. I’m not thinking personnel reviews or budget reviews, I’m thinking code…
Read More » -
Enterprise Java
Handling time outs in Async requests in JAX-RS
JAX-RS 2.0 provides support for asynchronous programming paradigm, both on client as well as on the server end. This post…
Read More » -
Software Development
Rethinking Pair Programming
By default, we always do our work in pairs. We strongly believe that the quality achieved by two people working…
Read More » -
Core Java
Roll Your Own Pirate-Elvis Operator
So, Java doesn’t have an Elvis operator (or, as it is more formally known, null coalescing operator or null-safe member…
Read More » -
Core Java
Java 8 Lambda Expressions Tutorial
Greetings! :) After a few months away I decided to come back in style :). I noticed that one of…
Read More » -
Enterprise Java
JSF: Validation at the right phase (understanding the life cycle)
Hi everyone! Although the title emphasises the word validation, this article is actually about the JSF life cycle. That’s because…
Read More » -
Core Java
I Found My Java Remake!
Back in January, I wrote a post about some changes I would love to see in the Java language that…
Read More » -
Enterprise Java
Spring Batch Tutorial – The ULTIMATE Guide
This is Spring batch tutorial which is part of the Spring framework. Spring Batch provides reusable functions that are essential in processing…
Read More »