Install Java JDK

To work with the Java programming language, the first thing you need to do is set up the environment to run the application with the Java JDK. In this article, I will guide you through the steps to install Java JDK! To install Java JDK,… Read More

Overview about OAuth 2.0

OAuth (Open Authorization) 2.0 is a standard that defines how third-party applications can access user information and resources related to this user in another application. It makes it possible for third-party applications to access resources without knowing the credentials of the user who owns those… Read More

Install RabbitMQ on macOS

Installing RabbitMQ on macOS is much simpler than on Window, you don’t need to install Erlang because RabbitMQ’s installation file already includes Erlang runtime. To install RabbitMQ on macOS, just go to the address: https://www.rabbitmq.com/download.html, download the Standalone installer version for macOS, extract it, then… Read More