|
10 | 10 | My Journey |
11 | 11 | </h2> |
12 | 12 | <div class="space-y-4 text-neutral-300 leading-relaxed"> |
13 | | - <p>I was lucky enough to dive into the world of the Internet when I was young, which allowed me to explore many of its facets. Discovering the first websites, understanding how digital platforms work - all of this shaped my vision of technology and its potential to transform our world.</p> |
14 | | - <p>My orientation towards computer science was obvious to me in order to stay in familiar spheres that would allow me to achieve my dreams. The logic, problem-solving approach, and creative possibilities that programming offers resonated perfectly with my way of thinking and my desire to create solutions that make sense.</p> |
15 | | - <p>Currently a 5th year student at Epitech Nantes, my curiosity and Epitech's pedagogy push me to learn new technologies day by day. The project-based approach really helped me develop my practical skills and understand the real challenges of software development.</p> |
| 13 | + <p>I grew up online, breaking and rebuilding early websites just to see how they worked. That curiosity shaped how I see tech and what it can change.</p> |
| 14 | + <p>Studying computer science felt obvious: I like logic, problem solving, and building things that are actually useful.</p> |
| 15 | + <p>I recently graduated from Epitech Nantes. The project-led pace kept me curious and hands-on, and it gave me a clear view of real-world software challenges.</p> |
16 | 16 | </div> |
17 | 17 | </div> |
18 | 18 | </div> |
|
43 | 43 | My Goals |
44 | 44 | </h2> |
45 | 45 | <div class="space-y-4 text-neutral-300 leading-relaxed"> |
46 | | - <p>My 5th year has allowed me to acquire the missing keys to my professionalization, and technically, I've also discovered Ruby on Rails, a language that I've fallen in love with for its speed of understanding, ease of use, and the joy I have in using it every day. Rails' "Convention over Configuration" philosophy and its emphasis on developer happiness made me realize that this is the technology stack I want to specialize in.</p> |
47 | | - <p>I want to specialize in Ruby on Rails in the future and I'm open to all opportunities in France or around the world. The framework's ability to rapidly develop robust and scalable applications while maintaining clean, readable code aligns perfectly with my development philosophy. I'm particularly interested in contributing to open-source Rails projects and sharing knowledge with the community.</p> |
48 | | - <p>My first three years brought me rigor, autonomy and professionalism, which I still apply in my daily work. These qualities, combined with my technical skills and international experience, make me a well-rounded developer ready to tackle complex challenges in any environment. I'm excited about the opportunity to work on meaningful projects that can have a real impact on people's lives.</p> |
| 46 | + <p>My final year was all about shipping real products. Working in a startup alongside Rails experts helped me level up fast and confirmed how joyful and effective Rails is.</p> |
| 47 | + <p>I'm now focused on Rails and looking for new opportunities in France or abroad to ship robust, readable apps and keep learning.</p> |
| 48 | + <p>Those five years taught me rigor, autonomy, and professionalism; skills I now pair with Rails and my international experience to help teams ship tools people actually benefit from.</p> |
49 | 49 | </div> |
50 | 50 | </div> |
51 | 51 | </div> |
|
56 | 56 | <div class="relative z-10"> |
57 | 57 | <h2 class="text-3xl font-semibold mb-6 text-white flex items-center gap-3"> |
58 | 58 | <i class="fa-solid fa-code text-2xl"></i> |
59 | | - Technologies & Outils |
| 59 | + Technologies I'm familiar with |
60 | 60 | </h2> |
61 | 61 |
|
62 | 62 | <!-- Langages de programmation --> |
63 | 63 | <div class="mb-8"> |
64 | 64 | <h3 class="text-xl font-medium mb-4 text-white flex items-center gap-2"> |
65 | 65 | <i class="fa-solid fa-language text-lg"></i> |
66 | | - Langages de programmation |
| 66 | + Programming languages |
67 | 67 | </h3> |
68 | 68 | <div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-4"> |
69 | 69 | <div class="flex flex-col items-center p-3 rounded-lg bg-white/5 hover:bg-white/10 transition-colors duration-200"> |
|
109 | 109 | <div class="mb-8"> |
110 | 110 | <h3 class="text-xl font-medium mb-4 text-white flex items-center gap-2"> |
111 | 111 | <i class="fa-solid fa-layer-group text-lg"></i> |
112 | | - Frameworks & Librairies |
| 112 | + Frameworks & Libraries |
113 | 113 | </h3> |
114 | 114 | <div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-4"> |
115 | 115 | <div class="flex flex-col items-center p-3 rounded-lg bg-white/5 hover:bg-white/10 transition-colors duration-200"> |
116 | 116 | <i class="fas fa-gem text-3xl text-red-500 mb-2"></i> |
117 | 117 | <span class="text-sm text-neutral-300">Rails</span> |
118 | 118 | </div> |
| 119 | + <div class="flex flex-col items-center p-3 rounded-lg bg-white/5 hover:bg-white/10 transition-colors duration-200"> |
| 120 | + <i class="fa-solid fa-bolt text-3xl text-red-500 mb-2"></i> |
| 121 | + <span class="text-sm text-neutral-300">Hotwire</span> |
| 122 | + </div> |
119 | 123 | <div class="flex flex-col items-center p-3 rounded-lg bg-white/5 hover:bg-white/10 transition-colors duration-200"> |
120 | 124 | <i class="fab fa-react text-3xl text-cyan-400 mb-2"></i> |
121 | 125 | <span class="text-sm text-neutral-300">React</span> |
|
155 | 159 | <div class="mb-8"> |
156 | 160 | <h3 class="text-xl font-medium mb-4 text-white flex items-center gap-2"> |
157 | 161 | <i class="fa-solid fa-tools text-lg"></i> |
158 | | - Outils & Méthodologies |
| 162 | + Tools & Methodologies |
159 | 163 | </h3> |
160 | 164 | <div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-4"> |
161 | 165 | <div class="flex flex-col items-center p-3 rounded-lg bg-white/5 hover:bg-white/10 transition-colors duration-200"> |
|
205 | 209 | <div> |
206 | 210 | <h3 class="text-xl font-medium mb-4 text-white flex items-center gap-2"> |
207 | 211 | <i class="fa-solid fa-database text-lg"></i> |
208 | | - Bases de données |
| 212 | + Databases |
209 | 213 | </h3> |
210 | 214 | <div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-4"> |
211 | 215 | <div class="flex flex-col items-center p-3 rounded-lg bg-white/5 hover:bg-white/10 transition-colors duration-200"> |
|
0 commit comments