-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
301 lines (297 loc) · 18.2 KB
/
resume.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
---
layout: default
title: Resume
keywords: resume, curriculum vitae, cv
description : Resume
url: https://mpressen.github.io/
image: ./images/me-cropped.png
---
<div class="cv-container">
<div class="cv" itemscope itemtype="https://schema.org/Person">
<aside class="upload">
<a rel="alternate author" href="CV_Maximilien_Pressense_en.pdf" aria-label="Download"><svg height=18px
class="svg-inline--fa fa-upload fa-w-16" aria-hidden="true" focusable="false" data-prefix="fa"
data-icon="upload" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="">
<title id="download">Download</title>
<path fill="currentColor"
d="M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z">
</path>
</svg></a>
</aside>
<header class="cv-header">
<img itemprop="image" class="profile-pic" src="{{ page.image }}" alt="Photo of Maximilien Pressensé">
<div class="cv-title">
<h1 class='bold' itemprop="name">Maximilien Pressensé</h1>
<h2 class='italic' itemprop="jobTitle">Ruby on Rails Developer</h2>
<p><svg width=14.4px class="svg-inline--fa fa-address-card fa-w-18" aria-hidden="true" focusable="false"
data-prefix="far" data-icon="address-card" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512" data-fa-i2svg="">
<title id="contact">Contact</title>
<path fill="currentColor"
d="M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V80h480v352zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2zM360 320h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8z">
</path>
</svg> <span itemprop="email">[email protected]</span> | <span itemprop="telephone">+33 (0)6 04 14
52 47</span></p>
</div>
</header>
<section class="cv-abstract">
<p class='italic' itemprop="description">
I enjoy solving complex problems with simple code.</p>
</section>
<div class="cv-body">
<div class="main">
<section class="exp">
<h4>Work Experience</h4>
<p>
I have <b>7+ years of professional experience</b> in web development. Here are the last 3 roles I held:
</p>
<ul>
<li itemprop="worksFor" itemscope itemtype="https://schema.org/EmployeeRole">
<h5>• <span itemprop="roleName">Founder</span></h5>
<h6><span itemscope><span itemprop='location-benefactorum'>Nantes</span></span>. Since
<time itemprop="startDate" datetime="2022-12-01">December 2022</time>.
</h6>
<p class="element-content">
<b>Context</b> :
<span itemscope itemprop="worksFor" itemtype="https://schema.org/Corporation"
itemref='location-benefactorum'><a itemprop="url" rel="external noopener" target="_blank"
href="https://benefactorum.org/"><span itemprop="name">Benefactorum</span></a> is <span
itemprop="description">a non-profit organization whose mission is to promote altruism and solidarity
through a donation platform supporting public interest associations.</span></span><br>
<span itemprop="description">
<b>Stack</b> : Rails 8, React, Inertia.js, Typescript, SQLite, Rspec, Kamal, TailwindCSS.
<br>
<b>Achievements</b> :
<ul>
<li>- Ideation: market research, user research, creation of a <a rel="external noopener"
target="_blank" href="https://benefactorum.org/">manifesto</a>.</li>
<li>- Prototyping: UI/UX design, web development of an <a rel="external noopener" target="_blank"
href="https://staging.benefactorum.org/">MVP</a> (in progress).</li>
<li>- Launch preparation: fundraising, legal incorporation, communication.</li>
</ul>
</span>
</p>
</li>
<li itemprop="worksFor" itemscope itemtype="https://schema.org/EmployeeRole">
<h5>• [FREELANCE] <span itemprop="roleName">Fullstack Developer</span></h5>
<h6><span itemscope><span itemprop='location-kamatz'>Paris</span></span>. 9 months.</h6>
<p class="element-content">
<b>Context</b> :
<span itemscope itemprop="worksFor" itemtype="https://schema.org/Corporation"
itemref='location-kamatz'><a itemprop="url" rel="external noopener" target="_blank"
href="https://www.kamatz.com/"><span itemprop="name">Kamatz</span></a> is <span
itemprop="description">a recruitment startup.</span></span><br>
<span itemprop="description">
<b>Stack</b> : Rails 7, Vue.js, Typescript, postgreSQL, RSpec, circleCI, AWS, BulmaCSS.
<br>
<b>Mission</b> : Maintain and develop the application in a team.
</p>
</li>
<li itemprop="worksFor" itemscope itemtype="https://schema.org/EmployeeRole">
<h5>• [FULL-TIME] <span itemprop="roleName">Backend Developer</span></h5>
<h6>
<span itemscope>
<span itemprop='location-wesave'>Paris</span>
</span>
. 13 months.
</h6>
<p class="element-content">
<b>Context</b> :
<span itemprop="worksFor" itemscope itemtype="https://schema.org/Corporation" itemref='location-wesave'>
<a itemprop="url" rel="external noopener" target="_blank" href="https://www.wesave.fr/">
<span itemprop="name">WeSave</span>
</a>
is a French fintech company.
</span>
<br>
<span itemprop="description">
<b>Stack</b> : Rails 5.2, postgreSQL, Docker, RSpec, gitlabCI, Heroku.
<br>
<b>Achievements</b> :
<ul>
<li>- Developed the 'Know Your Customer' (KYC) platform for the <a rel="external noopener"
target="_blank" href="https://www.amundi.fr/">Amundi</a> group. As the sole backend developer on
the project, I was responsible for both the build and run phases of this API-based application.
</li>
<li>- Backend development for wealth management APIs of <a rel="external noopener" target="_blank"
href="https://www.lcl.fr/">LCL</a> and <a rel="external noopener" target="_blank"
href="https://www.credit-agricole.fr/ca-briepicardie/particulier.html">Crédit Agricole Brie
Picardie</a>.</li>
</ul>
</span>
</p>
</li>
</ul>
</section>
<section class="studies">
<h4>Education</h4>
<ul>
<li itemprop="alumniOf" itemscope itemtype="https://schema.org/EducationalOrganization">
<h5>• <span itemprop="name">42</span></h5>
<h6><span itemprop="location">Paris</span>. 3 years.</h6>
</h6>
<div class="element-content">
<p>
<a itemprop="url" rel="external noopener" target="_blank" href="https://42.fr/en/homepage/">
42</a>
provided me with the mindset and technical sophistication necessary to
become an agile and efficient developer.
</p>
</div>
</li>
</ul>
</section>
</div>
<aside class="competences">
<h4>Skills</h4>
<ul>
<li>
<h5 class="subset_title">GENERAL</h5>
<ul class="element-content">
<li class="skill" itemprop="knowsAbout">
<h6>▸ Autonomy</h6>
</li>
<li class="skill" itemprop="knowsAbout">
<h6>▸ Creativity</h6>
</li>
<li class="skill" itemprop="knowsAbout">
<h6>▸ Communication</h6>
</li>
<li class="skill" itemprop="knowsAbout">
<h6>▸ Technology Watch</h6>
</li>
</ul>
</li>
<li>
<h5 class="subset_title">WORKFLOW</h5>
<ul class="element-content">
<li class="skill" itemprop="knowsAbout">
<h6>▸ Agile Methods</h6>
</li>
<li class="skill" itemprop="knowsAbout">
<h6>▸ PR / Code Reviews</h6>
</li>
<li class="skill" itemprop="knowsAbout">
<h6>▸ Testing (TDD, ...)</h6>
</li>
<li class="skill" itemprop="knowsAbout">
<h6>▸ CI/CD</h6>
</li>
<li class="skill" itemprop="knowsAbout">
<h6>▸ AI-Assisted</h6>
</li>
</ul>
</li>
<li>
<h5 class="subset_title">BACKEND</h5>
<ul class="element-content">
<li class="skill" itemprop="knowsAbout">
<h6>▸ Ruby on Rails</h6>
</li>
<li class="skill" itemprop="knowsAbout">
<h6>▸ RESTful API</h6>
</li>
<li class="skill" itemprop="knowsAbout">
<h6>▸ SQL</h6>
</li>
<li class="skill" itemprop="knowsAbout">
<h6>▸ Rspec</h6>
</li>
</ul>
</li>
<li>
<h5 class="subset_title">FRONT</h5>
<ul class="element-content">
<li class="skill" itemprop="knowsAbout">
<h6>▸ React, Vue</h6>
</li>
<li class="skill" itemprop="knowsAbout">
<h6>▸ Typescript</h6>
</li>
<li class="skill" itemprop="knowsAbout">
<h6>▸ shadcn/ui, Radix UI</h6>
</li>
<li class="skill" itemprop="knowsAbout">
<h6>▸ Tailwind, Bulma CSS</h6>
</li>
</ul>
</li>
<li>
<h5 class="subset_title">INFRA</h5>
<ul class="element-content">
<li class="skill" itemprop="knowsAbout">
<h6>▸ Linux</h6>
</li>
<li class="skill" itemprop="knowsAbout">
<h6>▸ Docker, Kamal</h6>
</li>
<li class="skill" itemprop="knowsAbout">
<h6>▸ AWS, Heroku</h6>
</li>
</ul>
</li>
</ul>
<div class="misc">
<h4>MISCELLANEOUS</h4>
<ul>
<li class='with-margin-bottom'>
<span itemprop="knowsLanguage">English</span>: <span class='italic'>fluent</span>.
</li>
<li class='with-padding-top'>
<ul class='social-links'>
<li><a itemprop="url" target="_blank" rel="external author noopener" href="https://github.com/mpressen"
aria-label="Github"><svg height=13.65px class="svg-inline--fa fa-github fa-w-16 fa-lg" aria-hidden="true"
focusable="false" data-prefix="fab" data-icon="github" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 496 512" data-fa-i2svg="">
<title id="github">Github</title>
<path fill="currentColor"
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z">
</path>
</svg></a></li>
<li><a itemprop="url" target="_blank" rel="external author noopener" href="https://gitlab.com/mpressen"
aria-label="Gitlab"><svg height=13.65px class="svg-inline--fa fa-gitlab fa-w-16 fa-lg" aria-hidden="true"
focusable="false" data-prefix="fab" data-icon="gitlab" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512" data-fa-i2svg="">
<title id="gitlab">Gitlab</title>
<path fill="currentColor"
d="M105.2 24.9c-3.1-8.9-15.7-8.9-18.9 0L29.8 199.7h132c-.1 0-56.6-174.8-56.6-174.8zM.9 287.7c-2.6 8 .3 16.9 7.1 22l247.9 184-226.2-294zm160.8-88l94.3 294 94.3-294zm349.4 88l-28.8-88-226.3 294 247.9-184c6.9-5.1 9.7-14 7.2-22zM425.7 24.9c-3.1-8.9-15.7-8.9-18.9 0l-56.6 174.8h132z">
</path>
</svg></a></li>
<li><a itemprop="url" target="_blank" rel="external author noopener"
href="https://www.linkedin.com/in/maximilien-pressens%C3%A9-950794140/" aria-label="Linkedin"><svg
height=13.65px class="svg-inline--fa fa-linkedin fa-w-14 fa-lg" aria-hidden="true" focusable="false"
data-prefix="fab" data-icon="linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"
data-fa-i2svg="">
<title id="linkedin">Linkedin</title>
<path fill="currentColor"
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z">
</path>
</svg></a></li>
<li><a itemprop="url" target="_blank" rel="external author noopener"
href="https://stackoverflow.com/users/8131629/max-press" aria-label="Stack Overflow"><svg height=13.65px
class="svg-inline--fa fa-stack-overflow fa-w-12 fa-lg" aria-hidden="true" focusable="false" data-prefix="fab"
data-icon="stack-overflow" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"
data-fa-i2svg="">
<title id="stackoverflow">Stack Overflow</title>
<path fill="currentColor"
d="M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z">
</path>
</svg></a>
</li>
<li><a itemprop="url" target="_blank" rel="external author noopener" href="https://dev.to/mpressen"
aria-label="Dev.to"><svg height=13.65px class="svg-inline--fa fa-dev fa-w-14 fa-lg" aria-hidden="true"
focusable="false" data-prefix="fab" data-icon="dev" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512" data-fa-i2svg="">
<title id="devto">Dev.to</title>
<path fill="currentColor"
d="M120.12 208.29c-3.88-2.9-7.77-4.35-11.65-4.35H91.03v104.47h17.45c3.88 0 7.77-1.45 11.65-4.35 3.88-2.9 5.82-7.25 5.82-13.06v-69.65c-.01-5.8-1.96-10.16-5.83-13.06zM404.1 32H43.9C19.7 32 .06 51.59 0 75.8v360.4C.06 460.41 19.7 480 43.9 480h360.2c24.21 0 43.84-19.59 43.9-43.8V75.8c-.06-24.21-19.7-43.8-43.9-43.8zM154.2 291.19c0 18.81-11.61 47.31-48.36 47.25h-46.4V172.98h47.38c35.44 0 47.36 28.46 47.37 47.28l.01 70.93zm100.68-88.66H201.6v38.42h32.57v29.57H201.6v38.41h53.29v29.57h-62.18c-11.16.29-20.44-8.53-20.72-19.69V193.7c-.27-11.15 8.56-20.41 19.71-20.69h63.19l-.01 29.52zm103.64 115.29c-13.2 30.75-36.85 24.63-47.44 0l-38.53-144.8h32.57l29.71 113.72 29.57-113.72h32.58l-38.46 144.8z">
</path>
</svg></a></li>
</ul>
</li>
</ul>
</div>
</aside>
</div>
</div>
</div>