-
Core Java
InterruptedException and interrupting threads explained
If InterruptedException wasn’t checked exception, probably no one would even notice it – which would actually prevent couple of bugs…
Read More » -
Core Java
Law of Demeter in Java – Principle of least Knowledge – Real life Example
Law of Demeter also known as principle of least knowledge is a coding principle, which says that a module should…
Read More » -
Enterprise Java
Meet Fabric8: An open-source integration platform based on Camel and ActiveMQ
Fabric8 Fabric8 is a Apache 2.0 Licensed upstream community for the JBoss Fuse product from Red Hat. It’s is an…
Read More » -
Career
How I Learned To Appreciate Job Hoppers
The possibility of being labeled a job hopper is still a concern for many in the technology world. This fear is…
Read More » -
Core Java
Using IntelliJ..for 2 weeks, so far so good
It’s been almost 2 weeks that I have completely switched over to IntelliJ as my main Java IDE at home…
Read More » -
Enterprise Java
Neo4j 2.1: Passing around node ids vs UNWIND
When Neo4j 2.1 is released we’ll have the UNWIND clause which makes working with collections of things easier. In my…
Read More » -
Software Development
Testing effectively
Recently, there was a heaty debate regarding TDD which started by DHH when he claimed that TDD is dead. This…
Read More » -
Enterprise Java
Connecting to Cassandra from Java
In my post Hello Cassandra, I looked at downloading the Cassandra NoSQL database and using cqlsh to connect to a…
Read More » -
Core Java
Is it Imperative that you learn Functional Programming with Java 8?
I’ve recently been taking look at Java 8 and have got hold of “Java 8 In Action” published by Manning.…
Read More »