35 programming habits that make your code smell
Interesting article about some bad programming practices, including topics like code organization, teamwork, testing and maintenance.
Interesting article about some bad programming practices, including topics like code organization, teamwork, testing and maintenance.
Last week I faced a situation to import some Eclipse projects to IntelliJ IDEA, my default Java IDE. IntelliJ IDEA supports this integration, just go to File...
Here is an interesting post about how to add integration tests and configure its dependencies in a Gradle build.
Some days ago I was developing a task on a Gradle project and I faced with a situation where I had to convert a Map < String, List < String >> to...
I’ve came across that kata from @brjavaman and @yanaga to teach lambdas, one of the new features of JDK 8.