From Gatekeepers to Enablers
, on Company-tale
Linkedin described five stages of SRE , the second one being the gatekeeper.
Continue reading From Gatekeepers to Enablers
, on Company-tale
Linkedin described five stages of SRE , the second one being the gatekeeper.
Continue reading From Gatekeepers to Enablers
, on Company-tale
While I was creating a blog post about how to speed up engineering teams to deliver more value to the end-user, a friend of mine shared an idea: linking that story to a different one I was planning to write and taking the opportunity to use the same fictional characters.
Continue reading An imaginary tale of a growing company
, on Sre
If you are reading this, you probably have been in a situation where you had to explain these terms to people that are not familiar with them. But if you haven’t, I can guarantee that you will. These terms are really simple but at the same time very easy to misunderstand.
Continue reading SLI, SLO, SLA explained in a way your kids will understand... maybe
, on Sre
Every once in a while, a new concept appears in the software industry. People start talking about it, making presentations, writing books and even consulting. Everyone seems to be doing the new fancy thing. But even if everyone is talking about it and doing it, are they talking about the same and doing the same?
Continue reading SRE, SRE everywhere
, on Cicd
Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible. Many teams find that this approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly. by Martin Fowler here.
Continue reading Continuous integration - If you don’t know what you’re doing, don’t do it