Asynchronous Games in Firebase; pt I
Since the social web started to expand, asynchronous multiplayer games seems to really have taken off. So my immediate question is obviously, can I do that on Firebase? And the short answer is: of course. For the long answer, please
A Java Concurrency Bug, and How We Solved It
Everyone agrees that good debugging is critical. But it is not entirely trivial when it comes to multi-threaded applications. Here's the story how I tracked down a nasty bug in the Java5 ReentrantReadWriteLock. Update 15/4: To be a bit clearer, the