DEV Community

What does a Devops Engineer do?

Grumpy Bits on June 25, 2021

Yesterday I was watching Michael DeHaan (Creator of Ansible) answering questions from network engineers about automation. Michael made the comment...
Collapse
 
petertorres profile image
Pete Torres

Great article! If I may include: as you mentioned in regards to scripting, it's important to know the tooling around the languages you are supporting (npm/yarn, Gradle/maven, Rake/Make, etc). As an example, in a Node project, I find myself working a lot in package.json when setting up automated testing and scripting the build process. Another important thing to become familiar with is working with auth workflows such as the ones used in Oauth2 as systems become more distributed. Thanks for posting and sharing your knowledge!