Java
-
Small scale stream processing kata. Part 1: thread pools
Once again I prepared a programming contest on GeeCON 2016 for my company. This time the assignment required designing and…
Read More » -
Getting started with Apache Flink and Kafka
Introduction Apache Flink is an open source platform for distributed stream and batch data processing. Flink is a streaming data…
Read More » -
How To: Insert and Read From a Database using Json
In this article we will create a plugin for Speedment that generates serialization and deserialization logic using Gson to make…
Read More » -
Getting Started With JHipster, Part 2
So you’re back! In the last installment of this series, we created a JHipster application taking the monolithic route. It was the…
Read More » -
Java on the AWS cloud using Lambda
Amazon Web Services gets more popular by the day. Java is a first class citizen on AWS and it is…
Read More » -
Spring Security and Custom Password Encoding
On a previous post we added password encoding to our spring security configuration using jdbc and md5 password encoding. However…
Read More » -
JavaOne 2016 Observations by Proxy
I was not able to attend JavaOne 2016 and so am happy to see numerous resources online that allow me…
Read More » -
Free Webinar: The New Way to Debug Java in Production
What are some of the most useful Java production debugging techniques? You never know what might happen when you deploy…
Read More » -
Spring Security and Password Encoding
On previous posts we dived into spring security. We implemented security backed by jdbc, security based on custom jdbc queries…
Read More »