Often when we are building applications, there is the need to build POJO’s classes and with this type classes, also comes a lot of boilerplate…
Tech is fun!
Often when we are building applications, there is the need to build POJO’s classes and with this type classes, also comes a lot of boilerplate…
A common practice when developing tests with JUnit is to use assertions. But this comes with a drawback, since when an assert fails, the whole…
This is the first post and I would like to explain a bit about my intentions of writing this blog. First, one problem that usually…