struct Developer {
name: String,
role: String,
company: String,
location: String,
languages: Vec<String>,
interests: Vec<String>,
}
impl Developer {
fn new() -> Self {
Developer {
name: "Nicolas Le Bozec".to_string(),
role: "Développeur Back-end".to_string(),
company: "Maarch".to_string(),
location: "France 🇫🇷".to_string(),
languages: vec![
"Rust", "Python", "PHP", "TypeScript", "Kotlin"
].iter().map(|s| s.to_string()).collect(),
interests: vec![
"🎮 Gaming", "⚔️ Escrime", "🌱 Tech for Good", "🦀 Rust"
].iter().map(|s| s.to_string()).collect(),
}
}
}- 🔭 Actuellement : Développeur Back-end Junior chez Maarch
- 🌱 En apprentissage (car on arrête jamais d'apprendre) :
- 💬 Me contacter : [email protected]
- 🎯 Objectif 2026 : Participer à des projets open source Rust & PHP
| 🏢 Entreprise | 🛠️ Projet | 📋 Description | 🔧 Stack |
|---|---|---|---|
| Maarch | Système de GED | Solutions de gestion documentaire enterprise |
Master dev France TOP 35 en final du master dev france 2025
🌐 Web Development
- ⚡ SvelteKit Apps - Applications modernes
- 🎨 Next.js Projects - Full-stack React
- 🔄 NestJS APIs - Architecture microservices
|
⚔️ Escrime
|
🎮 Gaming
|
🌍 Tech for Good
|

