Faster Testing of the JPA Repository in Spring Applications
In the ‘Clean Code‘ book, Uncle Bob defined the five characteristics of a clean test. Those characteristics have the acronym FIRST;
Software Developer
In the ‘Clean Code‘ book, Uncle Bob defined the five characteristics of a clean test. Those characteristics have the acronym FIRST;
The “Factory Pattern” falls under the creational design patterns and is most widely used in Java applications. Similar to the
On several occasions, I have used the Mars Rover challenge to train developers on TDD principles. This time, I am
Recently, I had a task to migrate the unit tests in our project from ‘JUnit 4’ to ‘JUnit 5’. As
In my previous post, I explained the different types of exceptions in Java and left two questions for this post!
Reading the chapter ‘Error Handling‘ from the book ‘Clean Code‘ made me think whether developers follow the clean code rules when
The video of our talk at AgileTour Beirut is finally available online! You can watch it here: You can
Last week’s coding dojo session was a special one, not only because we brought a cake 🙂 but because it
Recently, I was in charge of training two fresh-graduate newcomers to our department. My mission was to prepare a two
How should we test the Data Access Layer code? Many developers ask that question. Similar to the other layers of