Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
krates1437ySounds almost like my current one! Sometimes I wonder how people like this get on such functions
-
binygal1887y@krates in the case of the one that I had, he was great server administrator and the guy who was working more than anyone else in the company. That made him qualified according to the CEO.
-
binygal1887y@nocgod right. The ability to scale horizontally is to run 1 service on multi instances and we can run several services on one instance. I just talked in a way he will understand.
-
nocgod17587y@binygal by simplifying it you explained it incorrectly. The better explanation would be that this method helps better utilize the the server resources better and enhance the code quality and scalability, thus reducing the maintenance costs...
most managers speak money not technology/methodology (unfortunately) -
If you actually demonstrate the benefits to your engineering organization and the business as a whole, then moving to microservices https://alpacked.io/blog/... will help you grow, scale, and make money.
CTO: I heard about this great architecture of microservices. What is it exactly?
Me: it's building many servers with one responsbility each.
CTO: That sound good. But let keep it simple and build only one big microservice.
Me: 😲
(True story from a comapny a worked for)
undefined