-
Enterprise Java
Reactive Cassandra
Or an adventure on reading data reactively from Cassandra. Overview Let’s first try to define what reactive means from programming…
Read More » -
Desktop Java
Java, the Steam controller and me
Do you ever wondered if you could use existing stuff for something new? I saw some footage of the so-called…
Read More » -
Software Development
Big Data the ‘reactive’ way
A metatrend going on in the IT industry is a shift from query-based, batch oriented systems to (soft) realtime updated…
Read More » -
Core Java
(Part 2 of 3): Synopsis of articles & videos on Performance tuning, JVM, GC in Java, Mechanical Sympathy, et al
This is a continuation of the previous post titled (Part 1 of 3): Synopsis of articles & videos on Performance tuning,…
Read More » -
Core Java
ArrayList vs LinkedList
I must confess the title of this post is a little bit catchy. I have recently read this blog post…
Read More » -
Enterprise Java
WebSocket and Java
WebSocket is a cool new(ish) technology that allows real-time, two-way communication between the browser and the server, with almost no…
Read More » -
Core Java
Applying ForkJoin – from optimal to fast
JDK 7 is well into the hands of developers by now and most people have heard of ForkJoin, yet not…
Read More » -
Core Java
Anatomy of a Java Decompiler
A decompiler, simply put, attempts to reverse the transformation of source code to object code. But there are many interesting…
Read More » -
Core Java
Using Intel Performance Counters To Tune Garbage Collection
Introduction I have to admit that I was shocked. Indeed, quite shaken when I realised this advent calendar post would…
Read More »