DEV Community

Discussion on: What does a Devops Engineer do?

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!