What we are trying to solve here? A simple race condition problem, where multiple pieces of code are trying to access the same shared data!
All commands could be accessed typing: make help
To test the code using containers🐋
make dev/test
& make dev/lint
The load tests it's using the following rules:
- 100 concurrent users
- 10000 requests in total
Some resources that were useful to solve it