This article reviews the benefits of using a monolithic structure for your project, and choosing which framework to use based on features and documentation.
Inter-service communication is essential to consider when building microservices. Learn about the characteristics and benefits of different communication styles.
Do you love the smell of FailedAttachVolume and FailedMount errors with Kubernetes on AWS EBS? No? Oh. Well, here's what's probably causing them (and how to fix them).
Hot swapping code can help maximize your efficiency as a developer. In this post, we take a look at how to get this up and running using Spring Boot Developer Tools!
Learn how to integrate the Cucumber framework with Spring Boot integration tests and collect reports in a Jenkins pipeline for behavior-driven testing.
To keep Docker image management easy, someone built a Nexus CLI to clean up old Docker Images. See how to use it and consider helping out with the project on GitHub.
When it comes to bringing microservices to the JVM, it's hard to go wrong with Akka and its actor model. Let's see how they contribute to microservices adoption.
Many times, the cardinality of data can be rather large compared to the amount of data to be ingested. Let's investigate more by testing the performance of a database.