Java developers absolutely must learn Maven. Maven is the most popular and pervasive build tool in the Java world. Even if you don't use Maven directly, alternatives such as Gradle, Jenkins or Ivy ...
It's always a good idea to employ a few static code analysis tools as part of your software development routine. There are a number of great tools that perform static analysis of Java code, such as ...