Welcome to mastertheboss!

Latest tutorials

How to tune the performance of Java 11 HttpClients

The Java 11 HttpClient API provides a lot of configuration options that you can use ...

Managing Keycloak user metadata and custom attributes

Each user that is stored in Keycloak can store basic Metadata information such as name ...

Debugging RestAssured Tests

When you run REST Assured tests, you may encounter errors such as failing assertions, incorrect ...

How to live reload applications on WildFly

In this article we will discuss how to use WildFly Maven plugin to automate the ...

How to use Keycloak Admin REST API

The Keycloak REST Admin API is a Web service Endpoint that allows you to manage ...

Configuring OpenId Authorization with Keycloak

OpenID Connect is a widely-used authentication protocol that allows users to authenticate themselves to a ...

How to use Mockito to supercharge your Java Testing

Mockito is a powerful and easy-to-use mocking framework for Java applications. With Mockito, you can ...

How to Log the REST Request and Response

This article discusses a simple strategy to debug the Request and Response from a Jakarta ...

How to use a Datasource in Quarkus

Agroal is a connection pool implementation that can be used with Quarkus to manage database ...

REST Crud Application using Quarkus and Vue.js

This article shows how to run a Quarkus 3 application using Jakarta REST Service and ...

Getting started with Quarkus 3

This article introduces some of the new features of the upcoming Quarkus 3 release which ...

How to list Maven local artifacts using JBang

Listing the available artifacts in your Maven local repository generally requires a Maven project. In ...

Cheatsheets

JUnit 5 Cheatsheet (2023)

This article contains a JUnit 5 Cheatsheet which you can use as handy reference to ...

Quarkus Cheatsheet (2022)

Here is a simple cheatsheet that will help you as reference guide to build your ...

JBoss cheatsheet for Linux Administrators (2022)

This is my JBoss / WildFly cheatsheet I use for managing the application server on ...

JBoss / WildFly XML descriptors reference

WildFly uses a set of custom XML descriptors which can be used to customize Enterprise ...

REST Services Cheat sheet

Here is a comprehensive JAX-RS Cheatsheet to help you code your REST Services. JAX RS-Annotations ...

REST Services cURL cheatsheet

Here is a cheatsheet that might be useful for REST developers that need a simple ...

Docker CheatSheet for DevOps

Here is a Docker CheatSheet covering all the core Docker commands with example parameters. Post ...

JBoss Datasource cheatsheet

Here is a cheatsheet with some examples of Datasources configurations which are valid for JBoss ...