-
Scala
Scala Wonderland: Lists
In functional style methods should not have side effects. A consequence of this philosophy is that List is immutable in…
Read More » -
Software Development
Why we dropped Eclipse in favour of IntelliJ
As a background – all of us in Plumbr have all been using Eclipse for as long as we can…
Read More » -
Software Development
Why PostgreSQL is so Awesome
Just recently, I’ve blogged about PostgreSQL 9.3 having been released, which is awesome enough as PostgreSQL finally supports materialised views…
Read More » -
Android Core
Detecting Television Feature on Android
I wrote up a post on google plus, that may be interested to a wider audience. If you are an…
Read More » -
Clojure
Clojure: All things regex
I’ve been doing some scrapping of web pages recently using Clojure and Enlive and as part of that I’ve had…
Read More » -
Software Development
From Top to Bottom – TDD for Web Applications
I am a “testing fanatic” but I don’t understand test-driven development. Or so I thought. I have read a few…
Read More » -
Groovy
Grails Goodness: Accessing Resources with Resource and ResourceLocator
Grails uses Spring and we can piggyback on the Spring support for resource loading to find for examples files in…
Read More » -
Core Java
Better JUnit-based Unit Tests with NetBeans 7.4 beta Hints
In my last post, I wrote about hints provided in NetBeans 7.4 beta that improve a developer’s ability to avoid…
Read More » -
Enterprise Java
Exploring Apache Camel Core – Seda Component
The seda component in Apache Camel is very similar to the direct component that I’ve presented in previous blog, but…
Read More »