Tagged "devops"

DevOps: as you make your bed so you must lie in it.

I wholeheartedly agree that DevOps should not be a role. However, the current reality is that IT IS a role.

During a DORA community meeting (dora.community), the recurring question, “Is DevOps a role?” surfaced once again. My daughters are peacefully asleep so I’ve decided to delve into this topic.

Over the past seven years, I’ve dedicated five years to leading a “DevOps” team, and for the last year, I’ve served as the Head of DevOps and Platform Engineering.

Read more...

Me

I’m not fronted or backend.
I’m not DevOps or SRE.
I’m not Developer or Architect.

I love software in any shape or form.
I love the fact that I can “materialize” ideas with it.
I love problems and I love challenges.

Read more...

Let's talk terraform: genesis

I have used Terraform daily for the past five years, and during this time, I have developed some ideas on how to use it.

  • What to use.
  • What not to.
  • Why.

Here starts a series of posts meant to share how we are using terraform in 2021.

Read more...

Jenkins Credentials

Snippet to get back credentials from a jenkins server.

Get to https://jenkins-url.com/script and paste the code below:

Read more...