In this tutorial I will show you how you can easily run async/await in parallel.
It seems to me that we often forget the power of async await, which comes from
being able to run multiple async tasks/jobs/functions at the same time.
In order for us to