-
Enterprise Java
JPA Tips: Avoiding the N + 1 select problem
Introduction ORM frameworks like JPA simplifies our development process by helping us to avoid lots of boilerplate code during the…
Read More » -
Enterprise Java
Get to Know Customisation: JSON Binding Overview Series
Let’s take a look at how the annotation model and runtime configuration work when customizing the JSON Binding serialization and…
Read More » -
Agile
How to Build an Agile Team for Your Software Development Project
Agile companies believe that teamwork is essential to delivering working software, and that great Agile teams are about “we” rather…
Read More » -
Agile
The MoSCoW Prioritization
One of the hardest part when it comes to implement new ideas and features through the lifecycle of a project…
Read More » -
Enterprise Java
2 Ways to Setup LDAP Active Directory Authentication in Java Spring Security Example Tutorial
LDAP authentication is one of the most popular authentication mechanism around the world for enterprise application and Active directory (an…
Read More » -
Core Java
How to exclude a URL from a Filter
By default, filters doesn’t support excluding a specific URL pattern, whenever you define a URL pattern for a filter then…
Read More » -
Career
Three Common Mistakes of the First Time Tech Lead
The first time a developer steps into the role of a Tech Lead can be difficult. The skills and experience…
Read More » -
Core Java
Recent Java Developments – Late April 2018
There have been several recent developments in the Java-sphere this week and I summarize some of them in this post.…
Read More » -
Core Java
Enhancing Java switch Statement with Introduction of switch Expression
In late December of last year, I posted “Switch Expressions Coming to Java?” Since then, there has been significant discussion,…
Read More »