-
Enterprise Java
Optimizing Neo4j Cypher queries
Last week, I spent a good number of hours trying to optimize around 20 Cypher queries that were performing disastrously(36866ms…
Read More » -
Enterprise Java
SLF4J Logging in Eclipse Plugins
Developing with Maven and pure Java libraries all the time, I never thought it could be a problem to issue…
Read More » -
Enterprise Java
Be Careful With Cache Managers
If you are using spring and JPA, it is very likely that you utilize ehcache (or another cache provider). And…
Read More » -
Core Java
Inferred exceptions in Java
It’s always nice to borrow and steal concepts and ideas from other languages. Scala’s Option is one idea I really…
Read More » -
Software Development
Classic Mistakes in Software Development and Maintenance
…the only difference between experienced and inexperienced developers is that the experienced ones realize when they’re making mistakes. Jeff Atwood,…
Read More » -
Software Development
Significant Software Development Developments of 2012
I have written before (2007, 2008, 2009, 2010, 2011) on my biased perspective of the most significant developments in software…
Read More » -
Enterprise Java
Couchbase 101: Create views (MapReduce) from your Java application
When you are developing a new applications with Couchbase 2.0, you sometimes need to create view dynamically from your code.…
Read More » -
DevOps
Super Fast Tomcat Installation using FTP and Version Control
When talking about Continuous Delivery one of the tests that both Martin Fowler and Jez Humble often mention is their…
Read More »