ELB logs are a valuable resource to have on your side. But it is being able to aggregate and analyze them with ELK that really allows you to benefit from the data.
JDBC has its place, but Hibernate comes ready with an arsenal of helpful tools and capabilities that make connecting to your database a much easier prospect.
See how to transform an incoming JSON payload into a Java object. Lots of development work revolves around payload transformation, so this is important to know.
You can never have enough threads. Well, you can, but be sure you know how they work first. This is a comprehensive look at multi-threading throughout the ages.
There are many ways to integrate CloudWatch with the ELK Stack. See how to use a Lambda function to send logs directly from CloudWatch into the Logz.io ELK Stack.
While Spring Actuator is a great way to check on the health of your Spring application, sometimes we need to prevent certain important values from being exposed.
Choosing the right set of automation tools is paramount in successful test automation. Find an overview of various tools strengths and weaknesses here.
You've made some changes to your code, so it's time to redeploy and sit around for five minutes! Or you could use DCEVM and HotswapAgent to turn it into seconds.
When answering common questions, it's good to have as many options as possible. In this post, we do just that in search of what to do with common code in Spring MVC.
Pivot tables are great for summarizing data. Fortunately, you can use Streams to prepare and sort your data so you can put it into a more readable format.
MuleSoft provides various encryption strategies to encrypt your messages. Security is a very important aspect when it comes to developing integration solutions.