Install Python 2 on Ubuntu

Python is a programming language created by Guido Van Rossum in 1990. Currently, it has two versions, Python 2 and Python 3. In this tutorial, I will guide you to install Python 2 on Ubuntu! First, let’s download Python 2, the latest version at: https://www.python.org/downloads/source/… Read More

Install Mule Enterprise Server

In order to run Mule ESB applications on the production environment, we need to have Mule Enterprise Server. So, in this tutorial, I would like to guide you to install Mule Enterprise Server! First, you can download the Mule Enterprise Server at https://www.mulesoft.com/lp/dl/mule-esb-enterprise. Mule Enterprise… Read More

Fix error “Could not find artifact com.sun:tools:jar:1.5.0” of Apache Maven in Anypoint Studio

When working with Mule ESB using Apache Maven in Anypoint Studio, I am sure that everyone must encounter the following error:

To resolve this error, please follow the instructions below: – First, go to Window -> Preferences, open the Java item and select Installed… Read More

Questions Management – Core Question Service – Build API update question using Spring WebFlux and Spring Data MongoDB Reactive

Check out the full series of Questions Management tutorial here. In the previous tutorial, we prepared all the necessary configurations to build API update a question such as: a Question document object containing the information of a question, a QuestionRepository for manipulation with MongoDB, a QuestionController… Read More