(no title)
sent-hil | 3 years ago
If you want hands on experience, pick an open source app in the language you know and deploy it somewhere and load test till it breaks and see which part breaks first. It could be your load balancer can’t handle that many connections or you app server rubs out of memory or the db comes to a crawl. The more real world you can make load test queries the better.
At the very least you’ll get hands on experience.
PascalW|3 years ago