
Mongodb: how to compare 2 fields from a projection?
In MongoDB it is possible to store information in the form of more or less complex objects. It may happen that we want to compare several fields from a sub-object of a collection. In our example we will use a Product collection in which the Price field will define the…

How to perform a load test on a website

How to perform a simple load test on a website
Before putting a new website into production, especially when it is intended to accommodate a large number of visitors, it is preferable or recommended to carry out a load test. This load test will ensure the correct sizing of the hosting of the website. This will make it possible to…