at Job:
First day at a new company. Nothing is more boring than setting up a new laptop!
at Home:
Exploring on Vert.x framework for a project. Never thought Java could beat NodeJS in-terms of concurrency. Vertx follows multi-threaded event loop concept + "everything is asynchronous" principle. So basically, one Vertx instance/verticle = Clustered NodeJS instances.