Measuring production code coverage with JaCoCo
Microservices is the new fancy way of doing applications. Yet, most companies still have big …
Microservices is the new fancy way of doing applications. Yet, most companies still have big …
At ContaAzul, we have several old pieces of code that are still running in production. We are …
Every now and then an active java-based project enters in a “dependency hell” …
There are a lot of Java API’s and Frameworks which rely in static methods and the sort. …
FYI: Like the previous post, this is a really quick tip. Let’s imagine we have two …
Every once in a while I see somewhere a wrong import to the old, deprecated junit.framework …
Have you ever wrote JUnit tests extending a class that does some before and after work, so you …
Exponential backoff is an algorithm that uses feedback to multiplicatively decrease the rate of …
For some reason, Oracle blocked the installers to run only on a fixed OSX version range with a …
Earlier this year, the new version of the Java Programming Language was released. Finally, it …
I found that it’s pretty hard to have a project with high test coverage and fast …
At the company I work Pull Requests are part of our culture. When someone opens a Pull Request, …
This post is about the Twitter change from Ruby to Java, some years ago, fact that, sadly, is …
Some time ago, I posted here about a simple project that I’ve done in my post-graduation …
So, I just compiled a little list of things that, I believe, make me dislike Java everyday a …
For those wo don’t know, GWT-Bootstrap wants to port the Twitter Bootstrap widgets to GWT …
According to the project site on GitHub, The Guava project contains several of Google’s …
Yesterday, I wrote a small article talking about Guice and JUnit, so, this time, I’ll …
First of all: Do you use Guice as Depency Injection Container in your Apps? If not, why? Well, …
First of all, if you haven’t done it yet, read Getting started with GWT-Bootstrap. Create …
GWT-Bootstrap is a project that aims to provide all the Twitter Bootstrap styles and widgets to …
Hi everybody! One of the classes of my post-graduate was the Java Persistence API (JPA). The …