-
Enterprise Java
Kafka Benchmark on Chronicle Queue
Overview I was recently asked to compare the performance of Kafka with Chronicle Queue. No two products are exactly alike,…
Read More » -
Enterprise Java
How to connect to MongoDB from a Java EE stateless application
In this post I will present how to connect to MongoDB from a stateless Java EE application, to take advantage…
Read More » -
Core Java
Reducing the frequency of major GC pauses
This post will discuss a technique to reduce the burden garbage collection pauses put on the latency of your application.…
Read More » -
Core Java
Dead simple configuration
Whole frameworks have been written with the purpose of handling the configuration of your application. I prefer a simpler way.…
Read More » -
Enterprise Java
Akka Notes – Actor Logging and Testing
In the first two parts (one, two), we briefly talked about Actors and how messaging works. In this part, let’s…
Read More » - Software Development
-
Software Development
R: A first attempt at linear regression
I’ve been working through the videos that accompany the Introduction to Statistical Learning with Applications in R book and thought…
Read More » -
Career
How To Get a Job in a Different City
There are subtle nuances to job searches outside of the local area. Unless a candidate is considered superlative, non-local applicants are…
Read More » -
Software Development
Neo4j: Generic/Vague relationship names
An approach to modelling that I often see while working with Neo4j users is creating very generic relationships (e.g. HAS,…
Read More »