DEV Community

Discussion on: What is the most fun coding problem you resolved?

Collapse
 
kairias97 profile image
Kevin Irías

Like two months ago there was a company here at my country that had a section of visitors count for each promotion they had, which were acquirable through buying coupons, so I investigated through the browser and found the counter increased per page load and using a http call to a webservice, so I followed its structure of call and made a console application in c# that made thousands and thousands of api calls and using parallelism, so in a short time one of the promotions had like 314k visits. It was funny because I build up something just for purposes of curiosity.