{"id":18256045,"url":"https://github.com/ismoilovdevml/devops-journey","last_synced_at":"2026-04-08T21:00:15.704Z","repository":{"id":186904752,"uuid":"675731674","full_name":"ismoilovdevml/devops-journey","owner":"ismoilovdevml","description":"DevOps Journey is an open-source educational platform dedicated to advancing the DevOps industry.","archived":false,"fork":false,"pushed_at":"2025-03-21T16:01:20.000Z","size":90940,"stargazers_count":119,"open_issues_count":0,"forks_count":24,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-21T17:22:05.322Z","etag":null,"topics":["ci-cd","database","devops","devops-journey","docker","githubactions","gitops","jenkins","k8s","kubernetes","monitoring","postgresql","ubuntu-server"],"latest_commit_sha":null,"homepage":"https://devops-journey.uz","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ismoilovdevml.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"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},"funding":{"github":["ismoilovdevml"]}},"created_at":"2023-08-07T15:38:53.000Z","updated_at":"2025-03-21T16:01:24.000Z","dependencies_parsed_at":"2023-09-28T12:52:10.207Z","dependency_job_id":"cb71e8e7-7a78-4967-8eb9-3cd56244a89e","html_url":"https://github.com/ismoilovdevml/devops-journey","commit_stats":null,"previous_names":["ismoilovdevml/devops-journey"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismoilovdevml%2Fdevops-journey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismoilovdevml%2Fdevops-journey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismoilovdevml%2Fdevops-journey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismoilovdevml%2Fdevops-journey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ismoilovdevml","download_url":"https://codeload.github.com/ismoilovdevml/devops-journey/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246135747,"owners_count":20729057,"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":["ci-cd","database","devops","devops-journey","docker","githubactions","gitops","jenkins","k8s","kubernetes","monitoring","postgresql","ubuntu-server"],"created_at":"2024-11-05T10:19:39.486Z","updated_at":"2026-04-08T21:00:13.965Z","avatar_url":"https://github.com/ismoilovdevml.png","language":"MDX","funding_links":["https://github.com/sponsors/ismoilovdevml"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🚀 DevOps Journey\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eDevOps Journey is an open-source educational platform dedicated to advancing the DevOps industry.\u003c/h4\u003e\n\n\u003cimg src=\"https://devops-journey.uz/hero.png\" alt=\"logo\" height=\"40\" align=\"left\"\u003e\n\u003ch2 style=\"display: inline\"\u003eDevOps Journey\u003c/h2\u003e\n\u003cbr\u003e\n\n\n![assets](assets/contributing/banner.png)\n\nDevOps Journey is an inclusive, open-source educational platform committed to propelling the DevOps industry forward. We believe in the power of collaboration, learning, and innovation to foster a vibrant DevOps community.\n\n## 🎯 Our Mission\n\nAt DevOps Journey, our mission is to provide a comprehensive and accessible platform for individuals and teams to explore, learn, and master DevOps practices. We empower learners of all levels—from beginners to experienced professionals—by offering a wealth of resources, tutorials, and real-world examples.\n\n## 📚 What We Offer\n\n- **Educational Resources**: Access a diverse range of articles, tutorials, and best practices covering various aspects of DevOps, including continuous integration, continuous delivery, automation, database engineering, containerization, Kubernetes orchestration, web servers, and more.\n- **Hands-On Learning**: Engage in hands-on projects, exercises, and labs designed to reinforce theoretical concepts and encourage practical application in real-world scenarios.\n- **Community Collaboration**: Join a supportive and active community of DevOps enthusiasts, where knowledge sharing, discussions, and collaboration thrive.\n- **Open-Source Philosophy**: Embrace the ethos of open-source development. Our platform is open to contributions from anyone passionate about expanding DevOps knowledge for the entire community.\n\n---\n\n## 🤝 Contributing\n\nWe value your contributions and look forward to your participation! A guide to contributing is available here 👉 [CONTRIBUTING.md](https://github.com/ismoilovdevml/devops-journey/blob/main/CONTRIBUTING.md).\n\nWhether you're a seasoned DevOps practitioner, an aspiring enthusiast, or someone interested in contributing to the DevOps community, there are numerous ways to get involved:\n\n- **🛠️ Contribute**: Help us improve DevOps Journey by contributing articles, tutorials, code snippets, or suggesting enhancements.\n- **💬 Learn and Share**: Explore resources, engage in discussions, and share your knowledge and experiences with the community.\n- **📢 Spread the Word**: Help us reach a broader audience by sharing DevOps Journey with your networks.\n\n---\n\n## 🚀 Getting Started\n\nWe've made it easy to get started with DevOps Journey using our setup script and Makefile:\n\n```bash\n# Clone the repository\ngit clone https://github.com/ismoilovdevml/devops-journey.git\ncd devops-journey\n\n# Install system requirements (Node.js and pnpm)\nmake setup\n\n# Set up development environment with pnpm\nmake setup-dev\n\n# Start the development server\nmake dev\n```\n\nThe Makefile provides many useful commands to simplify development:\n\n- `make setup` - Install system requirements (Node.js and pnpm)\n- `make help` - Display all available commands\n- `make install` - Install dependencies using pnpm\n- `make dev` - Start development server\n- `make build` - Build for production\n- `make docker-build` - Build Docker image\n- `make docker-run` - Run in Docker container\n\nSee the [IMPROVEMENTS.md](IMPROVEMENTS.md) file for details on recent enhancements to the project.\n\nFor detailed information about system requirements and installation options, see [SYSTEM_REQUIREMENTS.md](SYSTEM_REQUIREMENTS.md).\n\nFor Docker deployment and optimization details, see [DOCKER.md](DOCKER.md).\n\n## 🌟 Join Us\n\nBegin or continue your DevOps Journey with us! Dive into our resources, connect with fellow learners and practitioners, and contribute to shaping the future of DevOps.\n\nWelcome aboard, and let's embark on this DevOps Journey together! 🎉\n\n---\n\n## 💖 Sponsoring\n\n### Help Us Grow\n\nMaintaining and developing this project requires time and resources. If you find this project useful and would like to support its ongoing development, consider becoming a sponsor. Your contribution will directly fund:\n\n- **Continuous Improvement**: Sponsorship helps us dedicate more time to enhancing the project, adding features, and improving functionalities.\n- **Community Support**: Sponsors play a crucial role in fostering a vibrant and supportive community, enabling us to provide better support, documentation, and resources.\n\n### Ways to Sponsor\n\n[![GitHub Sponsors](https://img.shields.io/static/v1?label=GithubSponsors\u0026message=%E2%9D%A4\u0026logo=GitHub\u0026color=FE2E00)](https://github.com/sponsors/ismoilovdevml)\n\nYour sponsorship helps ensure the continuous development and improvement of this project. We deeply appreciate your support in making DevOps Journey better for everyone.\n\n---\n\nThank you for being part of the DevOps Journey community! Let's keep building and learning together.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismoilovdevml%2Fdevops-journey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fismoilovdevml%2Fdevops-journey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismoilovdevml%2Fdevops-journey/lists"}