The Ops Community βš™οΈ

Discussion on: What has been the best DevOps-related course or certification you've taken?

Collapse
 
eriklz profile image
Erik Lundevall Zara

That is a bit tricky to answer, I think. A lot of things have been picked up on the way as solutions and ways of working have evolved. Reddit has a discussion thread about getting into DevOps which has some good suggestions to look at:

reddit.com/r/devops/comments/wdmw2...

I think understanding devops culture and mindset is good to get an idea of what to strive for, some of the suggestions in the reddit thread covers those aspects. There are also multiple "devops roadmap" descriptions there, about areas to study.

I would argue that while these roadmaps cover a lot of good areas, thet tend to cover a lot. Also, it will be contextual as actual tools to use can vary a lot from company to company. The maturity of each company in terms of devops culture can also vary a lot.

In cloud space, learning software engineering practices, pick up coding skills in a programming language, learning about continuous delivery principles and some infrastructure-as-code and/or configuration management tooling is good.
Examples of tools/languages to pick up are git, Python, Terraform, Ansible. But learn about devops culture and mindset, continuous delivery, TDD and software engineering in general also. Tools can vary, mindset, culture and general principles and practices can be applied more universally.

Thread Thread
 
ellativity profile image
Ella (she/her/elle)

Thanks for such a thoughtful response to my question, @eriklz! That Reddit thread is so helpful, I'll definitely be sharing it with some other people I know who have asked similar questions.

I think your answer vibes with @the_cozma's reply above, also saying that it's important to be discerning about what you're learning. This is generally great advice for any career/industry, so it makes sense that it's also true for DevOps.

Lucky we have this space to share precisely these insights. Appreciate you being a part of it!