diff options
| author | Paul Buetow <paul@buetow.org> | 2024-08-26 23:07:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-08-26 23:07:44 +0300 |
| commit | fa3426b5d9ac9eeccaea3aa7e4eb44e1fa2eab65 (patch) | |
| tree | f391aa531e8837ffe3ef0601d2a3aa8135c9fcca /gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi | |
| parent | 87d2c5cdd30fbed688eeac23e173398e95edda10 (diff) | |
Update content for gemtext
Diffstat (limited to 'gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi')
| -rw-r--r-- | gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi b/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi index 858c3982..e9ca9728 100644 --- a/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi +++ b/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi @@ -2,6 +2,12 @@ > Published at 2021-12-26T12:02:02+00:00; Updated at 2022-01-12 +Log4shell (CVE-2021-44228) made it clear, once again, that working in information technology is not an easy job (especially when you are a DevOps person). I thought it would be interesting to summarize a few techniques to help you to relax. + +(PS: When I mean DevOps, I also mean Site Reliability Engineers and Sysadmins. I believe SRE, DevOps Engineer and Sysadmin are just synonym titles for the same job). + +=> https://en.wikipedia.org/wiki/Log4Shell + ``` ) ) (( ( @@ -22,13 +28,25 @@ ||| \ __/_|| __||__ -----||-/------`-._/||-o--o---o--- ~~~~~' -``` - -Log4shell (CVE-2021-44228) made it clear, once again, that working in information technology is not an easy job (especially when you are a DevOps person). I thought it would be interesting to summarize a few techniques to help you to relax. - -(PS: When I mean DevOps, I also mean Site Reliability Engineers and Sysadmins. I believe SRE, DevOps Engineer and Sysadmin are just synonym titles for the same job). - -=> https://en.wikipedia.org/wiki/Log4Shell +``` + +## Table of Contents + +* ⇢ How to stay sane as a DevOps person +* ⇢ ⇢ Set clear expectations +* ⇢ ⇢ Always respond to requests but set expectations and boundaries +* ⇢ ⇢ ⇢ Dealing with requests +* ⇢ ⇢ ⇢ Escalation is only a tool +* ⇢ ⇢ Think positively +* ⇢ ⇢ Go slower even if you could go faster +* ⇢ ⇢ ⇢ You work in a team +* ⇢ ⇢ ⇢ Don't rush +* ⇢ ⇢ You are not a superhero +* ⇢ ⇢ ⇢ Give away some of your superpowers +* ⇢ ⇢ Don't jump on all problems immediately +* ⇢ ⇢ Force breaks; and shutdown now +* ⇢ ⇢ Block time every day for personal advance +* ⇢ ⇢ More ## Set clear expectations |
