Java
-

Testing with Hoverfly and Java Part 2: Delays
On the previous post we implemented json and Java based Hoverfly scenarios..Now it’s time to dive deeper and use other…
Read More » -

The Poison Message SQS Problem
AWS’s SQS is a really reliable and performant solution for transporting requests around a system. A couple of years ago,…
Read More » -

Quick tip: Referencing other Properties in Spring
In Spring property (or yaml) files we can reference other properties using the ${..} syntax. For example: 1 2 3…
Read More » -

AWS Glue – Can not create a Path from an empty string
1. Overview I was receiving this error while trying to run an AWS Glue job that communicated with a DB2…
Read More » -

Developing a Simple Service with Spring Boot
In this post, I will demonstrate how to create a simple web service using Spring Boot. This framework makes it…
Read More » -

Keeping the Caller Busy
There are ways we could refactor the displayCart function, but consider a second what the caller is doing each time…
Read More » -

Java 8 Base64 Encoding and Decoding (With Examples)
Learn different ways to do base64 encoding and decoding functionality in java and using java 8 api, and also examples…
Read More » -

Java 8 Optional Tutorial With Examples
A quick and in-depth tutorial to Optional API in java 8. Exploring various types of examples to understand the right…
Read More » -

Spring boot data JPA – Query for nested object
Nowadays spring boot and spring data are widely used frameworks. If you are building web application in java, spring boot…
Read More »


