''Rails and Java are pretty similar, right? Also, it's two days until release, but I need a feature added.'' Does this experience match yours? Let us know.
Spring Security 5.0 offers a host of new tools for your authentication needs. Let's see how to use it and OIDC together to secure your Spring-based apps.
Need to create multiple writing threads and a single reading thread for your queue? Want better performance than java.util.concurrent.BlockingQueue? Try this out.
Follow along with this tutorial to learn how to set up throttling in your system using a few different open source frameworks along with Java and XML code.
No language is perfect for every use case, but Scala brings a lot of advantages. Let's go over some of its more desirable features and when to consider Scala.
If you are dealing with money or precision is a must, use BigDecimal. Otherwise, Doubles tend to be good enough. Let's dive into this concept a little more.
See how Java 10 is preparing to more fully embrace immutability, or at least unmodifiability, through methods aimed at making it more understandable to devs.
In the world of testing, two frameworks are often compared to one another: JUnit and Spock. We take a look at both to help see which one might be right for your next project.