-
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 » -
Software Development
SharedHashMap vs Redis
Overview This is a comparison between OpenHFT’s SharedHashMap and a popular key-value store Redis. Any vendor will tell you how…
Read More » -
Agile
Scaling Agile? Think Out, Not Up
I taught the Influential Agile Leader workshop with Gil Broza last week in Edinburgh. (That’s why I was quiet. I…
Read More » -
Core Java
My Move From ColdFusion to Java Development
Although I studied and experimented with different development technologies and tools throughout my college and graduate careers, my full-time professional…
Read More » -
Android Core
Create a jar library with gradle using AAR info
Some posts ago, I talked about how to use gradle to push an aar to maven central. If you remember,…
Read More » -
Core Java
Playing with Java 8 – Lambdas, Paths and Files
I needed to read a whole bunch of files recently and instead of just grabbing my old FileUtils.java that I…
Read More » -
Software Development
HTML5: Offline Upload of Images
I am currently working on an application which has needs to work offline. This has the beneficial side effect, we…
Read More » -
Enterprise Java
Rocking with mongodb on spring boot
I’m a fan of Spring Boot and here’s my mongodb example project on Spring Boot. Most of the mongodb example…
Read More »