{"id":21162688,"url":"https://github.com/ytbryan/devops-resources","last_synced_at":"2025-06-26T03:35:38.174Z","repository":{"id":39716431,"uuid":"360393414","full_name":"ytbryan/devops-resources","owner":"ytbryan","description":"A collection of beginner-friendly DevOps content ","archived":false,"fork":false,"pushed_at":"2024-02-06T15:41:17.000Z","size":5049,"stargazers_count":66,"open_issues_count":6,"forks_count":37,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-04T10:27:32.656Z","etag":null,"topics":["azure","devops","linux","python"],"latest_commit_sha":null,"homepage":"mansion.vercel.app","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ytbryan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-22T04:39:48.000Z","updated_at":"2025-01-26T00:43:54.000Z","dependencies_parsed_at":"2024-11-20T13:34:27.983Z","dependency_job_id":"42fe8528-1c37-4e01-919f-9f533237ed48","html_url":"https://github.com/ytbryan/devops-resources","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ytbryan/devops-resources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytbryan%2Fdevops-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytbryan%2Fdevops-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytbryan%2Fdevops-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytbryan%2Fdevops-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ytbryan","download_url":"https://codeload.github.com/ytbryan/devops-resources/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytbryan%2Fdevops-resources/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261995716,"owners_count":23242204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","devops","linux","python"],"created_at":"2024-11-20T13:32:31.213Z","updated_at":"2025-06-26T03:35:38.143Z","avatar_url":"https://github.com/ytbryan.png","language":null,"readme":"![logo](logo.jpg)\n\n\n## What is DevOps\n- [What is Devops](https://www.youtube.com/watch?v=Xrgk023l4lI)\n- [Acloudguru - What is devops](https://acloudguru-content-attachment-production.s3-accelerate.amazonaws.com/1596643034334-devops-essentials-slides_1524580554.pdf)\n- [Acloudguru - periodic table of devops](https://acloudguru-content-attachment-production.s3-accelerate.amazonaws.com/1596643207021-periodic-table-of-devops-tools-v3-1_1567623477.pdf)\n\n## Basic Introduction to DevOps\n\n- Documentation \n  - [Pandoc](https://pandoc.org/getting-started.html)\n  - [Asciidoc](https://asciidoc.org/#try)\n  - [Markdown Tutorial](https://github.com/luong-komorebi/Markdown-Tutorial)\n  - [Learn Markdown](https://learn-markdown.github.io/#)\n- Command Line\n  - [What is Command Line Interface](https://en.wikipedia.org/wiki/Command-line_interface)\n  - [Why learn Command Line](https://www.dataquest.io/blog/why-learn-the-command-line/)\n- Linux\n  - [How to secure remote login and file transfer](https://www.ssh.com/ssh/protocol/)\n  - [Linux Command Handbook](https://www.freecodecamp.org/news/the-linux-commands-handbook/)\n  - [How to install Windows Subsystem for Linux on Windows 10](https://www.windowscentral.com/install-windows-subsystem-linux-windows-10)\n  - [Video - Why Linux is better for programming](https://www.youtube.com/watch?v=otDOHt_Jges)\n  - [Video - The 50 Most Popular Linux \u0026 Terminal Commands - Full Course for Beginners](https://www.youtube.com/watch?v=ZtqBQ68cfJc\u0026t=9s)\n  - Vim\n    - [Learn Vim using vimgenius](http://www.vimgenius.com/)\n  - SysOps \n    - [Sysops handbook](https://abarrak.gitbook.io/linux-sysops-handbook)\n\n- Python\n  - [Python Documentation](https://www.python.org/doc/)\n  - [Basic data types](https://realpython.com/python-data-types/)\n  - [Flask](https://flask.palletsprojects.com/en/1.1.x/)\n  - [How to Create Python Virtual Environments on Ubuntu 18.04](https://linuxize.com/post/how-to-create-python-virtual-environments-on-ubuntu-18-04/)\n  - [Pycharm](https://www.jetbrains.com/pycharm/)\n    - [Configure the desired shell of terminal emulator](https://www.jetbrains.com/help/pycharm/terminal-emulator.html#configure-the-terminal-emulator)\n    - [Pycharm keyboard shortcuts](https://www.jetbrains.com/help/pycharm/mastering-keyboard-shortcuts.html)\n  - [Visual Studio Code](https://code.visualstudio.com/)\n    - [Useful VSCode extension for Python 1](https://livecodestream.dev/post/best-vscode-extensions-for-python/)\n    - [Useful VSCode extension for Python 2](https://www.datasource.ai/en/data-science-articles/top-10-python-extensions-for-visual-studio-code)\n    - [Python Tutor for beginners](https://pythontutor.com/visualize.html#mode=edit)\n    - [Thonny - Python IDE for beginners](https://thonny.org)\n        \n- DevOps Theory\n  - [Learn Learn a professional Git workflow with a bot as your teammate. For free!](https://profy.dev/project/github-minesweeper)\n  - [Git and Github full course in 5 hours](https://www.youtube.com/watch?v=KMOmw19ZCGs)\n  - [Brian Yu's introduction to Git](https://www.youtube.com/watch?v=eulnSXkhE7I)\n  - [Git](https://git-scm.com/docs)\n    - [Git Stash](https://www.atlassian.com/git/tutorials/saving-changes/git-stash)\n    - [Working with forks](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/working-with-forks)\n    - [Syncing a fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork)\n    - [Learn Git Branching](https://learngitbranching.js.org/)\n    - [An open source game about learning Git!](https://ohmygit.org/)\n    - [Oh Shit, Git!?!](https://ohshitgit.com/)\n    - [Marklodato's visual git guide](http://marklodato.github.io/visual-git-guide/index-en.html)\n    - [Github minesweeper](https://profy.dev/project/github-minesweeper)\n    - [Git Immersion](https://gitimmersion.com)\n    - [The Odin Project](https://www.theodinproject.com/lessons/foundations-git-basics)\n    - [19 Essential Git Commands](https://twitter.com/oliverjumpertz/status/1540292529006022721)\n    - [Visualizing Git Concepts with D3](https://onlywei.github.io/explain-git-with-d3/)\n    - [Atlassian Git tutorial](https://www.atlassian.com/git/tutorials/advanced-overview)\n    - [Large file storage](https://git-lfs.github.com.)\n    - [Pro Git Book 2](https://github.com/progit/progit2)\n    - [Github Skill](https://skills.github.com)\n    - [Write useful git message](https://www.conventionalcommits.org/en/v1.0.0/)\n    - [Intro to git merge and git rebase](https://www.freecodecamp.org/news/an-introduction-to-git-merge-and-rebase-what-they-are-and-how-to-use-them-131b863785f/)\n    - [Intro to git rebase and force push by git lab](https://docs.gitlab.com/ee/topics/git/git_rebase.html#regular-rebase)\n  - [Periodic table of Devops tools](https://digital.ai/periodic-table-of-devops-tools)\n \n\n- Vim \n  - [Vim References](https://learnbyexample.github.io/vim_reference/Introduction.html)\n  - [Vim help org](https://vimhelp.org/version9.txt.html)\n- DevOps Blogs\n  - [Spacelift Blog](https://spacelift.io/blog)\n  - [DevOps Group Blog](https://www.devopsgroup.com/blog/)\n  - [Digital.ai](https://digital.ai/catalyst-blog)\n  - [Everything DevOps on Reddit](https://www.reddit.com/r/devops/)\n  - [Docker](https://docs.docker.com/get-started/overview/)\n    - [Docker Command](https://docs.docker.com/engine/reference/run/)\n    - [Docker beginner to expert](https://dockerlabs.collabnix.com)\n    - [Docker overview](https://medium.com/@kmdkhadeer/docker-get-started-9aa7ee662cea)\n\n- Azure\n  - [Azure Exam Skill measurement](https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE3VwUY) - [Reference](https://docs.microsoft.com/en-gb/learn/certifications/exams/az-900)\n  - [Azure Documentation](https://docs.microsoft.com/en-us/azure/?product=featured)\n  - [Azure CLI installation](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli)\n  - [Cloud service models](https://jelvix.com/blog/cloud-service-models)\n  - [What is IaaS?](https://azure.microsoft.com/en-us/overview/what-is-iaas/)\n  - [What is PaaS?](https://azure.microsoft.com/en-us/overview/what-is-paas/)\n  - [What is SaaS?](https://azure.microsoft.com/en-us/overview/what-is-saas/)\n  - [Creating an Azure account](https://docs.microsoft.com/en-us/dotnet/azure/create-azure-account)\n  - [Types of Databases on Azure](https://azure.microsoft.com/en-us/product-categories/databases/)\n    - [SQL vs NoSQL](https://www.xplenty.com/blog/the-sql-vs-nosql-difference/)\n- Clouds\n  - [Type of Cloud](https://www.bmc.com/blogs/saas-vs-paas-vs-iaas-whats-the-difference-and-how-to-choose/)\n- Networking\n  - [Fundamentals of Computer Networking](https://docs.microsoft.com/en-us/learn/modules/network-fundamentals/)\n  - [A set of networking tutorials](https://www.softwaretestinghelp.com/computer-networking-basics/)\n  \n- [A Collection of Cheatsheet](#cheatsheet)\n  - [Vim cheatsheet](https://vim.rtorr.com)\n  - [Git cheatsheet](http://git-cheatsheet.com/)\n  - [Git cheatsheet2 by ndpsoftware](https://ndpsoftware.com/git-cheatsheet.html#loc=stash)\n  - [Python cheatsheet](https://github.com/gto76/python-cheatsheet)\n  - [Unix command cheatsheet](http://academy.delmar.edu/Courses/ITSC1358/eBooks/Unix%28CommandsCheatSheet%29.pdf)\n\n- Common troubleshooting\n  - [Fixing the github tool issue with a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)\n\n- Useful softwares for Window users\n  - [Git Bash](https://gitforwindows.org/)\n  - [Window Terminal](https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701?activetab=pivot:overviewtab)\n  -[WSL](https://docs.microsoft.com/en-us/windows/wsl/)\n\n- Useful softwares for Mac users\n  - [Oh My Z](https://ohmyz.sh)\n  - [homebrew](https://brew.sh)\n\n- Azure Certification\n  - [AZ900 - Sample Questions](https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWSRk3)\n  - [Comparison between AWS \u0026 Azure](https://docs.microsoft.com/en-us/azure/architecture/aws-professional/services)\n\n- Ansible\n  - [Arithmetic Operations in Ansible with Jinja syntax](https://www.mydailytutorials.com/ansible-arithmetic-operations/)\n  - [Training Course for Ansible Automation Platform](https://aap2.demoredhat.com/)\n\n- Terraform\n  - [Learn Terraform the hard way](https://github.com/AdminTurnedDevOps/Terraform-The-Hard-Way)\n    - Terraform tools\n      - [Terragrunt](https://github.com/gruntwork-io/terragrunt)\n      - [Terrascan](https://github.com/accurics/terrascan)\n\n- Kubernetes\n  - [A visual guide on troubleshooting Kubernetes deployments](https://learnk8s.io/troubleshooting-deployments)\n\n- Regex\n[I hate regex](https://ihateregex.io)\n[A Ruby regular expression editor](https://rubular.com/)\n\n- Some Architecture \n  - [SHIP HATS - Govt Tech architecture](https://docs.developer.tech.gov.sg/docs/ship-hats-documentation/#/architecture-diagram)\n  - [IBM Continous delivery pipeline](https://www.ibm.com/cloud/architecture/architectures/devOpsArchitecture/)\n    - [DevOps Architecture drawing](https://www.cloudskew.com/)\n    - [FREE IBM editable powerpoint](https://www.ibm.com/cloud/architecture/files/devops-editable-ppt.pptx)\n\n- News \n  - [devopsdigest](https://www.devopsdigest.com)\n\n- Applied Tutorial\n  - Simple DevOps Project-1 | Simple DevOps project for CI/CD | CI/CD through Jenkins\nhttps://www.youtube.com/watch?v=Z9G5stlXoyg \n- Simple DevOps Project-2 | CI/CD pipeline using GIT, Jenkins \u0026 Ansible\nhttps://www.youtube.com/watch?v=nE4b9mW2ym0\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytbryan%2Fdevops-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fytbryan%2Fdevops-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytbryan%2Fdevops-resources/lists"}