Recent Posts

The importance of Code review

3 minute read

I think code review is one of the most important things in software development nowadays. Code quality makes software maintainable and makes the job easier f...

How to manage Maven dependencies

3 minute read

When you create a Java project using Maven as a dependency management you can include all the dependencies that you want in your repository. A possible struc...