Skip to content

Commit 5152927

Browse files
committed
feat: update CV content and structure in English and French locales
- Enhanced keywords and tagline to reflect current roles and expertise. - Revised profile descriptions to emphasize AI and cloud-native experience. - Updated skills section to include specific AI technologies and methodologies. - Modified professional experiences to better articulate contributions and achievements. - Adjusted formatting in Typst CV for improved readability.
1 parent b92df7b commit 5152927

File tree

8 files changed

+46
-44
lines changed

8 files changed

+46
-44
lines changed

build-pdf-typst.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ const FONT_DIR = path.join(ROOT, 'fonts', 'Inter', 'extras', 'otf');
3636
// Always resolve to absolute path — Typst runs with cwd=typst/ so relative paths break
3737
const OUT_DIR = path.resolve(process.env.OUTPUT_DIR || path.join(ROOT, 'dist', 'pdf'));
3838
const TEMPLATE = path.join(TYPST_DIR, 'cv.typ');
39-
const CV_URL = 'https://etiennelescot.github.io/cv/';
39+
// Allows CI/local builds to override or disable the “Online CV” row in the PDF.
40+
// Set CV_URL to an empty string to hide it (Typst template checks cv-url != "").
41+
const CV_URL = process.env.CV_URL ?? 'https://etiennelescot.github.io/cv/';
4042

4143
const LOCALES = ['fr', 'en'];
4244
const THEMES = ['dark', 'light'];

dist/pdf/cv-en-dark.pdf

1.42 KB
Binary file not shown.

dist/pdf/cv-en-light.pdf

1.41 KB
Binary file not shown.

dist/pdf/cv-fr-dark.pdf

2.72 KB
Binary file not shown.

dist/pdf/cv-fr-light.pdf

2.71 KB
Binary file not shown.

