Recent Posts

10 common mistakes using exceptions in Java

5 minute read

In this post, we are going to go through some common mistakes using exceptions in java. Exceptions in Java are not an easy topic and different teams can have...

Technical debt

3 minute read

Do you know what it means to have debt? Is when you have to return to the bank money with interests. The more debt that you have, the worse, because you have...

Creating an Orika converter

2 minute read

If we think in a Java REST api that we want to build it would be a good practice that the requests objects of your api should not be used inside your appl...

Release on Friday

2 minute read

Release software to production is the action to deliver software to your customers. From the moment that somebody thinks of a good idea until we release it, ...