{"id":44586600,"url":"https://github.com/dev-rashedin/charismatic-ci-cd","last_synced_at":"2026-02-14T06:11:35.046Z","repository":{"id":336985486,"uuid":"1052514216","full_name":"dev-rashedin/charismatic-ci-cd","owner":"dev-rashedin","description":"A curated collection of CI/CD examples and experiments using GitHub Actions, GitLab CI/CD, and Jenkins.","archived":false,"fork":false,"pushed_at":"2026-02-07T06:30:19.000Z","size":5,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-07T15:45:44.168Z","etag":null,"topics":["ci-cd","github-a","gitlab-ci-cd","jenkins-ci-cd"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dev-rashedin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-08T06:53:33.000Z","updated_at":"2026-02-07T06:30:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dev-rashedin/charismatic-ci-cd","commit_stats":null,"previous_names":["dev-rashedin/charismatic-ci-cd"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dev-rashedin/charismatic-ci-cd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-rashedin%2Fcharismatic-ci-cd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-rashedin%2Fcharismatic-ci-cd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-rashedin%2Fcharismatic-ci-cd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-rashedin%2Fcharismatic-ci-cd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev-rashedin","download_url":"https://codeload.github.com/dev-rashedin/charismatic-ci-cd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-rashedin%2Fcharismatic-ci-cd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29438641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T05:24:35.651Z","status":"ssl_error","status_checked_at":"2026-02-14T05:24:34.830Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","github-a","gitlab-ci-cd","jenkins-ci-cd"],"created_at":"2026-02-14T06:11:34.468Z","updated_at":"2026-02-14T06:11:35.036Z","avatar_url":"https://github.com/dev-rashedin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Charismatic CI/CD 🚀\n\nA curated collection of CI/CD examples and experiments using **GitHub Actions**, **GitLab CI/CD**, and **Jenkins**.\n\nThis repository is a hands-on learning playground focused on building, understanding, and comparing modern CI/CD pipelines across different platforms.\n\n---\n\n## 📌 Purpose\n\nThe goal of this repository is to:\n\n- Learn CI/CD concepts through real examples\n- Compare workflows across different CI/CD tools\n- Experiment with best practices and patterns\n- Serve as a reference for future projects\n\nThis is **not** a production-ready template repo — it’s a learning-first space.\n\n---\n\n## 🧰 Tools \u0026 Platforms Covered\n\n- **GitHub Actions**\n- **GitLab CI/CD**\n- **Jenkins**\n\nEach tool has its own directory with examples and notes.\n\n---\n\n## 📂 Repository Structure\n\n```\n\ncharismatic-ci-cd/\n│\n├── github-actions/\n│   ├── basic-workflow.yml\n│   ├── nodejs-ci.yml\n│   └── README.md\n│\n├── gitlab-ci/\n│   ├── .gitlab-ci.yml\n│   └── README.md\n│\n├── jenkins/\n│   ├── Jenkinsfile\n│   └── README.md\n│\n└── README.md\n\n```\n\n\u003e Each folder contains:\n\u003e - Example pipelines\n\u003e - Tool-specific notes\n\u003e - Learning references\n\n---\n\n## ⚙️ What You’ll Find Here\n\n- Basic CI pipelines (build, test, lint)\n- Environment variables \u0026 secrets handling\n- Job dependencies and stages\n- Caching strategies\n- Deployment simulations\n- Comparisons between CI/CD tools\n\n---\n\n## 🧪 Who This Repo Is For\n\n- Developers learning CI/CD from scratch\n- Engineers switching between CI/CD platforms\n- Anyone who prefers **learning by doing**\n\n---\n\n## 🚧 Work in Progress\n\nThis repository is continuously evolving.\nExpect:\n- New workflows\n- Refactors\n- Notes as lessons learned grow\n\n---\n\n## 📖 How to Use\n\n1. Pick a CI/CD tool directory\n2. Read the local `README.md`\n3. Explore and tweak the pipeline files\n4. Break things, fix them, learn ✨\n\n---\n\n## 🤝 Contributions\n\nThis is primarily a personal learning repository, but:\n- Suggestions\n- Improvements\n- Discussions\n\nare always welcome.\n\n---\n\n## 📜 License\n\nMIT License — feel free to learn, copy, and adapt.\n\n---\n\n## ✨ Author\n\n**Rashedin Islam**  \nDeveloper passionate about clean code, learning systems, and poetic tech names 😄  \n🔗 https://www.rashedin.dev/\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-rashedin%2Fcharismatic-ci-cd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-rashedin%2Fcharismatic-ci-cd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-rashedin%2Fcharismatic-ci-cd/lists"}