Loading...
Cloud
AI
Finance
DevOps
ML
React
API
IoT

Bonjour, je suis
Mathieu Neumar

Ingénieur Systèmes d'Information

Full Stack AI DevOps

Création d'expériences numériques qui ont un impact

5+ ANNÉES DE CODE
10+ PROJETS ACADÉMIQUES
15+ TECHNOLOGIES

À propos de moi

Get to know me better

Who am I?

I'm a software engineering student at EPITA, specializing in Information Systems and Software Engineering (SIGL). Passionate about Full Stack development, I've gained strong technical and methodological skills through my education and numerous projects. I enjoy tackling technical challenges and transforming innovative ideas into concrete solutions.

Education

Software Engineering Degree

EPITA - School of Engineering and Computer Science

Specialization in Information Systems and Software Engineering (SIGL)

Exchange Program in Computer Science

Tecnológico de Monterrey - Guadalajara Campus, Mexico

6-month international exchange semester in Computer Science

My Skills

JavaScript
React
Node.js
SQL/NoSQL
Java
Python
Git
Docker
Kubernetes
AWS
Cloud
Terraform
Jira
Notion
Agile/Scrum

Projects & Experience

Numerous projects completed during my studies at EPITA, covering various domains such as web development, data engineering, and software architecture. View my projects section or check my LinkedIn profile for more details.

Expériences

Depuis janv. 2025

Amiral Gestion - Freelance Développeur Full Stack

Poursuite du développement et maintenance des outils de reporting financier. Évolution des modules ESG et amélioration continue des interfaces utilisateur pour les équipes de gestion.

Python Finance Reporting ESG
sept. 2024 – janv. 2025

Amiral Gestion - Stage Développeur Full Stack

Refonte de l'intranet dédié à la gestion des risques et création d'interfaces métier pour les équipes de gestion. Mise en place d'outils de reporting financier pour les clients et développement d'un module d'analyse ESG pour les investissements.

Python Web Finance Reporting ESG UI/UX

Projets

A selection of my recent work

2024-2025

ARCL – Architecture Cloud Hybride

Conception d'une plate-forme hybride privé/public : micro-services, Kubernetes on-prem + AWS, CI/CD GitOps, supervision unifiée.

Objectif : démontrer la résilience et l'élasticité d'une appli métier temps réel.
Kubernetes AWS GCP Terraform GitOps
2024-2025

PMS – Refonte SI Hospitalier Régional

Projet conjoint avec les majeures TCOM & SRS pour redessiner tout le système d'information d'une région sanitaire : urbanisation, télé-expertise, interopérabilité HL7/FHIR.

Objectif : livrer un plan de transformation à 5 ans chiffré et phasé.
SI Santé RGPD BPMN HDS Conduite du changement Animation d'ateliers
2024-2025

MOAE – Mission de Maîtrise d'Ouvrage

Accompagnement d'un groupe de laboratoires d'analyse dans la modernisation globale de son SI : 900 succursales, exigences fortes d'interopérabilité.

Objectif : définir les besoins, cadrer le budget et sélectionner les solutions.
Gestion de projet MOA Synthèse Audit sécurité Pilotage comités
Mar – Apr 2024

Tiger Compiler

Complete implementation of a compiler for the Tiger language: lexical/syntactic analysis (Flex & Bison), AST generation, and C++ code output.

I discovered in-depth language design and code optimization techniques.
C++ Flex Bison Compiler Grammar Design AST Unit Testing Project Management
Jan – Feb 2024

42SH

From-scratch implementation of a POSIX-compliant shell compatible with bash: parsing, command execution, pipes and redirections.

Goal: understand the internal workings of an OS and system programming.
C Bash UNIX Git-flow System Programming Debugging Pair Programming
Feb 2024

JWS (Bomberman backend)

Development of a Java/PostgreSQL backend for a multiplayer Bomberman clone (game server, persistence, matchmaking).

First project focused on REST architectures and relational databases.
Java PostgreSQL REST API
Nov 2023

Pacman 2D

Creation of a 2D Pacman in Go with threaded pipelines to learn concurrent programming.

Put into practice goroutines, channels and event-oriented design.
Go Concurrency Game Dev Git Markdown Goroutines
Oct 2023

Sudoku OCR Solver

C application capable of detecting and solving Sudoku puzzles from images.

I led the image pre-processing, solver and entire interface.
C OCR Computer Vision Algorithms Backtracking Latex Git