Java
-

Create DynamoDB tables with Java
On this post we will create Tables on a DynamoDB Database the java way.Ā Before getting started we need to have…
Read More » -

Spring Cloud Zuul Support – Configuring Timeouts
Spring Cloud providesĀ support forĀ Netflix Zuul – a toolkit for creating edge services with routing and filtering capabilities. Zuul Proxy support…
Read More » -

Create Resilient Camel applications with Hystrix DSL
Apache Camel is a mature integration library (over 9 years old now) that implements all the patterns from Enterprise Integration…
Read More » -

JSON Web Tokens With Spring Cloud Microservices
At Keyhole, we have published several blogs about Microservices. Weāve talked about architectural patterns used in a Microservices environment such…
Read More » -

Java Arrays Sort decoded
Sorting is one the first algorithm that we learn in computer science. Sorting is such an interesting area that it…
Read More » -

Creating Value Objects with Immutables
In response to my recent post AutoValue: Generated Immutable Value Classes, Brandon suggested that it might be interesting to see…
Read More » -

Java 8: Default Method Resolution Rules
With the introduction of default methods in Java 8, it is now possible for a class to inherit the same…
Read More » -

Load balancing with Apache Camel
In this example we will show you how to use Apache Camel as a load balancer for your system. In…
Read More » -

The Truth Behind the Big Exceptions Lie
Exceptions are probably the most misused Java language feature. Hereās why Letās break some myths. There is no tooth fairy.…
Read More »



