-
Enterprise Java
Swagger UI on MicroProfile OpenAPI
MicroProfile OpenApi gives us a standardized way to describe our JAX-RS API’s using OpenApi 3. If you have used swagger-jaxrs…
Read More » -
Software Development
5 reasons eSignatures are the must-have tool you don’t think about
Many companies boast about going entirely digital, but continue to work with mountains of documents. Don’t be that company. The…
Read More » -
Software Development
The Role of a Modern-Tester in The Era of Machine Learning (ML) and Artificial Intelligence (AI)
We keep hearing about new solutions for test automation and continuous testing. Such solutions aim to increase the test automation…
Read More » -
Core Java
Builders and Manipulators
Here is a simple principle for naming methods in OOP, which I’m trying to follow in my code: it’s a…
Read More » -
Core Java
Unit testing constraints with business input from Excel or LibreOffice
The business experts explain the business constraints to us, the developers. But how can we be sure that we understood…
Read More » -
Desktop Java
Fluent Design Style Slider For Java, JavaFX
JMetro’s Java, JavaFX theme version has just been bumped up to version 4.2. This version brings a new style to…
Read More » -
Software Development
SQL Interview Questions and Answers – The ULTIMATE List
This is a summary of numerous important questions that have the potential to be asked in an SQL related job…
Read More » -
Enterprise Java
Reusable MicroProfile Health probes
MicroProfile Health API is a very basic API to report the state of your service, based on one or more…
Read More » -
Core Java
Apache Commons ArrayUtils.toString(Object) versus JDK Arrays.toString(Object)
Apache Commons Lang provides an ArrayUtils class that includes the method toString(Object) that “Outputs an array as a String.” In…
Read More »