{"id":26052798,"url":"https://github.com/dxas90/learn","last_synced_at":"2025-08-11T05:11:00.383Z","repository":{"id":38849386,"uuid":"230420502","full_name":"dxas90/learn","owner":"dxas90","description":"This repository serves me as a comprehensive learning platform for exploring modern development practices, including CI/CD pipelines, containerization, orchestration with Kubernetes, and application development in Go.","archived":false,"fork":false,"pushed_at":"2025-07-24T20:20:19.000Z","size":428,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-07-30T13:59:27.412Z","etag":null,"topics":["argocd","docker","example","github-actions","gitlab-ci","go","golang","helm-charts","kubernetes","kustomize","openshift"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dxas90.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null},"funding":{"github":["dxas90"]}},"created_at":"2019-12-27T10:07:23.000Z","updated_at":"2025-07-24T20:20:21.000Z","dependencies_parsed_at":"2023-02-17T13:45:59.706Z","dependency_job_id":"d7732aec-8c0e-4d4d-b2c9-477136b76534","html_url":"https://github.com/dxas90/learn","commit_stats":{"total_commits":195,"total_committers":4,"mean_commits":48.75,"dds":0.04102564102564099,"last_synced_commit":"e578a722809b53c07c333dfc89f2ed2c394d8638"},"previous_names":["dxas90/learn","dramirez-qb/learn"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/dxas90/learn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxas90%2Flearn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxas90%2Flearn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxas90%2Flearn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxas90%2Flearn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dxas90","download_url":"https://codeload.github.com/dxas90/learn/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxas90%2Flearn/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269832899,"owners_count":24482333,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["argocd","docker","example","github-actions","gitlab-ci","go","golang","helm-charts","kubernetes","kustomize","openshift"],"created_at":"2025-03-08T06:48:43.183Z","updated_at":"2025-08-11T05:11:00.355Z","avatar_url":"https://github.com/dxas90.png","language":"Go","funding_links":["https://github.com/sponsors/dxas90"],"categories":[],"sub_categories":[],"readme":"# learn [![Build Status](https://img.shields.io/drone/build/dxas90/learn?server=https%3A%2F%2Fdrone.dxas90.xyz)](https://drone.dxas90.xyz/dxas90/learn)\n\n![Lines of code](https://img.shields.io/tokei/lines/github/dxas90/learn)  \njust to learn my stuff :)\n\n### Binaries\n\n[![Releases](https://img.shields.io/github/v/release/dxas90/learn.svg)](https://github.com/dxas90/learn/releases) [![Releases](https://img.shields.io/github/downloads/dxas90/learn/total.svg)](https://github.com/dxas90/learn/releases)\n\n\n### Docker\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/dxas90/learn.svg)](https://hub.docker.com/r/dxas90/learn/) [![Image Size](https://img.shields.io/docker/image-size/dxas90/learn/latest)](https://dxas90.work/pulls/dxas90)\n\n```sh\noc new-app https://github.com/dxas90/learn.git\n```\n\n## What we want\n```text\n          Git Actions:                CI System Actions:\n\n   +-------------------------+       +-----------------+\n+-►| Create a Feature Branch |   +--►| Build Container |\n|  +------------+------------+   |   +--------+--------+\n|               |                |            |\n|               |                |            |\n|      +--------▼--------+       |    +-------▼--------+\n|  +--►+ Push the Branch +-------+    | Push Container |\n|  |   +--------+--------+            +-------+--------+\n|  |            |                             |\n|  |            |                             |\n|  |     +------▼------+            +---------▼-----------+\n|  +-----+ Test/Verify +◄-------+   | Deploy Container to |\n|        +------+------+        |   | Ephemeral Namespace |\n|               |               |   +---------+-----------+\n|               |               |             |\n|               |               +-------------+\n|               |\n|               |                    +-----------------+\n|               |             +-----►| Build Container |\n|      +--------▼--------+    |      +--------+--------+\n|  +--►+ Merge to Master +----+               |\n|  |   +--------+--------+                    |\n|  |            |                     +-------▼--------+\n|  |            |                     | Push Container |\n|  |     +------▼------+              +-------+--------+\n|  +-----+ Test/Verify +◄------+              |\n|        +------+------+       |              |\n|               |              |    +---------▼-----------+\n|               |              |    | Deploy Container to |\n|               |              |    | Staging   Namespace |\n|               |              |    +---------+-----------+\n|               |              |              |\n|               |              +--------------+\n|               |\n|        +------▼-----+             +---------------------+\n+--------+ Tag Master +------------►| Deploy Container to |\n         +------------+             |     Production      |\n                                    +---------------------+\n```\n\n### LICENCE\n\n![GitHub](https://img.shields.io/github/license/dxas90/learn)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxas90%2Flearn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdxas90%2Flearn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxas90%2Flearn/lists"}