Take a look at this tutorial which explains how to sort using the Collection framework and comparing sorting using comparable with sorting using comparator. Read all
This intro to Selenium 3.0 for automated software testing explains its functions, the benefits of test automation, and the differences from Selenium 2.0. Read all
Jlink is Java 9's new command line tool. See how you can use it to create your own lightweight, customized JRE for a module-based Java application. Read all
A tutorial on how to create test parameterization to test the performance of your API using Spock, a framework for working with Java and Groovy (we use Groovy). Read all
Learn to use the Akka actor model to implement JVM-based microservices, including tips for refactoring old code and when to consider different architectures. Read all
Learn how to add user management and security to your Play Framework app using a combination of Okta, OpenID Connect, and pac4j's Play integration. Read all