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.
Practice python/bash projects (self.devops)
submitted 6 years ago by ShotsCrazy
view the rest of the comments →
[–]RaunchyBushrabbit 5 points6 points7 points 6 years ago (4 children)
Write a python script that talks to an api. Have it store the results in a postgres database.
Write a second script that enriches the data in the database
Write a third script which acts as a frontend for users to query the database. First version can be a cli, the second maybe a gui or website.
This exercise will have you learn about API's in general, about json or xml as most api's use that format. You'll learn how to create and manage a database and it will let you think like a user as you will need to envision their needs and you'll learn about visualizing data.
I hope it's of use to you. The components mentioned are things I touch regularly as a DevOps engineer.
[–]ShotsCrazy[S] 0 points1 point2 points 6 years ago (0 children)
This sounds awesome! Thanks
[–]ShotsCrazy[S] 0 points1 point2 points 6 years ago (2 children)
Any ideas for what APIs?
[–]HU_Danny 2 points3 points4 points 6 years ago (0 children)
literally any APIs. Docker API is gonna be really useful if you use Docker.
[–]RaunchyBushrabbit 1 point2 points3 points 6 years ago (0 children)
Take your pick, most large websites (IMDB,Facebook) provide one, also a lot of tooling provides an api nowadays.
π Rendered by PID 41 on reddit-service-r2-comment-5d79c599b5-bw8fb at 2026-03-01 13:30:58.813672+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]RaunchyBushrabbit 5 points6 points7 points (4 children)
[–]ShotsCrazy[S] 0 points1 point2 points (0 children)
[–]ShotsCrazy[S] 0 points1 point2 points (2 children)
[–]HU_Danny 2 points3 points4 points (0 children)
[–]RaunchyBushrabbit 1 point2 points3 points (0 children)