init
This commit is contained in:
65
public/data/skills/devops.json
Normal file
65
public/data/skills/devops.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"category": "DevOps",
|
||||
"skills": [
|
||||
{
|
||||
"id": "docker",
|
||||
"name": "Docker",
|
||||
"description": "Plateforme de conteneurisation pour développer, expédier et exécuter des applications",
|
||||
"links": [
|
||||
"https://www.docker.com/",
|
||||
"https://docs.docker.com/",
|
||||
"https://github.com/docker/docker-ce"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "kubernetes",
|
||||
"name": "Kubernetes",
|
||||
"description": "Système d'orchestration de conteneurs open source",
|
||||
"links": [
|
||||
"https://kubernetes.io/",
|
||||
"https://kubernetes.io/docs/",
|
||||
"https://github.com/kubernetes/kubernetes"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "aws",
|
||||
"name": "Amazon Web Services",
|
||||
"description": "Plateforme de services cloud d'Amazon",
|
||||
"links": [
|
||||
"https://aws.amazon.com/",
|
||||
"https://docs.aws.amazon.com/",
|
||||
"https://github.com/aws"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "terraform",
|
||||
"name": "Terraform",
|
||||
"description": "Outil d'infrastructure as code pour construire, changer et versionner l'infrastructure",
|
||||
"links": [
|
||||
"https://www.terraform.io/",
|
||||
"https://learn.hashicorp.com/terraform",
|
||||
"https://github.com/hashicorp/terraform"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "jenkins",
|
||||
"name": "Jenkins",
|
||||
"description": "Serveur d'automatisation open source pour CI/CD",
|
||||
"links": [
|
||||
"https://www.jenkins.io/",
|
||||
"https://www.jenkins.io/doc/",
|
||||
"https://github.com/jenkinsci/jenkins"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "githubactions",
|
||||
"name": "GitHub Actions",
|
||||
"description": "Plateforme CI/CD intégrée à GitHub",
|
||||
"links": [
|
||||
"https://github.com/features/actions",
|
||||
"https://docs.github.com/en/actions",
|
||||
"https://github.com/actions"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user