Flavio de Sousa Blog on Programming, Sysadmin, DevOps and everything inbetween
Somebody who deleted himself posted this comment about another Microservices craze critique. I reproduced it below for the sake of hoarding:

Some time ago I stumbled upon this stupid meme attempt:
Posted by:
Flavio de Sousa
4 years, 6 months ago
2016 is almost over and NOW I touched HTML5 Canvas!
Today I was playing (never competing, please!) on a CodeChef programming contest and was dismayed when comparing my timings with some other competitors. Theirs were way shorter and I saw no way to improve my O(N) solution because I HAD to read an array of values. My processing was taking place while reading the data, using no loops only simple calculations.