Audit licenses in your Java dependencies
Package management on the JDK since the introduction of Maven and Gradle is a goodness that many other dev platforms still can’t grasp. I’m thinking of you, pip+virtualenv hacky weirdness…
Package management on the JDK since the introduction of Maven and Gradle is a goodness that many other dev platforms still can’t grasp. I’m thinking of you, pip+virtualenv hacky weirdness…
I’m going to write a quick walthrough post on what is DI, what problems it is trying to solve, and how to manage it concisely in your project. What does DI mean In…
This blog post is the second part of a series. In the previous, I showed how to install a portable version of Postgres on Windows and which reason led me to chose Postgres (link). All…
I have been working for 6 months in a new Java/Maven project in my company. It is quite exciting, we do a lot of cutting-edge technology and of course we use massively Jenkins for…