As a computer science student, I haven't gotten to the point where I hate coding yet. I'm looking for some smaller, more simple projects that I can work on outside of my programming class to get a ...
The actor model is a message-passing paradigm that resolves some of the major challenges of writing concurrent, scalable code for today’s distributed systems. In this installment of Open source Java ...
If you were excited about Node.js, Vert.x could be the next big thing for you: a similarly architected enterprise system that is built on the JVM. This installment of the Open source Java projects ...
As software development teams get larger, application packaging and deployment tasks become much harder. Handwritten scripts and low-level JDK utility calls just don't scale as teams grow, which is ...