Client types in OAuth 2.0

In OAuth 2.0, we can have many different types of Client Applications that users can use to access Resource Server’s resources. For example, we have native mobile applications, web applications including Single Page Application, console or backend applications, etc. These Client Applications will need to… Read More

Install PostgreSQL server using Docker

In this tutorial, I will show you how to install PostgreSQL server using Docker! We will use the docker run command to run a PostgreSQL Docker Image on Docker Hub https://hub.docker.com/_/postgres as follows:

Inside: — name <container_name> is the Docker container name that you… Read More

Introduction about WebJars

I don’t know how you guys work with Java web applications using front-end frameworks such as JQuery, Bootstrap, … but for me, the management and configuration to use these frameworks is sometimes a big problem. For example, using the Backbone.JS library, this library has a… Read More