{
  "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
  "basics": {
    "name": "Sami Aich",
    "label": "Software Developer",
    "email": "sami.aich.pro@gmail.com",
    "phone": "+33 7 82 08 18 11",
    "summary": "Versatile and driven software developer, specialised in turning requirements into robust digital solutions. Strongly interested in cybersecurity, artificial intelligence and emerging technologies. A reliable team player with a project management mindset, able to plan and prioritise effectively to meet the objectives set.",
    "location": {
      "city": "Antony",
      "address": "Antony, France"
    },
    "profiles": [
      {
        "network": "github",
        "username": "Raiklan",
        "url": "https://github.com/Raiklan"
      }
    ]
  },
  "work": [
    {
      "name": "Itron",
      "position": "Firmware Engineer",
      "startDate": "2023",
      "endDate": "2024",
      "summary": "2023 – 2024",
      "highlights": [
        "Developed and maintained firmware for a range of devices.",
        "Worked with cross-functional teams to improve product features.",
        "Ran testing and debugging to guarantee high-quality deliverables.",
        "Automated test scenarios in Python and validated them on LTE modems."
      ]
    },
    {
      "name": "42 Paris campus",
      "position": "Volunteer",
      "startDate": "2022",
      "endDate": "2023",
      "summary": "2022 – 2023",
      "highlights": [
        "Supported the campus team with administrative tasks.",
        "Welcomed and guided students.",
        "Maintained the campus computer equipment."
      ]
    }
  ],
  "education": [
    {
      "institution": "École 42",
      "area": "RNCP Level 7 (Master's equivalent)",
      "studyType": "RNCP Level 7 (Master's equivalent)",
      "startDate": "2019",
      "endDate": "2023",
      "courses": [
        "Project-based curriculum: systems, networking, algorithms, web development."
      ]
    },
    {
      "institution": "Université Paris Diderot",
      "area": "Bachelor's Degree in Computer Science",
      "studyType": "Bachelor's Degree in Computer Science",
      "startDate": "2017",
      "endDate": "2019",
      "courses": []
    },
    {
      "institution": "Lycée Saint-Louis",
      "area": "PCSI Preparatory Class",
      "studyType": "PCSI Preparatory Class",
      "startDate": "2015",
      "endDate": "2016",
      "courses": []
    }
  ],
  "skills": [
    {
      "name": "Languages",
      "keywords": [
        "C",
        "C++",
        "Java",
        "Python",
        "Rust"
      ]
    },
    {
      "name": "Backend",
      "keywords": [
        "NestJS",
        "Node.js"
      ]
    },
    {
      "name": "Frontend",
      "keywords": [
        "React"
      ]
    },
    {
      "name": "Databases",
      "keywords": [
        "PostgreSQL",
        "MongoDB"
      ]
    },
    {
      "name": "Embedded",
      "keywords": [
        "firmware",
        "Cortex-M33",
        "STM32",
        "LTE modems"
      ]
    },
    {
      "name": "Systems",
      "keywords": [
        "Linux",
        "macOS",
        "Windows"
      ]
    },
    {
      "name": "Tools",
      "keywords": [
        "Git",
        "Docker",
        "Power BI"
      ]
    }
  ],
  "projects": [
    {
      "name": "Pong game website",
      "description": "University project, École 42 — 2023",
      "keywords": [
        "React",
        "NestJS",
        "PostgreSQL"
      ],
      "highlights": [
        "Built the website backend and handled DevOps.",
        "User authentication through OAuth2.",
        "Real-time Pong game, chat and matchmaking."
      ]
    }
  ],
  "languages": [
    {
      "language": "French",
      "fluency": "native"
    },
    {
      "language": "English",
      "fluency": "fluent"
    },
    {
      "language": "Spanish",
      "fluency": "intermediate"
    }
  ],
  "interests": [],
  "meta": {
    "language": "en",
    "lastModified": "2026-07-27T22:06:28.549Z",
    "canonical": "/resume.en.json"
  },
  "x-sections": [
    {
      "title": "References",
      "entries": [],
      "items": [
        {
          "label": "",
          "text": "Available on request"
        }
      ]
    }
  ]
}