-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
574 lines (566 loc) · 34.8 KB
/
Copy pathindex.html
File metadata and controls
574 lines (566 loc) · 34.8 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
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.104.2">
<link href="assets/bootstrap.min.css" rel="stylesheet">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css">
<link href="assets/style.css" rel="stylesheet">
<link id="pdf-styles" href="assets/style-pdf.css" rel="stylesheet" disabled="disabled">
<title>Xavier Codinas - CV</title>
</head>
<body>
<div class="container-fluid">
<button class="hidepdf navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#sidebarMenu" aria-controls="sidebarMenu" aria-expanded="false" aria-label="Toggle navigation">
<span data-feather="menu" class=""></span>
<span class="align-right">Navigation</span>
</button>
<div class="hidepdf alert alert-info alert-dismissible fade show col-md-10 text-center" style="margin-left:inherit; margin-bottom: 50px;" role="alert">
Better in pdf? <a href="#" onClick="generatePDF()"><span data-feather="file-text"></span>Download</a>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
<nav id="sidebarMenu" class="hidepdf col-md-3 col-lg-2 d-md-block sidebar collapse">
<div class="position-sticky pt-3 sidebar-sticky">
<div id="title">
<span>Xavier Codinas</span>
</div>
<div id="sidebar-img">
<img src="assets/img/profile-pic.jpg" class="img-thumbnail mx-auto d-block" alt="...">
</div>
<div class="social d-flex justify-content-center">
<ul class="list-group list-group-horizontal">
<li>
<a href="https://github.com/xcodinas">
<span data-feather="github"></span>
</a>
</li>
<li>
<a href="https://linkedin.com/in/xcodinas">
<span data-feather="linkedin"></span>
</a>
</li>
<li>
<a href="mailto:hello@xcodinas.es">
<span data-feather="mail"></span>
</a>
</li>
<li>
<a href="https://devpost.com/xcodinas">
<span data-feather="layers"></span>
</a>
</li>
</ul>
</div>
<div class="separator"></div>
<ul class="nav flex-column">
<li class="nav-item">
<a class="nav-link active" href="#about" id="nav-about">
<span data-feather="help-circle" class="align-text-bottom"></span>
About
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experience" id="nav-experience">
<span data-feather="briefcase" class="align-text-bottom"></span>
Experience
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#education" id="nav-education">
<span data-feather="book-open" class="align-text-bottom"></span>
Education
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills" id="nav-skills">
<span data-feather="user-check" class="align-text-bottom"></span>
Skills
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#other" id="nav-other">
<span data-feather="list" class="align-text-bottom"></span>
Other
</a>
</li>
</ul>
</nav>
<main class="col-md-9 ms-sm-auto col-lg-10 px-md-4">
<div class="show-pdf">
<h1>Xavier Codinas</h1>
<i>
<p>hello@xcodinas.es - C:/ Portal Nº20 · Alguaire (Lleida) 25125</p>
</i>
</div>
<section class="section" id="about">
<div class="content">
<h2>About me</h2>
<p>
I am a Software Developer who enjoys and tries to always be learning and evolving in order to improve as personally and professional.
My main language It's <i>Python</i> as is the one which I'm more proficiency with, but as I said before
and following that statement
I'm always open to new languages or frameworks in order to improve my knowledge.
</p>
<p>
Following <i>Python</i>, I would say that other languages with I'm proficient with would be <i>JavaScript</i> and <i>PHP</i>.
As a Software Developer I always try to develop clean and meaningful code, following styles guidelines (if the language has any)
or trying to write it in the most readable way in order to make it easy for the one who is reading it, also, functionally I try
to make it as simple as possible while accomplishing the expected feature.
</p>
<p>
I have developed many varieties of projects involving all types of solutions (frontend, backend, scripting...),
right now, I'm focused in developing backend solutions rather than frontend.
</p>
<p class="hidepdf" style="margin-top:50px;">
Email: hello@xcodinas.es
</p>
</div>
</section>
<section class="section" id="experience">
<div class="content">
<h2 class="section-title">Experience</h2>
<div id="work-cards">
<div class="work-card aos-item" data-aos="fade-right">
<div class="title">
<div style="clear: both;">
<h5>Python programmer</h5>
<span class="years">November 2021 - Present</span>
</div>
<div>
<h6>Seidor Opentrends S.L</h6>
</div>
</div>
<p>
I have been on multiple projects so far using different technologies in each one of them.
</p>
<p>
In all of the projects I've been using <i>Vim</i> as code editor, <i>Linux</i> as operative
system and <i>Mysql</i> / <i>Postgresql</i>.
</p>
<ul class="list-group">
<li class="list-group-item">
<p>Adding a new feature to an existing python project. Connecting with the gitlab api
and adding new repositories / groups as well as managing users and permissions when
some conditions were delivered.
</p>
</li>
<li class="list-group-item">
<p>Adding functionalities to an existing <i>Laravel</i> project.</p>
<p>The most notable functionality would be an advanced filter made generic,
so adding fields is as easy as adding them with some info in an array.</p>
</li>
<li class="list-group-item">
<p>Developing a project that uses <i>Amazon Rekognition</i> to capture and analyze images sent
by the user and passing some checks such as confirming that the image matches with the person and
other checks.</p>
</li>
</ul>
</div>
<div class="work-card aos-item" data-aos="fade-right">
<div class="title">
<div style="clear: both;">
<h5>Programmer</h5>
<span class="years">June 2016 - November 2021</span>
</div>
<div>
<h6>Aritmos</h6>
</div>
<p>
Working in a small team of developers, we were creating an agroalimentary custom solution from an existing
erp called <i>Tryton</i>. We were using <i>GIT</i> as version control, with automated tests implemented in the workflow
and custom deployments.
</p>
<p>
The stack we were using was <i>Python</i> for the backend, <i>JavaScript</i> + <i>jQuery</i> for the frontend
and <i>PostgreSQL</i> for the database management.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section" id="education">
<div class="content">
<h2 class="section-title">Education</h2>
<div id="work-cards">
<div class="work-card aos-item" data-aos="fade-left">
<div class="title">
<div style="clear: both;">
<h5>University of Cambridge</h5>
<span class="years">July 2014</span>
</div>
<div>
<h6>First Certificate in English</h6>
</div>
</div>
</div>
<div class="work-card aos-item" data-aos="fade-left">
<div class="title">
<div style="clear: both;">
<h5>Caparrella High School</h5>
<span class="years">2015 - 2017</span>
</div>
<div>
<h6>Web applications development</h6>
</div>
</div>
</div>
<div class="work-card aos-item" data-aos="fade-left">
<div class="title">
<div style="clear: both;">
<h5>Manuel de Montsuar High School</h5>
<span class="years">2012 - 2015</span>
</div>
<div>
<h6>High School Diploma</h6>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section" id="skills">
<div class="content">
<h2 class="section-title">Skills</h2>
<h5>Languages</h5>
<div class="row">
<div class="col-md-6">
<span><i class="devicon-python-plain colored"></i> Python</span>
<div class="progress">
<div class="progress-bar languages aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 90%" aria-valuenow="90"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-md-6">
<span><i class="devicon-php-plain colored"></i> PHP</span>
<div class="progress">
<div class="progress-bar languages aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 85%" aria-valuenow="85"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<span><i class="devicon-javascript-plain colored"></i> JavaScript</span>
<div class="progress">
<div class="progress-bar languages aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 85%" aria-valuenow="85"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-md-6">
<span><i class="devicon-html5-plain colored"></i> HTML5</span>
<div class="progress">
<div class="progress-bar languages aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 80%" aria-valuenow="80"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
<h5>Frameworks</h5>
<div class="row">
<div class="col-md-6">
<span><i class="devicon-flask-original colored"></i> Flask</span>
<div class="progress">
<div class="progress-bar frameworks aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 90%" aria-valuenow="90"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-md-6">
<span><i class="devicon-django-plain colored"></i> Django</span>
<div class="progress">
<div class="progress-bar frameworks aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 80%" aria-valuenow="80"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<span><i class="devicon-laravel-plain colored"></i> Laravel</span>
<div class="progress">
<div class="progress-bar frameworks aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 75%" aria-valuenow="75"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-md-6">
<span><i class="devicon-vuejs-plain colored"></i> VueJS</span>
<div class="progress">
<div class="progress-bar frameworks aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 75%" aria-valuenow="75"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<span><i class="devicon-bootstrap-plain colored"></i> Bootstrap</span>
<div class="progress">
<div class="progress-bar frameworks aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 70%" aria-valuenow="70"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-md-6">
<span><i class="devicon-codeigniter-plain colored"></i> Codeigniter</span>
<div class="progress">
<div class="progress-bar frameworks aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 70%" aria-valuenow="70"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
<h5>Tools</h5>
<div class="row">
<div class="col-md-6">
<span><i class="devicon-postgresql-plain colored"></i> PostgreSQL</span>
<div class="progress">
<div class="progress-bar tools aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 90%" aria-valuenow="90"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-md-6">
<span><i class="devicon-mysql-plain colored"></i> Mysql</span>
<div class="progress">
<div class="progress-bar tools aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 80%" aria-valuenow="80"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<span><i class="devicon-github-original"></i> Github</span>
<div class="progress">
<div class="progress-bar tools aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 90%" aria-valuenow="90"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-md-6">
<span><i class="devicon-grafana-original colored"></i> Grafana</span>
<div class="progress">
<div class="progress-bar tools aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 70%" aria-valuenow="70"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<span><i class="devicon-vim-plain colored"></i> VIM</span>
<div class="progress">
<div class="progress-bar tools aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 85%" aria-valuenow="85"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-md-6">
<span><i class="devicon-docker-plain colored"></i> Docker</span>
<div class="progress">
<div class="progress-bar tools aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 70%" aria-valuenow="70"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<span><i class="devicon-googlecloud-plain colored"></i> Google Cloud</span>
<div class="progress">
<div class="progress-bar tools aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 60%" aria-valuenow="60"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-md-6">
<span><i class="devicon-amazonwebservices-plain colored"></i> AWS</span>
<div class="progress">
<div class="progress-bar tools aos-item"
role="progressbar"
data-aos="fade-right"
data-aos-delay="100"
data-aos-anchor="#skills"
style="width: 50%" aria-valuenow="50"
aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section" id="other">
<div class="content">
<h2 class="section-title">Other Information</h2>
<ul class="list-unstyled">
<li id="tryton-commits" class="other-card">
<span data-feather="list"></span> Gained the status of commiter in <a href="https://hg.tryton.org"> Tryton</a>.</br>
<span data-feather="git-merge"></span> Having many commits in the official <i>Tryton</i> repository.</br>
<span data-feather="user-check"></span> <span>Here I list some of the commits I most like as for the work It took and the change it represented.</span>
<div class="hidepdf accordion" id="accordionPanelsStayOpen">
<div class="accordion-item">
<h2 class="accordion-header" id="panelsStayOpen-headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#panelsStayOpen-collapseOne" aria-controls="panelsStayOpen-collapseOne">
Tryton - Backend
</button>
</h2>
<div id="panelsStayOpen-collapseOne" class="accordion-collapse collapse" aria-labelledby="panelsStayOpen-headingOne">
<div class="accordion-body">
<ul>
<li><a href="https://hg.tryton.org/trytond/rev/271c73cf8bae?revcount=40">Add PYSON widget</a></li>
<li><a href="https://hg.tryton.org/trytond/rev/d2328dec9188?revcount=80">Add format_timedelta in report</a></li>
<li><a href="https://hg.tryton.org/trytond/rev/2ec548fc4fbb?revcount=80">Add option to update modules list
</a></li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="panelsStayOpen-headingTwo">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#panelsStayOpen-collapseTwo" aria-controls="panelsStayOpen-collapseTwo">
Sao - Frontend
</button>
</h2>
<div id="panelsStayOpen-collapseTwo" class="accordion-collapse collapse" aria-labelledby="panelsStayOpen-headingTwo">
<div class="accordion-body">
<ul>
<li><a href="https://hg.tryton.org/sao/rev/ca0cab806669?revcount=80">Add calendar view</a></li>
<li><a href="https://hg.tryton.org/sao/rev/c31567bc9208?revcount=80">Add favorites menu</a></li>
<li><a href="https://hg.tryton.org/sao/rev/0aaf6513da34?revcount=80">Simplify login with single database</a></li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li id="tryton-commits" class="other-card">
<span data-feather="terminal"></span> Participated in many hackatons shuch as <a href="https://lleidahack.dev/hackeps-2022/">Lleida HackEPS</a> and
<a href="https://hackupc.com/">HackUPC</a>.
</br>
<span data-feather="send"></span> Resulting winner for three times in a row in HackEPS challenges.
</br>
<span data-feather="code"></span> Also, winning the clean code contest once (and a mention in an other edition) in the HackEPS edition given by the
<a href="https://www.udl.cat/ca/">University of Lleida</a>.
</li>
<li id="tryton-commits" class="other-card">
<span data-feather="globe"></span> Native Spanish and Catalan Speaker also being able to speak and write in English fluently.
</li>
<li id="tryton-commits" class="other-card">
<span data-feather="credit-card"></span> Having driving license and an available car.
</li>
<li id="tryton-commits" class="other-card">
<span data-feather="user"></span> Responsible Motivated in learning new technologies Python enthusiast
</li>
</ul>
</div>
</section>
<footer class="hidepdf text-center">
© Xavier Codinas - Website made using
<i class="devicon-html5-plain colored"></i> + <i class="devicon-css3-plain colored"></i> + <i class="devicon-jquery-plain colored"></i>
</footer>
</main>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons@4.28.0/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@2.9.4/dist/Chart.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.1.min.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.10.1/html2pdf.bundle.min.js" integrity="sha512-GsLlZN/3F2ErC5ifS5QtgpiJtWd43JWSuIgh7mbzZ8zBps+dvLusV+eNQATqgA/HdeKFVgA5v3S/cIrLF7QnIg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
<script src="assets/scripts.js"></script>
</body>
</html>