Akka event sourcing done right
At the end of the past summer, I have been captured by a very interesting discussion about Commands and Events between Viktor Klang and Martin Thompson:
At the end of the past summer, I have been captured by a very interesting discussion about Commands and Events between Viktor Klang and Martin Thompson:
As Docker is gathering more interest from the big IT companies, it seems to be a perfect way to delivery the applications to the production environemnt. If ...
It is a solution I have written because my collegue was struggling to write a code that was collecting one element for each list in an ordered way and acce...
I started to develop a web crawler part of a bigger project, then I have to choice what kind of HTML parser library I have to use. I have used NekoHTML in t...
The Google Web Toolkit (GWT) allows you write plain java code, and then to translate it to client-side javascript code. Therefore it permits you to reuse yo...