X-definition is an open-source Java API that can be used to extract data from XML files regardless of their size. In this tutorial, see X-definition in action.
This article tells the history behind one of the most trending IntelliJ IDEA plugin - JPA Buddy. Also, it provides some insights about issues using JPA, Hibernate, Spring Data, etc.
In this tutorial, learn how to use Object Store V2 REST APIs to dynamically update the values present in Object Store without making any changes to our code.
In this post of our series “Stranger things in Java” - dedicated to Java insights, we will try to clarify the use of the underscore symbol "_" in Java programming.
In this article, we'll learn how to use Kotlin-TDD to implement the TDD technique. We'll also learn how to improve the readability of our tests and reuse the same process.
In traditional unit testing, we set up our tests around edge cases. Jqwik validates against a whole range of possible inputs, making it better at catching regressions.
If your application uses Log4j from version 2.0-alpha1 to 2.14.1, you should update to the latest version (2.16.0 at the time of writing this) as soon as possible.
A lot of organizations choose the Azure cloud for its rich infrastructure. In this post, we'll explore different options of database migration to Azure PostgreSQL.
Java is one of the most-used programming languages for applications, including cybersecurity. In this post, learn why Java is important to secure web design.
Learn how to automate logging in class and method level using custom annotations in the SpringBoot application, benefitting aspect-oriented programming.
Most DBAs and developers need to not only capture phone numbers, but make them usable. Formatting can make this a tricky task. Let’s look at how to solve it