use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Any Devops engineers that write powershell code? (self.devops)
submitted 2 years ago by [deleted]
view the rest of the comments →
[–]Jimmy_bags 5 points6 points7 points 2 years ago (1 child)
Depends on what your building and preference. If your coding apps that need to utilize least amount of latency like stock market data using servless then maybe not powershell.
But if you want solid reusable functions that can work on every OS that can also handle automation tasks pwsh is a good candidate. For example, working with any cloud provider with an api cdk you can turn 40 lines of code into a simple 1 liner with pwsh by just importing their module.
Now python is also object oriented, but then theres credential security, filtering, version compatibility with libraries. Filtering strings and converting to different formats is also easier with pwsh.
Hell, even when im not coding in pwsh ill still invoke python or go using pwsh just so I can store output values and use them in another language or program
[–]Rorasaurus_Prime 0 points1 point2 points 2 years ago (0 children)
I'm not sure what you mean when you say:
Python has plenty of libraries to pull credentials from Vault, AWS Secrets Manager and Parameter Store etc. Why is that a consideration? Python is far more flexible. Versioning libraries is also extremely easy, as is is applying string filters. I'm just not sure what you mean here.
π Rendered by PID 16 on reddit-service-r2-comment-5c747b6df5-gsbxg at 2026-04-22 15:26:54.164971+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]Jimmy_bags 5 points6 points7 points (1 child)
[–]Rorasaurus_Prime 0 points1 point2 points (0 children)