locales/en.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
title: |
22
Etienne Lescot – CV
33
keywords: |
4-
Etienne Lescot, CV, Technical Director, Product Director, SaaS, Cloud, AI, IoT, Indoor Geolocation, AWS, Kubernetes
4+
Etienne Lescot, CV, Lead AI Architect, Technical Director, CTO, Product Director, SaaS, Cloud, Product AI, LLM, RAG, Agents, Voice AI, AWS, Kubernetes, DevEx, GitOps, IoT
55
lang-label: |
66
Select language
77
theme-label: |
88
Change theme
99
download-label: |
1010
Download CV
1111
tagline: |
12-
Technical and Product Director - SaaS, IoT, AI
12+
Lead AI Architect / hands-on CTO – SaaS & Product AI
1313
name: |
1414
Etienne Lescot
1515
contact-title: |
@@ -27,41 +27,41 @@ contact-cv: |
2727
profile-title: |
2828
Profile
2929
profile-desc: |
30-
Technical and Product Director with over 15 years of experience in designing SaaS platforms. I operate at the intersection of product vision, cloud architecture, and user experience, with specific expertise in IoT solutions.
30+
Technical Director (ex-CTO / co-founder) with 15+ years of experience building SaaS products. I design and industrialize product-facing AI capabilities (LLMs, RAG, agents — chat & voice) with a strong focus on shipping to production fast: cloud-native architecture, CI/CD, observability, performance, security and cost efficiency. Comfortable bridging hands-on AI execution with platform/DevEx acceleration.
3131
skills-title: |
3232
Skills
3333
skill-1: |
34-
- <strong>Product Vision and Strategy</strong> :<br>Product vision definition, roadmap management, lifecycle management (design, deployment, optimization), product/technical strategic alignment
34+
- <strong>Product AI (LLMs / RAG / Agents)</strong> :<br>RAG architecture design, agent orchestration, LLM integration (AWS Bedrock, LangChain), context management, quality evaluation (tests, metrics), guardrails and tight product iteration
3535
skill-2: |
36-
- <strong>User Experience and Design</strong> :<br>UX/UI direction, customer journey design, multi-device interfaces (mobile, web, physical kiosks)
36+
- <strong>Cloud-Native SaaS Architecture</strong> :<br>AWS, Kubernetes, multi-tenant / multi-instance, infrastructure as code, CI/CD, observability, scalability, performance and cost optimization
3737
skill-3: |
38-
- <strong>IoT Solutions and Indoor Geolocation</strong> :<br>Localization technologies, interactive mapping, smart contextual notifications
38+
- <strong>Production & Reliability</strong> :<br>"build → ship → run" mindset, instrumentation, monitoring/alerting, incident response, security hardening, service quality and continuous improvement
3939
skill-4: |
40-
- <strong>Technical Architecture and Direction</strong> :<br>Cloud SaaS architecture (AWS, Kubernetes, Scaleway), scalability, multi-instance, infrastructure as code, monitoring
40+
- <strong>Platform / DevEx / GitOps</strong> :<br>Standardized environments, CI/CD pipelines, GitOps (e.g., ArgoCD), developer tooling, architecture patterns and velocity acceleration
4141
skill-5: |
42-
- <strong>Artificial Intelligence and Automation</strong> :<br>Conversational AI (LLM, AWS Bedrock, Langchain), RAG (Retrieval-Augmented Generation), customer journey automation, context analysis
42+
- <strong>Product & User Experience</strong> :<br>Product vision, roadmap leadership, discovery/iterations, UX/UI, customer journey design (web, mobile, kiosks) and product/engineering alignment
4343
skill-6: |
44-
- <strong>Management and Leadership</strong> :<br>Leadership of multidisciplinary teams (dev, UX, product), agile methodology, CI/CD, DevOps, R&D profitability optimization
44+
- <strong>Leadership & Execution</strong> :<br>Building multidisciplinary teams (dev, product, UX), hiring/coaching, prioritization, agile delivery, technical trade-offs and R&D performance management
4545
experiences-title: |
4646
Professional Experiences
4747
exp-fractional-title: |
48-
Fractional CTO & Co‑founder (2022‑2025)
48+
Fractional CTO / Lead AI Architect & Co‑founder (2022‑2025)
4949
exp-fractional-subtitle: |
50-
Technical and product support for early‑stage startups + Open Source Projects
50+
Building product AI (LLM/RAG/agents, voice) + accelerating cloud-native platform/DevEx + Open Source Projects
5151
exp-fractional-opensource-heading: |
5252
Maintained Open Source Projects
5353
exp-fractional-opensource-stimm-title: |
5454
Stimm Platform
5555
exp-fractional-opensource-stimm: |
56-
Open source platform for AI voice agents. Ultra‑low latency AI pipeline orchestration for real‑time conversations over WebRTC.
56+
Open source platform for AI voice agents. Ultra‑low latency AI pipeline orchestration for real‑time conversations (WebRTC), from prototype to production-ready execution.
5757
exp-fractional-opensource-stimm-stack: |
5858
Stack: Voice AI, WebRTC, real‑time processing
5959
exp-fractional-opensource-stimm-link: |
6060
https://github.com/stimm-ai/stimm
6161
exp-fractional-opensource-n8n-title: |
6262
n8n‑as‑code
6363
exp-fractional-opensource-n8n: |
64-
Bidirectional n8n - VS Code synchronization. AI‑driven workflow generation and GitOps. Stop clicking, start coding.
64+
Bidirectional n8n - VS Code synchronization. DevEx/GitOps to industrialize workflows (versioning, review, deployment) + AI-assisted generation. Stop clicking, start coding.
6565
exp-fractional-opensource-n8n-stack: |
6666
Stack: n8n, VS Code extension, AI workflow generation
6767
exp-fractional-opensource-n8n-link: |
@@ -73,31 +73,31 @@ exp1-title: |
7373
exp1-sector: |
7474
Sector: Architecture & Services
7575
exp1-point1: |
76-
- Cloud strategy (AWS), conversational AI integration, business process automation
76+
- AWS cloud architecture and production-grade conversational AI, business process automation and delivery acceleration
7777
exp1-project-sarae: |
78-
- <strong>SARAE Project - Customer Platform and Conversational AI</strong>: Product roadmap definition, AI integration (RAG, LLM) for call analysis and customer journey automation, cloud-native AWS architecture, multi-instance CI/CD, infrastructure cost reduction and continuous performance improvement
78+
- <strong>SARAE Project - Customer Platform and Conversational AI</strong>: Product building (roadmap + execution), AI integration (RAG, LLM) for call analysis and customer journey automation, cloud-native AWS architecture, multi-instance CI/CD, observability and perf/cost optimization, fast iterations with business teams
7979
exp2-title: |
8080
Exalgo (2022‑2023) - Co‑founder & CTO
8181
exp2-sector: |
8282
Sector: AI & Software Development
8383
exp2-point1: |
84-
- R&D leadership and definition of technological and product vision for the SaaS platform
84+
- Built a SaaS AI chatbot product: framing, LLM/RAG architecture, delivery and rapid user-driven iterations
8585
exp2-point2: |
86-
- Management of cloud-native infrastructure strategy (Kubernetes, DevOps, CI/CD), ensuring scalability
86+
- Cloud-native infrastructure (Kubernetes, GitOps, CI/CD): scalability, environments, observability and reliability
8787
exp2-point3: |
88-
- Leadership of technical performance and service security
88+
- Performance & security leadership: optimization, hardening, monitoring and service quality
8989
exp2-project-exalbot: |
90-
- <strong>Exalbot Project - Cloud-Native AI Chatbot (SaaS)</strong>: Development of conversational chatbot engine (Python, Langchain, LLM), RAG architecture for contextual response enrichment, roadmap definition and AI integration strategy, cloud infrastructure (Kubernetes, ArgoCD, Scaleway), multi-environment deployment, performance optimization
90+
- <strong>Exalbot Project - Cloud-Native AI Chatbot (SaaS)</strong>: Designed & implemented the conversational engine (Python, LangChain, LLM), RAG architecture (ingestion, retrieval, context), industrialization (Kubernetes, ArgoCD, Scaleway), multi-environment deployments, observability/quality evaluation and performance optimization
9191
exp3-title: |
9292
CTO - Leni (2019-2022)
9393
exp3-sector: |
9494
Sector: Event Technologies and IoT Solutions
9595
exp3-point1: |
9696
- Leadership of an R&D team (10 people), recruitment management
9797
exp3-point2: |
98-
- Leadership of SaaS product portfolio (AppKiosk, Youslide): roadmap, UX/UI, architecture, product/technical alignment
98+
- Led a SaaS product portfolio (AppKiosk, Youslide): roadmap, UX/UI, architecture and time-to-market driven iterations
9999
exp3-point3: |
100-
- Supervision of global cloud architecture, DevOps strategy (CI/CD), and technical quality
100+
- Supervised global cloud architecture, DevOps strategy (CI/CD) and technical quality (scalability, observability, security)
101101
exp3-project-appkiosk: |
102102
- <strong><a href="https://www.klipso.com/en/features/mobile-application/multievent-app-kiosk/" target="_blank">AppKiosk</a> Project - SaaS IoT Platform</strong> : Product transformation (transition from a custom project model to an industrialized no-code platform), ROI and Scalability (drastic reduction in production costs -90%, deployment capacity for 100+ events, 50,000 users per event), 360° Leadership (product roadmap, cloud architecture, UX/UI direction, multi-client monitoring). IoT Module and Mobigéo Mapping including iconic Printemps Haussmann (Paris) deployment with physical interactive kiosks and mobile application in collaboration with JCDecaux (hardware), features: indoor geolocation, in-store routes, smart contextual notifications, technical integration of Polestar SDK (Bluetooth LE) for indoor localization and contextual services.<span class="pdf-page-break-after"></span> Other deployments: professional trade shows (Bourget), corporate campuses (Crédit Agricole)
103103
exp4-title: |

