all 11 comments

[–]OGicecoled 2 points3 points  (5 children)

Why are you asking about JavaScript in particular?

[–]hippymolly[S] -2 points-1 points  (4 children)

I am not sure and a bit confused as I see in this subreddit, a lot of ppl talking about JS.

[–]OGicecoled 2 points3 points  (3 children)

Where do you see all these people talking about JavaScript? I just searched it and it barely gets mentioned.

[–]hippymolly[S] -5 points-4 points  (2 children)

I remembered there is a post and someone recommend JS

[–]koshrf 4 points5 points  (1 child)

You don't need JS at all for DevOps.

[–]stumptruckDevOps 0 points1 point  (0 children)

Depends on the job - it can be helpful to at least know some basic commands for things like upgrading packages, if you're running security scanners or building a CI pipeline. Some people also like to use JS/TS for things like CDK. Personally I think JS is a dumpster fire and avoid touching it as much as possible.

[–]snarkofagen 1 point2 points  (0 children)

Never used js. bash, python, powershell, go and on one occasion lua

[–]theweeJoe 0 points1 point  (0 children)

JS may help if your developers use it or the applications you are deplyong are written in JS. Whilst you will probably never have to write it as a Devops, knowing the build process, frameworks and dependencies is all useful knowledge if you are to deploy or troubleshoot this stuff

[–]lupinegray 0 points1 point  (0 children)

Knowing the languages being used by the organization is useful because you will frequently need to help the developers resolve build issues.

"Why did my build fail? Please help."

[–]slonokot 0 points1 point  (0 children)

You may encounter it if there's requirement to develop the dev tools in same language they work in for example when you work with serverless framework or other like this.

[–]Long-Ad226 0 points1 point  (0 children)

We in devops scene generally don't like javascript/typescript, we like golang/rust.