Many articles out there claim that Protobuf is a better choice than JSON for performance reasons. But is that really true? The investigation continues here.
The number of connected devices is skyrocketing, and new solutions are being introduced to process and visualize data every day. But it's not all sunshine and roses.
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.
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.
Learn how to use Amazon SQS with a simple Java program to send a message from a producer running in a process and consume the message by a consumer in another process.
How to get started using free, preprocessed CommonCrawl web crawl datasets that you could use for machine learning, natural language processing, and more.
web3j seamlessly integrates with Spring Frameworks. Simply create a new Spring Boot app, add the starter to your configuration, and create a service with web3j.