locales/fr.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
title: |
22
Etienne Lescot – CV
33
keywords: |
4-
Etienne Lescot, CV, Directeur Technique, Directeur Produit, SaaS, Cloud, IA, IoT, Géolocalisation Indoor, AWS, Kubernetes
4+
Etienne Lescot, CV, Lead AI Architect, Directeur Technique, CTO, Directeur Produit, SaaS, Cloud, IA produit, LLM, RAG, Agents, Voice AI, AWS, Kubernetes, DevEx, GitOps, IoT
55
lang-label: |
66
Sélectionner la langue
77
theme-label: |
88
Changer de thème
99
download-label: |
1010
Téléchargez le CV
1111
tagline: |
12-
Directeur Technique et Produit - SaaS, IoT, IA
12+
Lead AI Architect / CTO (hands-on) – SaaS & IA produit
1313
name: |
1414
Etienne Lescot
1515
contact-title: |
@@ -27,41 +27,41 @@ contact-cv: |
2727
profile-title: |
2828
Profil
2929
profile-desc: |
30-
Directeur Technique et Produit avec plus de 15 ans d'expérience dans la conception de plateformes SaaS. J'interviens à la croisée de la vision produit, de l'architecture cloud et de l'expérience utilisateur, avec une expertise spécifique sur les solutions intégrant de l'IoT.
30+
Directeur Technique (ex-CTO / cofondateur) avec 15+ ans d'expérience dans la construction de produits SaaS. Je conçois et j'industrialise des fonctionnalités IA orientées produit (LLM, RAG, agents — chat & voix) avec un focus sur la mise en production rapide : architecture cloud-native, CI/CD, observabilité, performance, sécurité et maîtrise des coûts. À l'aise pour faire le pont entre exécution IA « hands-on » et structuration de la plateforme / DevEx.
3131
skills-title: |
3232
Compétences
3333
skill-1: |
34-
- <strong>Vision et Stratégie Produit</strong> :<br>Définition de la vision produit, pilotage de roadmap, gestion du cycle de vie (conception, déploiement, optimisation), alignement stratégique produit/technique
34+
- <strong>IA Produit (LLM / RAG / Agents)</strong> :<br>Conception d'architectures RAG, orchestration d'agents, intégration LLM (AWS Bedrock, LangChain), gestion du contexte, évaluation qualité (tests, métriques), guardrails et itération avec le produit
3535
skill-2: |
36-
- <strong>Expérience Utilisateur et Design</strong> :<br>Direction UX/UI, conception de parcours clients, interfaces multi-supports (mobile, web, bornes physiques)
36+
- <strong>Architecture SaaS Cloud-Native</strong> :<br>AWS, Kubernetes, multi-tenant / multi-instances, infrastructure as code, CI/CD, observabilité, scalabilité, performance et optimisation des coûts
3737
skill-3: |
38-
- <strong>Solutions IoT et Géolocalisation Indoor</strong> :<br>Technologies de localisation, cartographie interactive, notifications contextuelles intelligentes
38+
- <strong>Mise en Production & Fiabilité</strong> :<br>Approche "build → ship → run", instrumentation, monitoring/alerting, gestion d'incidents, durcissement sécurité, qualité de service et amélioration continue
3939
skill-4: |
40-
- <strong>Architecture et Direction Technique</strong> :<br>Architecture cloud SaaS (AWS, Kubernetes, Scaleway), scalabilité, multi-instances, infrastructure as code, monitoring
40+
- <strong>Plateforme / DevEx / GitOps</strong> :<br>Standardisation des environnements, pipelines CI/CD, GitOps (ex: ArgoCD), outillage dev, bonnes pratiques d'architecture et accélération de la vélocité
4141
skill-5: |
42-
- <strong>Intelligence Artificielle et Automation</strong> :<br>IA conversationnelle (LLM, AWS Bedrock, Langchain), RAG (Retrieval-Augmented Generation), automatisation de parcours clients, analyse de contexte
42+
- <strong>Produit & Expérience Utilisateur</strong> :<br>Vision produit, pilotage de roadmap, discovery/itérations, UX/UI, conception de parcours clients (web, mobile, bornes) et alignement produit/technique
4343
skill-6: |
44-
- <strong>Management et Pilotage</strong> :<br>Leadership d'équipes pluridisciplinaires (dev, UX, produit), méthode agile, CI/CD, DevOps, optimisation de la rentabilité R&D
44+
- <strong>Leadership & Exécution</strong> :<br>Structuration d'équipes pluridisciplinaires (dev, produit, UX), recrutement/coaching, priorisation, delivery agile, arbitrages techniques et pilotage de la performance R&D
4545
experiences-title: |
4646
Expériences Professionnelles
4747
exp-fractional-title: |
48-
CTO Fractional & Cofondateur (2022-2025)
48+
CTO Fractional / Lead AI Architect & Cofondateur (2022-2025)
4949
exp-fractional-subtitle: |
50-
Accompagnement technique et produit de startups early-stage + Projets Open Source
50+
Construction de produits IA (LLM/RAG/agents, voix) + accélération plateforme cloud-native / DevEx + Projets Open Source
5151
exp-fractional-opensource-heading: |
5252
Projets Open Source Maintenus
5353
exp-fractional-opensource-stimm-title: |
5454
Stimm Platform
5555
exp-fractional-opensource-stimm: |
56-
Plateforme open source pour agents vocaux IA. Orchestration de pipelines IA ultra-low latency pour conversations temps réel sur WebRTC.
56+
Plateforme open source pour agents vocaux IA. Orchestration de pipelines IA ultra-low latency pour conversations temps réel (WebRTC), du prototype à une exécution production-ready.
5757
exp-fractional-opensource-stimm-stack: |
5858
Stack : Voice AI, WebRTC, real-time processing
5959
exp-fractional-opensource-stimm-link: |
6060
https://github.com/stimm-ai/stimm
6161
exp-fractional-opensource-n8n-title: |
6262
n8n-as-code
6363
exp-fractional-opensource-n8n: |
64-
Synchronisation bidirectionnelle n8n - VS Code. Génération de workflows via IA et GitOps. Stop clicking, start coding.
64+
Synchronisation bidirectionnelle n8n - VS Code. DevEx/GitOps pour industrialiser les workflows (versioning, review, déploiement) + génération assistée par IA. Stop clicking, start coding.
6565
exp-fractional-opensource-n8n-stack: |
6666
Stack : n8n, VS Code extension, AI workflow generation
6767
exp-fractional-opensource-n8n-link: |
@@ -73,31 +73,31 @@ exp1-title: |
7373
exp1-sector: |
7474
Secteur : Architecture & Services
7575
exp1-point1: |
76-
- Stratégie cloud (AWS), intégration IA conversationnelle, automatisation des processus métiers
76+
- Architecture cloud (AWS) et mise en production d'IA conversationnelle, automatisation de processus métiers et accélération delivery
7777
exp1-project-sarae: |
78-
- <strong>Projet SARAE - Plateforme Client et IA Conversationnelle</strong> : Définition de la roadmap produit, intégration IA (RAG, LLM) pour l'analyse d'appels et l'automatisation des parcours clients, architecture cloud-native AWS, CI/CD multi-instances, réduction des coûts d'infrastructure et amélioration continue des performances
78+
- <strong>Projet SARAE - Plateforme Client et IA Conversationnelle</strong> : Construction produit (roadmap + exécution), intégration IA (RAG, LLM) pour analyse d'appels et automatisation de parcours clients, architecture cloud-native AWS, CI/CD multi-instances, observabilité et optimisation perf/coûts, itérations rapides avec les équipes métiers
7979
exp2-title: |
8080
Exalgo (2022-2023) - Cofondateur & CTO
8181
exp2-sector: |
8282
Secteur : IA & Développement logiciel
8383
exp2-point1: |
84-
- Direction de la R&D et définition de la vision technologique et produit de la plateforme SaaS
84+
- Construction d'un produit SaaS de chatbot IA : cadrage, architecture LLM/RAG, delivery et itérations rapides orientées usage
8585
exp2-point2: |
86-
- Management de la stratégie d'infrastructure cloud-native (Kubernetes, DevOps, CI/CD) et garant de la scalabilité
86+
- Infrastructure cloud-native (Kubernetes, GitOps, CI/CD) : scalabilité, environnements, observabilité et fiabilité
8787
exp2-point3: |
88-
- Pilotage de la performance technique et de la sécurité des services
88+
- Pilotage performance & sécurité : optimisation, durcissement, monitoring et qualité de service
8989
exp2-project-exalbot: |
90-
- <strong>Projet Exalbot - Chatbot IA Cloud-Native (SaaS)</strong> : Développement du moteur de chatbot conversationnel (Python, Langchain, LLM), architecture RAG pour l'enrichissement contextuel des réponses, définition de la roadmap et de la stratégie d'intégration IA, infrastructure cloud (Kubernetes, ArgoCD, Scaleway), déploiement multi-environnements, optimisation des performances
90+
- <strong>Projet Exalbot - Chatbot IA Cloud-Native (SaaS)</strong> : Conception & implémentation du moteur conversationnel (Python, LangChain, LLM), architecture RAG (ingestion, retrieval, contexte), industrialisation (Kubernetes, ArgoCD, Scaleway), déploiements multi-environnements, observabilité/évaluation qualité et optimisation des performances
9191
exp3-title: |
9292
CTO - Leni (2019-2022)
9393
exp3-sector : |
9494
Secteur : Technologies pour l'événementiel et Solutions IoT
9595
exp3-point1: |
9696
- Direction d'un pôle R&D (10 personnes), gestion des recrutements
9797
exp3-point2: |
98-
- Pilotage du portefeuille de produits SaaS (AppKiosk, Youslide): roadmap, UX/UI, architecture, alignement produit/technique
98+
- Pilotage d'un portefeuille de produits SaaS (AppKiosk, Youslide) : roadmap, UX/UI, architecture et itérations orientées time-to-market
9999
exp3-point3: |
100-
- Supervision de l'architecture cloud globale, de la stratégie DevOps (CI/CD) et de la qualité technique
100+
- Supervision de l'architecture cloud globale, de la stratégie DevOps (CI/CD) et de la qualité technique (scalabilité, observabilité, sécurité)
101101
exp3-project-appkiosk: |
102102
- <strong>Projet <a href="https://www.klipso.com/fonctionnalites/applications-mobiles/application-multi-evenements-kiosk/" target="_blank">AppKiosk</a> - Plateforme SaaS IoT</strong> : Transformation produit (passage d'un modèle projet sur-mesure à une plateforme no-code industrialisée), ROI et Scalabilité (réduction drastique des coûts de production -90%, capacité de déploiement sur 100+ salons, 50 000 utilisateurs par événement), Pilotage 360° (roadmap produit, architecture cloud, direction UX/UI, monitoring multi-clients). Module IoT et cartographie Mobigéo incluant déploiement emblématique Printemps Haussmann (Paris) avec bornes interactives physiques et application mobile en collaboration avec JCDecaux (hardware), fonctionnalités : géolocalisation indoor, itinéraires dans le magasin, notifications intelligentes contextuelles, intégration technique du SDK Polestar (Bluetooth LE) pour la localisation indoor et les services contextuels.<span class="pdf-page-break-after"></span> Autres déploiements : salons professionnels (Bourget), campus d'entreprise (Crédit Agricole)
103103
exp4-title: |

0 commit comments

Comments
 (0)