Software-defined everything seems to be everywhere these days. In this article, Olga Annenko discusses software-defined integration and what it should mean to you.
Learn a handy trick to persist your natural key entities using Spring Data. See how that compares to surrogate keys and what other tricks that permits.
In this post we take a deep dive into Elasticsearch, including the basics as well as some different field types, replete with examples to help get you going with both static and dynamic mappings!
Want to write better unit tests in Java? Look no further. From test-driven development to measuring code coverage, here are seven tips to get the job done.
With the growth of API-centric IT initiatives, API gateways and management layers are common place. Should we consider an API gateway for microservices?
Did you know that removing elements from large collections can be really slow and error prone if you do it the wrong way? Here's one way to do it right.