WORK EXPERIENCE
Solution Architect | Devoteam Innovative Tech, Toulouse, France Sep 24 - Sep25
Project: Optimate – Real-time cloud platform for Airbus :
Context: Airbus aimed to enhance taxiing operations by building a real-time platform to process sensor data (GPS, weather, logs,
video) from aircraft, with the goal of improving efficiency and coordination on the ground.
Key contributions :
● Participated in the architectural migration from a monolithic VPC to a multi-environment (dev, val, prod) infrastructure
● Built a modular Terraform architecture (reusable modules, remote S3 backend, environment-specific workspaces).
● Designed and implemented a real-time data pipeline using Amazon Kinesis and AWS Lambda to ingest and process data from
embedded sensors, then forward it to a database for storage.
● Delivered an automated deployment of CouchDB on RHEL EC2,via Bash-based EC2 user-data automation, covering package
installation, service configuration, logging, and monitoring agent setup .
Environment: AWS, Terraform, Bash, RHEL, CouchDB, CloudWatch, IAM, Secrets Manager, Lambda,Kinesis
Impact: - Reduced infrastructure deployment time by 90% through automation and reusable module
- Increased deployment consistency across environments (dev/val/prod) and improved maintainability.
Software Engineer | STRADOT, Toulouse, France May 23 - Aug 23
Project : Smart Parking Web Platform
Context: STRADOT designs robotic parking systems to optimize space and automate vehicle flow in urban areas. The system required
a functional web platform to handle user input and interface with the control software of the robot.
Key contributions :
● Designed and developed a full-stack application for automated parking logic, including deposit/retrieval workflows
● Implemented a graph-based simulation engine to optimize parking slot allocation and routing, calculating shortest paths .
● Automated graph topology creation from text-based parking layouts to scale the system across dimensions.
● Designed a React frontend with real-time updates and a Node.js backend connected to MySQL.
Environment : React, Node.js, MySQL, JavaScript, HTML, CSS, phpMyAdmin, python
Impact: - Optimized parking capacity from ~65% to nearly 100% by removing circulation lanes through robotic vehicle handling
- Scaled simulator from 10 to 500+ parking slots with consistent real-time performance
PROJECTS
Automated Apache Spark Cluster Deployment
● Provisioned a production-like Spark cluster (1 master, 3 workers) using Terraform (libvirt) and Ansible on two physical hosts
● Managed routing rules and SSH gateways between isolated networks to ensure full inter-host communication
● Automated Spark installation and configuration, including cluster mode setup and validated performance using a word count
Impact: Reduced manual configuration effort by 90% and enabled reproducible cluster deployment in under 10 minutes
CI/CD GitOps Workflows
● Designed and implemented GitOps-style CI/CD pipelines with GitHub Actions to automate application deployment to an AWS
EKS cluster.
● Automated test/validation steps on pull requests and triggered deployments post-merge using versioned YAML manifests
Impact: Reduced deployment time from 3 hours to under 20 minutes standardized release process across all environments
Kubernetes Multi-Service Application Deployment
● Deployed a multi-component app on Kubernetes including Tomcat (frontend), MySQL (stateful backend), Memcached
(caching), and RabbitMQ (messaging)
● Used PVCs for persistent storage, Ingress for routing, and Secrets for secure config injection
● Designed full YAML manifest structure, enabling standalone deployment
Impact: Delivered a fully documented and reproducible K8s architecture for internal labs and demos