DevOps, SRE, and Platform Engineering (thread) Sharing my...

Sharing my understanding of things after working in this domain for about two years.
Starting from the clearest one.
Dev - this is about application development, aka business logic. The only one that makes money for a company.
How to ship code - CI/CD, GitOps, etc. Plus, other things improving the Dev velocity but not concerned with the actual application business logic.
All things observability. Defining SLO and tracking error budget. Monitoring and alerting. Incident response and postmortems.
x.com/tambryantbutow…
PE focuses on creating a platform that can be efficiently used from the Dev, Ops, and SRE standpoints.
There is plenty of actual code writing in PE, but again, it's not about the primary business logic.
Ex: the problem of orchestration is already solved nowadays by Kubernetes or ECS. However, it's solved in a quite generic way. PE makes it tailored for the company's needs.
However, the separation between Dev, Ops, and SRE becomes more apparent when the company size gets bigger.
DevOps, SRE, and Platform Engineering from the standpoint of a Developer turned SRE.
iximiuz.com/en/posts/devop…