-
Enterprise Java

Jar Hell made Easy – Demystifying the classpath with jHades
Some of the hardest problems a Java Developer will ever have to face are classpath errors: ClassNotFoundException, NoClassDefFoundError, Jar Hell,…
Read More » -
Enterprise Java

Java EE 7 with Angular JS – CRUD, REST, Validations – Part 2
This is the promised follow up to the Java EE 7 with Angular JS – Part 1. It took longer…
Read More » -
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 »





