Yesterday I was watching Michael DeHaan (Creator of Ansible) answering questions from network engineers about automation. Michael made the comment...
For further actions, you may consider blocking this person and/or reporting abuse
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!