Hacker News new | ask | show | jobs
by squiguy7 3747 days ago
> We are currently deploying multiple times a day, up to 250 times a week (continuously increasing).

That is such a huge win. Time spent deploying and monitoring is wasteful; especially when you have a large application running on hundreds of machines.

1 comments

Not only deploying and monitoring: managing bugs instead of fixing them. managing releases instead of releasing. And by the way: developing small microservices instead of trying to understand how to extend a single big, tangled monolith. --Guido