fromStavros
6 days agoWhy is everything so scalable?
the stack of every single company I've seen is invariably AWS/GCP with at least thirty microservices (how else will you keep the code tidy?), a distributed datastore that charges per query but whose reads depend on how long it's been since the last write, a convoluted orchestrator to make sure that you never know which actual computer your code runs on, autoscaling so random midnight breakages ensure you don't get too complacent with your sleep schedule.
Software development