Back to archive

Thread

3 tweets

1
@KingOfCoders I'm very much with you, Stephan. I don't know for whom the current web tech stack is optimized for, but everything is unnecessarily complex. Frontend tech has added so many layers you can almost forget that some poor browser needs to run some JavaScript eventually.
2
@KingOfCoders And backend, well. Increasingly, I'm thinking of microservices mostly as a deployment strategy, and fine-grained scaling. But most people probably won't need this.
3
@KingOfCoders I've also heard people say they prefer really simple, small microservices so things don't get complicated, without realizing that the complexity is the same, AND you replaced function calls with remote network calls.