Spaces:
Sleeping
Sleeping
File size: 4,557 Bytes
89e9963 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | {
"collaborateurs": [
{
"nom": "Alice Martin",
"metier_actuel": "Développeur Backend",
"competences": [
{"domaine": "Informatique", "methode": "Architecture API", "outil": "Python"},
{"domaine": "Informatique", "methode": "Base de données", "outil": "PostgreSQL"},
{"domaine": "Informatique", "methode": "Base de données", "outil": "MySQL"},
{"domaine": "Informatique", "methode": "Développement", "outil": "Java"},
{"domaine": "Gestion", "methode": "Agilité", "outil": "Jira"}
]
},
{
"nom": "Bob Durand",
"metier_actuel": "Analyste Financier",
"competences": [
{"domaine": "Finance", "methode": "Audit", "outil": "Excel"}
]
},
{
"nom": "Charlie Leroy",
"metier_actuel": "Admin Système",
"competences": [
{"domaine": "Informatique", "methode": "Cloud", "outil": "AWS"},
{"domaine": "Informatique", "methode": "Scripting", "outil": "Bash"},
{"domaine": "Informatique", "methode": "Sécurité", "outil": "Firewalls"},
{"domaine": "Informatique", "methode": "Réseau", "outil": "Cisco"}
]
},
{
"nom": "David Petit",
"metier_actuel": "Data Scientist",
"competences": [
{"domaine": "Data", "methode": "Machine Learning", "outil": "Scikit-Learn"},
{"domaine": "Informatique", "methode": "Développement", "outil": "Python"}
]
},
{
"nom": "Eve Morel",
"metier_actuel": "Chef de Projet Marketing",
"competences": [
{"domaine": "Marketing", "methode": "Stratégie Digitale", "outil": "Google Ads"},
{"domaine": "Gestion", "methode": "Planning", "outil": "Trello"},
{"domaine": "Marketing", "methode": "Analyse", "outil": "Google Analytics"},
{"domaine": "Marketing", "methode": "Communication", "outil": "Canva"},
{"domaine": "Gestion", "methode": "Agilité", "outil": "Scrum"}
]
},
{
"nom": "Franck Simon",
"metier_actuel": "Comptable",
"competences": [
{"domaine": "Finance", "methode": "Fiscalité", "outil": "Sage"},
{"domaine": "Finance", "methode": "Audit", "outil": "Excel"}
]
},
{
"nom": "Grace Lambert",
"metier_actuel": "Développeur Frontend",
"competences": [
{"domaine": "Informatique", "methode": "UI/UX", "outil": "React"},
{"domaine": "Informatique", "methode": "Design", "outil": "Figma"},
{"domaine": "Informatique", "methode": "Intégration", "outil": "CSS"},
{"domaine": "Informatique", "methode": "UI/UX", "outil": "Vue.js"}
]
},
{
"nom": "Hugo Bernard",
"metier_actuel": "Chargé de Clientèle",
"competences": [
{"domaine": "Vente", "methode": "Négociation", "outil": "Salesforce"}
]
},
{
"nom": "Inès Garcia",
"metier_actuel": "Ingénieur DevOps",
"competences": [
{"domaine": "Informatique", "methode": "CI/CD", "outil": "Jenkins"},
{"domaine": "Informatique", "methode": "Cloud", "outil": "Docker"},
{"domaine": "Informatique", "methode": "Architecture", "outil": "Kubernetes"},
{"domaine": "Informatique", "methode": "Cloud", "outil": "Terraform"},
{"domaine": "Informatique", "methode": "Scripting", "outil": "Python"}
]
},
{
"nom": "Jules Faure",
"metier_actuel": "Contrôleur de Gestion",
"competences": [
{"domaine": "Finance", "methode": "Budget", "outil": "Excel"},
{"domaine": "Data", "methode": "Analyse", "outil": "Tableau"},
{"domaine": "Gestion", "methode": "Reporting", "outil": "ERP"},
{"domaine": "Data", "methode": "Visualisation", "outil": "Power BI"}
]
}
],
"metiers_cibles": [
{
"titre": "Data Engineer",
"requis": [
{"domaine": "Data", "methode": "Architecture", "outil": "SQL"},
{"domaine": "Informatique", "methode": "Développement", "outil": "Python"},
{"domaine": "Informatique", "methode": "Cloud", "outil": "AWS"}
]
},
{
"titre": "Responsable Transformation Digitale",
"requis": [
{"domaine": "Gestion", "methode": "Agilité", "outil": "Scrum"},
{"domaine": "Marketing", "methode": "Analyse", "outil": "Google Analytics"},
{"domaine": "Data", "methode": "Visualisation", "outil": "Power BI"}
]
}
]
} |