-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
594 lines (414 loc) · 16.3 KB
/
index.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
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
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
<!DOCTYPE html>
<html lang="fr">
<head>
<meta name="generator" content="Hugo 0.92.2" />
<title>Hector Frohlich Cortez CV</title>
<meta name="theme-color" content="#fff" />
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta name="description" content="Hector Frohlich Cortez CV" />
<meta name="author" content="Hector Frohlich Cortez" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="http://fortawesome.github.io/Font-Awesome/assets/font-awesome/css/font-awesome.css"
/>
<link
rel="stylesheet"
href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css"
/>
<link
href="https://fonts.googleapis.com/css?family=Alegreya%7CLato"
rel="stylesheet"
/>
<link
href="//frohlichcortezh.github.io/css/screen.css"
rel="stylesheet"
media="all"
/>
<link
href="//frohlichcortezh.github.io/css/print.css"
rel="stylesheet"
media="print"
/>
<script src="//frohlichcortezh.github.io/js/themes.js"></script>
<style>
html {
width: 100vw;
}
body,
h1,
h2,
h3 {
font-family: 'Lato', sans-serif;
}
.zoomlink {
font-size: 2em;
}
.zoomlink:hover {
font-size: 1.9em;
cursor: pointer;
}
.accordion {
cursor: pointer;
transition: 0.5s;
}
.panel {
max-height: 0;
transition: 0.3s ease-out;
}
.bg-black {
background-color: #252525;
}
</style>
</head>
<body class="container bg-white">
<div class="ml-auto mr-auto row row-eq-height mt-4">
<div class="col-md-4 text-center border-light p-2 mb-4 bg-info">
<img
class="rounded-circle mb-4 mt-2 img-fluid"
src="//frohlichcortezh.github.io/images/profile.jpg"
alt="Hector Frohlich Cortez"
style="width: 180px; box-shadow: 0px 0px 0px 5px #faf9f9"
/>
<h3 class="text-dark mb-0">Hector Frohlich Cortez</h3>
<h4 class="text-dark mb-0">Développeur Full Stack</h4>
<h5 class="text-dark mb-0">Beaumont, France</h5>
<div class="mt-2 d-flex flex-wrap justify-content-center">
<div style="height:45px; width:45px;">
<a href="mailto:[email protected]" target="_blank"><i class="text-dark zoomlink mt-1 fas fa-at"></i></a
>
</div>
<div style="height:45px; width:45px;">
<a href="https://www.linkedin.com/in/frohlichcortezh/" target="_blank"><i class="text-dark zoomlink mt-1 fab fa-linkedin-in"></i></a
>
</div>
<div style="height:45px; width:45px;">
<a href="https://stackoverflow.com/users/8323634/frohlichcortezh" target="_blank"><i class="text-dark zoomlink mt-1 fab fa-stack-overflow"></i></a
>
</div>
<div style="height:45px; width:45px;">
<a href="https://github.com/frohlichcortezh" target="_blank"><i class="text-dark zoomlink mt-1 fab fa-github"></i></a
>
</div>
<div style="height:45px; width:45px;">
<a href="https://git.disroot.org/frohlichcortezh" target="_blank"><i class="text-dark zoomlink mt-1 fab fa-gitlab"></i></a
>
</div>
<div style="height:45px; width:45px;">
<a href="https://twitter.com/frohlichcortezh/" target="_blank"><i class="text-dark zoomlink mt-1 fab fa-twitter"></i></a
>
</div>
</div>
<p class="text-dark">
Développeur informatique passionné par le développement, je suis à la recherche de nouvelles opportunités professionnelles. Produire du code simple à lire et à maintenir est ma priorité. J’ai travaillé comme consultant en totale autonomie mais aussi en entreprise où j’ai apprécié l’esprit d’équipe et l’échange de savoir faire avec des collègues talentueux.ses. J’aime délivrer des produits finaux apportant une expérience utilisateur impeccable. Je reste avant tout un auto-ditacte et j’aime apprendre de nouvelles technologies et méthodologies.
</p>
</script>
<h2 class="accordion w-100 text-dark ">
<i class="col-md-2 col-centered fas fa-globe-americas"></i>
Langues
</h2>
<div class="panel overflow-hidden">
<strong>Portugais (langue maternelle) | </strong>
<div class="w-100 bg-secondary mt-1 mb-3">
<div
class="bg-dark"
style="width: 100%; height: 15px;"
></div>
</div>
<strong>Anglais | </strong>
<div class="w-100 bg-secondary mt-1 mb-3">
<div
class="bg-dark"
style="width: 80%; height: 15px;"
></div>
</div>
<strong>Français | </strong>
<div class="w-100 bg-secondary mt-1 mb-3">
<div
class="bg-dark"
style="width: 70%; height: 15px;"
></div>
</div>
<strong>Espagnol | </strong>
<div class="w-100 bg-secondary mt-1 mb-3">
<div
class="bg-dark"
style="width: 25%; height: 15px;"
></div>
</div>
</div>
<h2 class="accordion w-100 text-dark ">
<i class="col-md-2 col-centered fas fa-people-carry"></i>
Personnalité
</h2>
<div class="panel overflow-hidden">
<strong>Autonome | </strong>
<strong>Adaptable | </strong>
<strong>Appliqué | </strong>
<strong>Calme | </strong>
<strong>Créatif | </strong>
<strong>Coopératif | </strong>
<strong>Efficace | </strong>
<strong>Minutieux | </strong>
<strong>Organisé | </strong>
</div>
<h2 class="accordion w-100 text-dark ">
<i class="col-md-2 col-centered fas fa-campground"></i>
Centres d'intérêt
</h2>
<div class="panel overflow-hidden">
<strong>Voyage | </strong>
<strong>Photographie | </strong>
<strong>Cuisine | </strong>
<strong>Randonnée | </strong>
<strong>Football | </strong>
</div>
<footer class="text-dark mt-4">
<p>
MIT ·
<i>
<a href="https://github.com/frohlichcortezh/aafu" target="_blank" class="text-dark">aafu</a>
</i>
by
<i>
<a href="https://www.github.com/frohlichcortezh" target="_blank" class="text-dark">frohlichcortezh</a>
</i>
</p>
</footer>
</div>
<div class="col-md-8 border p-2 mb-4 bg-white">
<h2 class="accordion w-100 text-info active ">
<i class="col-md-1 col-centered fas fa-laptop-code"></i>
Expériences
</h2>
<div class="panel overflow-hidden">
<dl>
<dt class="text-dark mb-0">
<a class="text-info" href="https://www.linkedin.com/company/lojelis/" target="_blank">lojelis</a
>
</dt>
<dd class="text-dark ml-3">
[Clermont-Ferrand, France] Août 2020 · Développeur Full Stack (.NET, Angular)
</dd>
<dd class="text-dark mb-0 ml-3">
<strong>Responsabilités</strong>
<ul>
<li>Consultant en projets forfait et assistance technique</li>
<li>Participation à toutes les phases d'un projet : analyse des besoins, chiffrage, conception, développement, documentation, tests, déploiement, formation et support.</li>
</ul>
<strong>Réalisations</strong>
<ul>
<li>Création d'un service windows pour intégration avec l'api CEGID (.NET Core 3.1)</li>
<li>Création d'un portail Web qui sert d'interface pour un outil de data mining (.NET Core 3.1 / Angular / MySQL / REST)</li>
<li>Refonte du processus d'une application Web reposant sur un service Workflow (.Net Framework 4.5 / ASP.NET / WCF / WF)</li>
<li>Construction d'une application web d'analyse de données extraites de boites noires de trajets en train (.NET Core 3.1 / Angular / Azure DevOps)</li>
</ul>
</dd>
</dl>
<dl>
<dt class="text-dark mb-0">
<a class="text-info" href="https://www.linkedin.com/company/lokoa/" target="_blank">Lokoa</a
>
</dt>
<dd class="text-dark ml-3">
[Chamalières, France] Septembre 2019 à Février 2020 · Développeur .NET Senior
</dd>
<dd class="text-dark mb-0 ml-3">
<strong>Responsabilités</strong>
<ul>
<li>Responsable de l'architecture des nouvelles applications</li>
<li>Évolution du code existant ainsi que l'ajout de nouvelles fonctionnalités (.NET Framework 4.6)</li>
</ul>
<strong>Réalisations</strong>
<ul>
<li>Création de l'architecture et développement d'une nouvelle application ( WinForms / SOAP / .NET Framework 4.6 / .NET Standard 2.0)</li>
</ul>
</dd>
</dl>
<dl>
<dt class="text-dark mb-0">
<a class="text-info" href="https://www.linkedin.com/company/fun%C3%A7%C3%A3o-inform%C3%A1tica-automa%C3%A7%C3%A3o-e-sistemas-ltda/" target="_blank">Função Sistemas</a
>
</dt>
<dd class="text-dark ml-3">
[Consultant/Auto-entrepreneur] Juin 2013 à Julliet 2019 (6 ans) / [São Paulo, Brésil] Mars 2008 à Fevrier 2012 (4 ans) · Développeur Full Stack (.NET Framework [4.0-4.7], ASP.NET, MVC, Delphi 7, MSSQL)
</dd>
<dd class="text-dark mb-0 ml-3">
<strong>Responsabilités</strong>
<ul>
<li>Conception, développement et tests de nouvelles fonctionnalités</li>
<li>Visites clients pour mettre en place de nouvelles fonctionnalités </li>
<li>Soutien à l'équipe Support Technique ainsi que contact direct avec les clients </li>
<li>Rédaction de spécifications techniques</li>
<li>Validation de spécifications fonctionnelles</li>
<li>Encadrement d'équipes techniques (revue de code, suivi des charges)</li>
<li>Refactoring pour faciliter l'utilisation de bibliothèques internes</li>
</ul>
<strong>Réalisations</strong>
<ul>
<li>Management d'une équipe de maintenance applicative (3 personnes)</li>
<li>Migration du code Delphi 7 vers C# ASP.NET </li>
<li>Création de framework interne pour diminution des erreurs communes</li>
<li>Développement de backend d'intégration avec la nouvelle plateforme de paiement FEBRABAN (NPC)</li>
</ul>
</dd>
</dl>
</div>
<h2 class="accordion w-100 text-info ">
<i class="col-md-1 col-centered fas fa-graduation-cap"></i>
Formations
</h2>
<div class="panel overflow-hidden">
<dl>
<dt class="text-dark">
<a class="text-info" href="https://www.caelum.com.br/" target="_blank">Formation Développement Android</a
>
</dt>
<dd class="text-dark mb-0 ml-3">
<strong>2011 ·
Caelum (São Paulo, Brésil)
</strong>
</dd>
</dl>
<dl>
<dt class="text-dark">
<a class="text-info" href="https://www.mackenzie.br/graduacao/sao-paulo-higienopolis/sistemas-de-informacao/" target="_blank">Bachelor en Système d'Information</a
>
</dt>
<dd class="text-dark mb-0 ml-3">
<strong>2010 - 2011 ·
Universidade Presbiteriana Mackenzie (São Paulo, Brésil)
</strong>
</dd>
</dl>
<dl>
<dt class="text-dark">
<a class="text-info" href="https://www.kasolution.com.br/Microsoft/---/Curso/M/N/MS%20Visual%20Studio" target="_blank">Cours préparatoires pour certification Microsoft</a
>
</dt>
<dd class="text-dark mb-0 ml-3">
<strong>2009 ·
KA Solution (São Paulo, Brésil)
</strong>
</dd>
<dd class="text-dark">
<ul>
<li>2956 - Foundation of Microsoft .NET 2.0 Development</li>
<li>2957 - Advanced Foundations of Microsoft .NET 2.0 Development</li>
<li>6463 - Visual Studio 2008 - ASP.NET 3.5</li>
</ul>
</dd>
</dl>
<dl>
<dt class="text-dark">
<a class="text-info" href="https://basilides.com.br/cursos/desenvolvimento-sistemas/" target="_blank">Technicien en Informatique</a
>
</dt>
<dd class="text-dark mb-0 ml-3">
<strong>Juin, 2006 - Decembre, 2007 ·
ETEC Professor Basilides de Godoy (São Paulo, Brésil)
</strong>
</dd>
<dd class="text-dark">
<ul>
<li>Logique de programmation</li>
<li>Développement des languages C, Pascal, Delphi 7, Visual Basic, Javascript</li>
<li>Projet de fin d'études: Développement d'un logiciel pour une salle de sport</li>
</ul>
</dd>
</dl>
</div>
<h2 class="accordion w-100 text-info ">
<i class="col-md-1 col-centered fas fa-terminal"></i>
Compétences
</h2>
<div class="panel overflow-hidden">
<strong>.NET Framework (4.0-4.8) | </strong>
<strong>.NET Core (2.0/2.2/3.1/5) | </strong>
<strong>.NET | </strong>
<strong>C# | </strong>
<strong>VB.NET | </strong>
<strong>ASP.NET | </strong>
<strong>Linq | </strong>
<strong>TFS | </strong>
<strong>Web Services (SOAP/REST) | </strong>
<strong>MVC | </strong>
<strong>Visual Studio | </strong>
<strong>Delphi 7 | </strong>
<strong>SQL (T-SQL, Stored Procedures) | </strong>
<strong>MSSQL (SQL SERVER) | </strong>
<strong>SSRS | </strong>
<strong>POO | </strong>
<strong>Waterfall | </strong>
<div class="w-100 bg-secondary mt-1 mb-3">
<div
class="bg-dark"
style="width: 90%; height: 15px;"
></div>
</div>
<strong>Angular (7/9/12) | </strong>
<strong>HTML | </strong>
<strong>Javascript | </strong>
<strong>JQuery | </strong>
<strong>ASP.NET Boilerplate | </strong>
<strong>MySQL | </strong>
<strong>MariaDB | </strong>
<strong>EF Core | </strong>
<strong>V-Model | </strong>
<strong>Agile | </strong>
<strong>Scrum | </strong>
<strong>Kanban | </strong>
<div class="w-100 bg-secondary mt-1 mb-3">
<div
class="bg-dark"
style="width: 75%; height: 15px;"
></div>
</div>
<strong>CSS | </strong>
<strong>DevExpress | </strong>
<strong>Azure DevOps | </strong>
<strong>CI/CD | </strong>
<strong>SQLite | </strong>
<strong>MVVM | </strong>
<strong>Jira | </strong>
<strong>Redmine | </strong>
<strong>git | </strong>
<strong>gitlab | </strong>
<strong>WCF | </strong>
<strong>Windows Workflow Foundation (WF) | </strong>
<strong>Docker | </strong>
<div class="w-100 bg-secondary mt-1 mb-3">
<div
class="bg-dark"
style="width: 50%; height: 15px;"
></div>
</div>
<strong>Golang | </strong>
<strong>Dart | </strong>
<strong>Flutter | </strong>
<strong>Android | </strong>
<div class="w-100 bg-secondary mt-1 mb-3">
<div
class="bg-dark"
style="width: 25%; height: 15px;"
></div>
</div>
</div>
</div>
<script src="//frohlichcortezh.github.io/js/accordion.js"></script>
<script src="//frohlichcortezh.github.io/js/print.js"></script>
</div>
</body>
</html>