Curious about when you would actually use the splitAsStream method? Here's a use case of splitting a file into chunks that can be processed as streams.
Learn how to test your APIs with Spock, a comprehensive testing framework that uses Java and Groovy, leveraging the benefits of several existing Java frameworks.
In this post, we take a look at how you can reuse a header and footer across all Thymeleaf templates with some help from Spring Boot's auto-configuraiton.
A useful metric to track to help keep bugs out of production is the defect escape rate. Learn about it and how to track it to help you reduce the bugs in your own system.
Learn how to get started with Apache Livy, a project in the process of being incubated by Apache that interacts with Apache Spark through a REST interface.
Learn how to build a secure SPA using Spring Boot and OAuth while using a Spring Boot starter to get additional support for validation and authority mapping.
Learn how to apply artificial intelligence and predictive modeling techniques to predict outcomes of cricket matches based on venue, players, toss winner, and more.
Learn about the four main error handling strategies- try/catch, explicit returns, either, and supervising crashes- and how they work in various languages.