Functional Bots in 5 Minutes
Sound like a dream? At Cubeia we often need to write bots, either to test a new aspect of Firebase, or to help customers quality test their products. So, naturally we've extracted a little framework for quickly writing bot AI
A Google Analytics Plugin for Nexus
Since Firebase Community Edition uses Maven heavily, I realized I'd like to track our Nexus repository in Google Analytics. The Nexus Book says that there exists such a plugin already, but apparently now one knows where it is. So here's
How to Solve the “file already exists” Maven/SVN Problem
If you are using Subversion and Maven, you might have experienced a message that looks something like: svn: File '/folder/pom.xml' already exists, when executing the "mvn release:prepare" goal. This has surely caused some frustration for us. After looking around we understood
10 Sure Signs You Are Doing Maven Wrong
The "Maven Frustration Syndrome" is a severe decease that I don't think many developers using Maven have not suffered from. Luckily, there are ways to rub Maven the right way. Here's a list of ten things that I have seen