-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·557 lines (517 loc) · 15.4 KB
/
index.html
File metadata and controls
executable file
·557 lines (517 loc) · 15.4 KB
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
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>jfroffice's résumé</title>
<meta name="viewport" content="width=device-width" />
<style>
h1,
h2,
.date {
font: small-caps normal 100% Constantia, "Palatino Linotype", Palatino,
Georgia, serif;
}
h1,
header > h1 > span,
header > ul > li:before {
color: #0099cb;
}
* {
margin: 0;
}
html {
background: #9ba2b0;
font-size: 14px;
}
body {
width: 45em;
padding: 7em 10%;
margin: 1em auto;
background: white;
box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.3);
font: 100%/1.5 "Segoe UI", Optima, "Hiragino Kaku Gothic Pro",
"Apple Gothic", Tahoma, "Helvetica Neue", sans-serif;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
-moz-transition: 0.5s font-size;
-ms-transition: 0.5s font-size;
-o-transition: 0.5s font-size;
-webkit-transition: 0.5s font-size;
transition: 0.5s font-size;
}
h1 {
margin-top: 1.2em;
font-size: 180%;
}
h2 {
margin-top: 1em;
font-size: 150%;
}
a {
color: #035aa6;
}
abbr[title] {
border-bottom: 1px dotted #035aa6;
cursor: help;
}
p {
margin: 0.6em 0;
}
h1 + p {
margin-top: 0;
}
ul {
padding: 0;
list-style: square;
}
header {
text-align: center;
}
header > h1 {
color: #7f7f7f;
border-bottom: 1px solid #0099cb;
margin: 0 0 0.15em;
text-indent: 1.2em;
font-size: 450%;
line-height: 1.05;
font-variant: normal;
}
header > h1 > span {
display: inline-block;
margin-left: -2.7em;
vertical-align: super;
font-size: 50%;
}
header > ul {
display: block;
margin-bottom: 0.5em;
}
header > ul > li {
display: inline;
list-style: none;
}
header > ul > li:before {
content: "● ";
}
header > ul > li:first-child:before {
content: none;
}
address {
font-style: normal;
}
ol.timeline {
padding: 0;
border: 0 solid #ddd;
border-width: 4px 0;
}
ol.timeline > li {
list-style: none;
padding: 0.4em 0;
border: 1px solid white; /* Chrome printing bug */
border-top-color: #ccc;
}
ol.timeline > li:first-child {
border-top: 0;
}
ol.timeline > li > p {
margin: 0;
}
ol.timeline > li > .date {
float: left;
margin-left: 0.1em;
max-width: 8rem;
color: gray;
font-size: 110%;
}
ol.timeline > li > .date ~ p {
margin-left: 9rem;
}
.note {
margin-top: 0.4em;
font-size: 75%;
}
.note a:not(:hover):not(:active) {
color: inherit;
}
footer {
margin-top: 3em;
font-style: italic;
}
.amp {
font-style: italic;
}
@media (max-width: 950px) {
html {
font-size: 12px;
}
}
@media (max-width: 700px) {
html {
font-size: 11px;
}
}
@media (max-width: 600px) {
body {
width: auto;
margin: 1em;
}
ol.timeline > li > .date ~ p {
margin-left: 8rem;
}
}
@media print {
body {
box-shadow: none;
}
header > h1 {
color: black;
}
}
</style>
</head>
<body>
<header>
<h1>jfroffice <span>CV</span></h1>
<ul>
<li><a href="mailto:me@jfroffice.me">me@jfroffice.me</a></li>
<li><a href="http://twitter.com/jfroffice">@jfroffice</a></li>
<li><a href="https://github.com/jfroffice">Github</a></li>
<li><a href="https://medium.com/@jfroffice">Medium</a></li>
</ul>
<address>Aix en Provence, France</address>
</header>
<section id="summary">
<h1>Summary</h1>
<p>
I’m passionate about <strong>open web standards</strong>. I definitely
love <strong>elegant & efficient</strong> web development and I am
always looking to find new ways to improve processes. International
<strong>community NodeJS</strong> leads me to study new means of
developing website. <strong>Front-end web development</strong> as
back-end web development are part of my skills. Last but not the least,
I enjoy building beautiful and efficient <strong>user experience</strong>
with data meaning visualization.
</p>
<p>
I also like <strong>educating</strong> other developers on best
practices.
</p>
<p>
Ten year ago, I co-founded <strong>ProSVN</strong>, hosting source
control solution, which is built and manage to reduce administration
effort. I am also the <strong>creator</strong> and the
<strong>administrator</strong> of a few websites.
</p>
</section>
<section id="work-experience">
<h1>Work experience</h1>
<ol class="timeline">
<li>
<p class="date">2017–Present</p>
<p>
<strong
><a href="https://www.altair.com/aerospace/">Altair</a></strong
>
Lead developer front-end
</p>
<p class="note">
Build <a href="https://www.youtube.com/watch?v=mnNWAEs38bs">front-end app</a> dealing with multiple Cloud Provider (AWS, Oracle, GCP, Azure, Huawei, AliCloud...) using cutting edge technologies.
(React, React-Native, Reanimated, PostCSS, CSS, Vite, WebPack, ESLint, TSLint, TS, Jest, GraphQL, Docker, Kubernetes, Node, GitLab, CI, VR Testing)
Take part of the roadmap with PO and UX Team for involving new decision (Figma, Sketch)
</p>
</li>
<li>
<p class="date">2014–2017</p>
<p>
<strong>Softway Medical</strong> solution Architect, Front-end &
Back-end engineer
</p>
<p class="note">
Developing solution to broadcast diagnostic results on the Cloud.
</p>
</li>
<li>
<p class="date">2007–2014</p>
<p>
co-founder of <strong>ProSVN</strong> - collaborative source control
hosting solution
</p>
<p class="note">Subversion & Trac deployment solution</p>
</li>
<li>
<p class="date">2007–2008</p>
<p>Waid, solution architect for RIS / PACS</p>
<p class="note">Picture archiving and communication system (DICOM)</p>
</li>
<li>
<p class="date">2002–2006</p>
<p>
<strong>Fuji-Medical</strong>, product lead on CR & MG
workstation •
<a
href="http://www.fujifilmmedical.fr/site/contenu.php?idniv1=9&idniv2=39"
>EyePix</a
>
</p>
<p class="note">
specialized in film Radiology production and in computed aided
diagnostic for mammography
</p>
</li>
<li>
<p class="date">2001–2002</p>
<p>
<strong>RealViz</strong>, software & research Engineer •
<a href="http://fr.wikipedia.org/wiki/Realviz">ReTimer</a>
</p>
<p class="note">
Optical flow, 2D Tracking, topology change, local minimization,
multi-threading Programming
</p>
</li>
</ol>
</section>
<section id="education">
<h1>Education</h1>
<ol class="timeline">
<li>
<p class="date">2004–2007</p>
<p>
<strong>Project Management</strong> (skills for success), Software
Quality assurance and test, Object and
<strong>Unified Process</strong>, Java programming
</p>
<p class="note">Learning Tree</p>
</li>
<li>
<p class="date">1998–2001</p>
<p>
Advanced <strong>Engineering School</strong> specialized in
Electronic & Optical Processes
</p>
<p class="note">
Master in Computer Science in Signal and Image Processing at
Polytech Orleans University
</p>
</li>
<li>
<p class="date">1996-1998</p>
<p>
<strong>Science Program</strong> to prepare entry to French
Engineering Schools
</p>
<p class="note">
Advanced Mathematics & Physics at Cergy-Pontoise University
</p>
</li>
</ol>
</section>
<section id="technical-skills">
<h1>Technical skills</h1>
<h2>Front-end web development</h2>
<p>
I have a broad understanding of the full Open Web Stack of technologies,
including:
</p>
<ul>
<li><strong>HTML5</strong> and related APIs</li>
<li>
<strong>TS</strong>, ES7, JavaScript, DOM and libraries
</li>
<li>
JS Famous Librairies (<strong>React</strong>, Redux, Zustand, D3JS, ThreeJS)</p>
<ul>
<li>User Login management</li>
<li>
Calendar and agenda custom components
</li>
<li>
Geolocation app for hiking
</li>
<li></li>
</ul>
<h2>Back-end web development</h2>
<p>
I also have experience with a wide range of programming languages and
technologies, including:
</p>
<ul>
<li>
<strong>NodeJS</strong> and related Framework (Fastify, Express,
Meteor)
</li>
<li><strong>Jest</strong> Mocha and related Unit test Framework</li>
<li>
<strong>NightWatch.js</strong>, Protrator,<strong>SauceLabs / Browserstack</strong> and related Test E2E Selenium Framework
</li>
<li>Go, C++, Python, C, Java</li>
<li><strong>MongoDB</strong>, MariaDB, PostgresSQL</li>
<li>Shell, Ksh, Bash and many more.</li>
</ul>
<p>I have experience with many server administration, including:</p>
<ul>
<li>
<strong>K8S</strong>, K3S, <strong>Docker</strong>, RabbitMQ,
Apache2, NGinx, MySQL, Git
</li>
<li>
<strong>Debian</strong>, Ubuntu, RedHat, Gentoo, FreeBSD.
</li>
</ul>
</section>
<section id="demos">
<h1>Selected side-projects</h1>
<ol class="timeline">
<li>
<p class="date">2021</p>
<p>
Mobil app to improve apnea performance
</p>
</li>
<li>
<p class="date">2020</p>
<p>
Mobil app to manage scuba diving event using React-Native
</p>
</li>
<li>
<p class="date">Mid 2018</p>
<p>
Tool to analyze Github projects trends and detect new emerging technologies.
</p>
</li>
<li>
<p class="date">Till 2014</p>
<p>
Work on Scuba Diving Database and tool to handle event, equipment, ...
</p>
</li>
<li>
<p class="note">
Web-component inspiration with DOM Mutation Observers.
</p>
</li>
<li>
<p class="date">November 2014</p>
<p>
Work on
<a href="https://github.com/jfroffice/x-enterleave.js"
>x-enterleave.js</a
>
- HTML attribute to add CSS (enter / leave) classes.
</p>
<p class="note">
Web-component inspiration with DOM Mutation Observers.
</p>
</li>
<li>
<p class="date">October 2014</p>
<p>
Work on
<a href="https://github.com/jfroffice/transformicons"
>Transformicons</a
>
Animated symbols and buttons packaged for Sass & CSS
</p>
<p class="note">
Inspired by the article from Sara Soueidan and the work of Bennett
Feely.
</p>
</li>
<li>
<p class="date">April 2012</p>
<p>
Work on
<a href="https://github.com/jfroffice/carddav-client">CardDAV</a>
API to allow get CardDAV information from JS client
</p>
<p class="note">built and manage DaviCal server.</p>
</li>
<li>
<p class="date">Fev 2012</p>
<p>
Report bugs on
<a
href="https://github.com/Modernizr/Modernizr/issues/513#issuecomment-4319760"
>Modernizr</a
>
- Geolocation causes memory leak in IE9
</p>
<p class="note">detect HTML5 and CSS3 features.</p>
</li>
<li>
<p class="date">Jan 2012</p>
<p>
Contribute to <a href="http://c9.io">Cloud9 Ide</a> - Development
IDE on the cloud.
</p>
<p class="note">add support to FreeBSD community.</p>
</li>
<li>
<p class="date">Dec 2011</p>
<p>
Translate
<a href="https://github.com/jfroffice/idiomatic.js">Idiomatic.js</a>
to broad french JS community.
</p>
<p class="note">
JavaScript Best Practices community leading project.
</p>
</li>
<li>
<p class="date">Nov 2011</p>
<p>
Create
<a href="https://github.com/jfroffice/sfupload"
>HTML5 File Upload API</a
>
to allow multiple file upload with progress notification.
</p>
<p class="note">use File API HTML5 Specification.</p>
</li>
</ol>
<p>
A lot more of my open source web applications and libraries can be found
in <a href="https://github.com/jfroffice">my Github account</a>.
</p>
</section>
<section id="languages">
<h1>Languages</h1>
<ul>
<li><strong>French</strong>: Native</li>
<li>
<strong>English</strong>: Fluent (Warwick University 1999, University
of Columbia, 2000, till 2014 working an american company)
</li>
</ul>
</section>
<section id="interests">
<h1>Professional interests</h1>
<p>
front-end web development, responsive design, web usability &
accessibility, graphic design, user interface design, API design, technical writing, back-end
web development, source control
</p>
</section>
<section id="interests">
<h1>Hobbies</h1>
<ul>
<li>
I used to practice piano solo and in a jazz band.
</li>
<li>
Scuba diving, Apnea, I have been part of an association for 10 years and also dive master.
</li>
<li>
Drawing, Sketching and painting.
</li>
</ul>
</section>
<footer>
<p>References are available upon request.</p>
</footer>
</body>
</html>