-
Software Development
Apache Flink GA – Planning for the Future
The distributed computation world has seen a massive shift in the last decade. Apache Hadoop showed up on the scene…
Read More » -
Core Java
Java compile in Java
In a previous post I wrote about how to generate a proxy during run-time and we got as far as…
Read More » -
DevOps
How to Set Up Mutual TLS Authentication
So you’ve got an admin panel because it’s just easier than fiddling with the Rails console to administer the application.…
Read More » -
Scala
How-To Apache Spark Streaming with Scala Part 1 – Supergloo
Let’s start Apache Spark Streaming by building up our confidence with small steps. These small steps will create the forward…
Read More » -
Software Development
Push your configuration to the limit – spice it up with statistics
So – you built a service with an advanced algorithm that uses some kind of classification in order to detect…
Read More » -
Enterprise Java
Microservices trouble? Lagom is here to help. Try it!
The cake is backed. We’re proud to announce that the new Apache licensed microservice framework Lagom is available on GitHub!…
Read More » -
Core Java
Java A’s new Local-Variable Type Inference
News could hardly get more exciting than this, for a programming language aficionado! There is now a JEP 286 for…
Read More » -
Core Java
Lambda of Lambda, if/else from an Optional
So I got frustrated with two limitations of the Optional interface in JDK 8. The first problem is that there…
Read More » -
Enterprise Java
How to add auto-update the Version Number of a Play Framework 2.X Project
I wanted to have Version numbers that get automatically updated when I want to release a new version, so I…
Read More »