160 lines
6.4 KiB
JSON
160 lines
6.4 KiB
JSON
{
|
||
"profile": {
|
||
"first_name": "Alexandre",
|
||
"last_name": "Gut",
|
||
"title": "Ingénieur Informatique & Systèmes Embarqués",
|
||
"subtitle": "Développeur passionné par l'informatique industrielle, la robotique et les systèmes embarqués. Je conçois des solutions concrètes à des problèmes techniques complexes.",
|
||
"available": true,
|
||
"available_label": "Disponible · Ingénieur en formation",
|
||
"email": "alexandre.gut@icloud.com",
|
||
"github_url": "https://github.com/GutAlexandre",
|
||
"github_label": "github.com/GutAlexandre",
|
||
"linkedin_url": "https://www.linkedin.com/in/alexandre-gut-06a885203/",
|
||
"linkedin_label": "linkedin.com/in/alexandre-gut-06a885203",
|
||
"cv_url": ""
|
||
},
|
||
|
||
"hero": {
|
||
"greeting": "Bonjour, je suis",
|
||
"cta_primary_label": "Voir mes projets",
|
||
"cta_secondary_label": "Me contacter",
|
||
"code_window": {
|
||
"filename": "alexandre.py",
|
||
"lines": [
|
||
{ "type": "keyword", "text": "class " },
|
||
{ "type": "class", "text": "Alexandre" },
|
||
{ "type": "normal", "text": ":" },
|
||
{ "type": "keyword", "text": " def " },
|
||
{ "type": "func", "text": "__init__" },
|
||
{ "type": "normal", "text": "(self):" },
|
||
{ "type": "normal", "text": " self.role = " },
|
||
{ "type": "string", "text": "\"Ingénieur Informatique\"" },
|
||
{ "type": "normal", "text": " self.domaines = [" },
|
||
{ "type": "string", "text": " \"Robotique\"" },
|
||
{ "type": "string", "text": " \"Systèmes Embarqués\"" },
|
||
{ "type": "string", "text": " \"Backend Python\"" },
|
||
{ "type": "string", "text": " \"Réseaux industriels\"" },
|
||
{ "type": "normal", "text": " ]" }
|
||
]
|
||
}
|
||
},
|
||
|
||
"navbar": {
|
||
"logo_text": "Alex",
|
||
"links": [
|
||
{ "label": "Accueil", "url_name": "projects:home", "anchor": "" },
|
||
{ "label": "Projets", "url_name": "projects:list", "anchor": "" },
|
||
{ "label": "Compétences", "url_name": "projects:home", "anchor": "#competences" },
|
||
{ "label": "Contact", "url_name": "projects:home", "anchor": "#contact" }
|
||
]
|
||
},
|
||
|
||
"skills": {
|
||
"section_tag": "Stack technique",
|
||
"section_title": "Mes compétences",
|
||
"section_subtitle": "Technologies et outils maîtrisés à travers mes projets",
|
||
"groups": [
|
||
{
|
||
"label": "Langages",
|
||
"key": "langages",
|
||
"items": ["Python", "C", "C++", "MicroPython", "JavaScript", "SQL"]
|
||
},
|
||
{
|
||
"label": "Embarqué & IoT",
|
||
"key": "embarque",
|
||
"items": ["Arduino", "ESP32", "Raspberry Pi Pico", "STM32", "TMC2209", "AS5600L"]
|
||
},
|
||
{
|
||
"label": "Protocoles industriels",
|
||
"key": "protocoles",
|
||
"items": ["CAN Bus", "I2C", "SPI", "UART", "RS485", "WiFi", "MQTT"]
|
||
},
|
||
{
|
||
"label": "Backend & Web",
|
||
"key": "backend",
|
||
"items": ["Django", "FastAPI", "Flask", "SocketIO", "WebSocket", "REST API"]
|
||
},
|
||
{
|
||
"label": "Outils & DevOps",
|
||
"key": "devops",
|
||
"items": ["CMake", "Git", "Docker", "Linux", "Qt Framework", "OpenCV"]
|
||
}
|
||
]
|
||
},
|
||
|
||
"experience": {
|
||
"section_tag": "Parcours",
|
||
"section_title": "Expériences professionnelles",
|
||
"section_subtitle": "Missions en entreprise et formation",
|
||
"items": [
|
||
{
|
||
"company": "Safran",
|
||
"role": "Développeur embarqué / Informatique industrielle",
|
||
"period": "2023 – 2024",
|
||
"description": "Développement d'une application Qt C++ multi-threadée pour le contrôle d'un siège motorisé connecté (CAN bus, OpenCV, EPOS4). Création d'un serveur de supervision industrielle temps réel (Flask + SocketIO).",
|
||
"tags": ["C++", "Qt", "CAN Bus", "Python", "Flask", "OpenCV"]
|
||
},
|
||
{
|
||
"company": "Primadiag",
|
||
"role": "Développeur firmware embarqué",
|
||
"period": "2022 – 2023",
|
||
"description": "Portage et développement de firmware MicroPython sur Raspberry Pi Pico. Création de couches HAL personnalisées, build system CMake et outils de monitoring terrain.",
|
||
"tags": ["MicroPython", "C", "CMake", "Raspberry Pi Pico", "UART"]
|
||
}
|
||
]
|
||
},
|
||
|
||
"about": {
|
||
"section_tag": "À propos",
|
||
"section_title": "Mon profil",
|
||
"paragraphs": [
|
||
"Étudiant en Master Informatique spécialisé en systèmes embarqués et robotique industrielle, j'ai acquis une expérience concrète en entreprise chez Safran et Primadiag sur des projets de développement firmware et d'informatique industrielle.",
|
||
"Passionné par les défis techniques alliant software et hardware, j'aime concevoir des solutions complètes — du registre du microcontrôleur jusqu'à l'interface utilisateur. Mon objectif est d'intégrer une équipe R&D ou BE dans l'industrie technologique.",
|
||
"Je recherche activement des opportunités dans les domaines de la robotique, des systèmes embarqués et de l'informatique industrielle."
|
||
],
|
||
"stats": [
|
||
{ "value": "3", "label": "Années d'expérience pro" },
|
||
{ "value": "5+", "label": "Projets réalisés" },
|
||
{ "value": "3", "label": "Entreprises" }
|
||
]
|
||
},
|
||
|
||
"contact": {
|
||
"section_tag": "Disponible",
|
||
"section_title": "Me contacter",
|
||
"section_subtitle": "Je suis à la recherche d'opportunités dans l'informatique et la robotique industrielle",
|
||
"items": [
|
||
{
|
||
"icon": "✉",
|
||
"label": "Email",
|
||
"value": "alexandre.gut@icloud.com",
|
||
"url": "mailto:alexandre.gut@icloud.com"
|
||
},
|
||
{
|
||
"icon": "⌥",
|
||
"label": "GitHub",
|
||
"value": "github.com/GutAlexandre",
|
||
"url": "https://github.com/GutAlexandre"
|
||
},
|
||
{
|
||
"icon": "in",
|
||
"label": "LinkedIn",
|
||
"value": "linkedin.com/in/alexandre-gut-06a885203",
|
||
"url": "https://www.linkedin.com/in/alexandre-gut-06a885203/"
|
||
}
|
||
]
|
||
},
|
||
|
||
"footer": {
|
||
"name": "Alexandre Gut",
|
||
"role": "Ingénieur Informatique & Robotique",
|
||
"built_with": "Construit avec Django"
|
||
},
|
||
|
||
"seo": {
|
||
"site_title": "Alexandre Gut — Portfolio Ingénieur Embarqué & Robotique",
|
||
"meta_description": "Portfolio d'Alexandre Gut, ingénieur spécialisé en systèmes embarqués, robotique et informatique industrielle. Expériences chez Safran et Primadiag.",
|
||
"meta_keywords": "ingénieur embarqué, robotique, systèmes embarqués, Python, C++, CAN bus, Raspberry Pi, Safran"
|
||
}
|
||
}
|