GÉNÉRAL

NOM : VAXELAIRE

PRÉNOM : JORDAN

DATE DE NAISSANCE : 02/05/1992

experience.js

const experience = [


  {
    school: "Wild Code School",
    year: "2022 - 2023",
    project: [
      { name: "Space Journey", type: "Hackathon", tech: ["JS", "React"] },
      { name: "Plateforme eSport", type: "Projet", tech: ["React", "Node"] }
    ]
  },
  {
    company: "Point Vermeil",
    type: "Alternance",
    year: "2023 - 2024",
    projects: [
      { name: "Réemployer", tech: ["Next.js", "React", "MongoDB"] },
      { name: "Comparateur Salamandre", tech: ["PHP"] },
      { name: "CRM Régions", tech: ["PHP", "JS"] }
    ]
  },
  {
    company: "Syslor",
    role: "Développeur Intégrateur",
    year: "2024 - 2025",
    projects: [
      { name: "Logiciel de gestion", tech: ["JavaScript"] },
      { name: "Tests automatisés", tech: ["E2E", "JS"] }
    ]
  },
];
Retour en haut