-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
573 lines (512 loc) · 27.7 KB
/
about.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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en" data-theme="light">
<!--<![endif]-->
<head>
<title data-i18n="title">Iván Pérez - Portfolio</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Iván Pérez - Portfolio">
<!-- Link-->
<link rel="shortcut icon" href="assets/images/resume.png" title="LogoIcon">
<link
href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<!-- Theme CSS , 5 for orange -->
<link id="style" rel="stylesheet" href="assets/css/base.css">
<link id="theme-style" rel="stylesheet" href="assets/css/navbar.css">
<link id="theme-style" rel="stylesheet" href="assets/css/skillSet.css">
<link id="theme-style" rel="stylesheet" href="assets/css/toggleDarkLight.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Dynamic background
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
-->
<!-- End dynamic background -->
<!--Dark Light mode -->
<label>
<input type="checkbox">
<span class="check" id="toggle" onclick="getTheme()"></span>
<span id="mode">Dark/Light Mode</span>
</label>
<!--Navbar -->
<nav class="navbar navbar-default banner">
<div class="container-fluid ">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button class="dropbtn dropdown-toggle" onclick="window.location.href='/index.html';" type="button">
<span data-i18n="navbar.home">Home</span></button>
<button class="dropbtn dropdown-toggle" onclick="window.location.href='/about.html';"
type="button"><span data-i18n="navbar.about" id="currentPage" >About me</span></button>
<button class="dropbtn dropdown-toggle" onclick="window.location.href='/projects.html';"
type="button"><span data-i18n="navbar.projects">Projects</span></button>
<button class="dropbtn dropdown-toggle" onclick="window.location.href='/contact.html';"
type="button"><span data-i18n="navbar.contact">Contact</span></button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div>
<ul class="nav navbar-nav navbar-right navbar-nav-primary">
<li>
<div class="dropdown">
<button class="dropbtn dropdown-toggle" type="button" data-toggle="dropdown">
<span data-i18n="language">Choose language</span>
<span class="arrow down"></span>
</button>
<ul class="dropdown-menu">
<form>
<fieldset>
<label class="dropdown-content">
<input class="dropdown-content" type="button" alt="en" name="lang"
value="English" />
</label>
<br>
<label class="dropdown-content">
<input class="dropdown-content" type="button" alt="es" name="lang"
value="Español" />
</label>
</fieldset>
</form>
</ul>
</div>
</li>
</ul>
</div>
</div><!-- /.container-fluid -->
</nav>
<!--Fin navbar -->
<div class="wrapper">
<div class="sidebar-wrapper">
<!--//education-container-->
<div class="languages-container container-block">
<h2 class="container-block-title" data-i18n="languages.title">Languages</h2>
<ul class="list-unstyled interests-list">
<li>
<span data-i18n="languages.es">Spanish</span>
<span class="lang-desc" data-i18n="languages.native">Native</span>
</li>
<li>
<span data-i18n="languages.en"> English</span>
<span class="lang-desc">(B2 FCE)</span>
</li>
</ul>
</div>
<!--//contact-container-->
<div class="education-container container-block">
<h2 class="container-block-title" data-i18n="education.title">Education</h2>
<div class="item">
<h3 class="degree" data-i18n="education.degree1">Degree in Software Engineering</h3>
<h4 class="meta dat" data-i18n="education.uni">King Juan Carlos University</h4>
<div class="time">2014 - 2019</div>
</div>
<!--//item-->
<!--
<div class="item">
<h3 class="degree" data-i18n="education.degree2">High School diploma</h3>
<h4 class="meta" data-i18n="education.school">La Salle Griñón School</h4>
<div class="time">2012 - 2014</div>
</div>
-->
</div>
<!--//interests-->
<div class="interests-container container-block">
<h2 class="container-block-title" data-i18n="interest.title">Interests</h2>
<ul class="list-unstyled interests-list">
<li data-i18n="interest.algorithm"> ● Algorithm</li>
<li> ● Testing / QA</li>
<li> ● Back-end</li>
<li data-i18n="interest.cp"> ● Competitive Programing</li>
</ul>
</div>
<!--//Hobbies-->
<div class="interests-container container-block">
<h2 class="container-block-title">Hobbies</h2>
<ul class="list-unstyled interests-list">
<li data-i18n="hobbies.r"> ● Reading</li>
<li data-i18n="hobbies.t"> ● Travelling</li>
<li data-i18n="hobbies.vg"> ● Videogames</li>
</ul>
</div>
<!-- Video presentation -->
<!--
<div class="interests-container container-block ">
<h2 class="container-block-title ">Video Presentation</h2>
<img class="definition img-fluid"src="assets/images/CodigoQR.png" alt="Código de tipo QR para acceder al video presentación de este curriculum vitae."/>
</div><br>
-->
<!--WAI level AA
<div class="icons" id="bottom">
<a href="http://www.w3.org/WAI/WCAG1AA-Conformance" style="padding-left: 50px;" title="Explanation of Level Double-A Conformance">
<img height="31" src="http://www.w3.org/WAI/wcag1AA" alt="Level Double-A conformance icon, W3C-WAI Web Content Accessibility Guidelines 1.0">
</a>
</div>
-->
</div>
<!--//sidebar-wrapper-->
<div class="main-wrapper">
<!-- SUMMARY -->
<!--
<section class="section summary-section">
<h2 class="section-title">
<em class="fa fa-user"></em>
<span class="section-title" data-i18n="summary.title"> Career Profile</span>
</h2>
<div class="item">
<div class="summary">
<p data-i18n="summary.t1"> Energetic software engineer. I am enthusiastic team player and deep creative thinker. </p>
</div>
</div>
</section>
-->
<!--//section-->
<section class="section experiences-section">
<h2 class="section-title">
<em class="fa fa-briefcase"></em>
<span class="section experiences-section" data-i18n="personalProfile.title"> Personal Profile</span>
</h2>
<!--//item-->
<div class="item">
<!--//details-->
<div class="details">
<p data-i18n="personalProfile.p2">I have developed software in many languages, especially in
Java, C and Python.</p>
</div>
</div>
<div class="item">
<!--
<div class="meta">
<div class="upper-row">
<h3 class="job-title" data-i18n="personalProfile.job1">Freelance Developer</h3>
<div class="time" data-i18n="personalProfile.date1">2016 - Present</div>
</div>
<div class="company" data-i18n="personalProfile.company1">Personal and Collaborative projects
</div>
</div>
<div class="details">
<p data-i18n="personalProfile.details.p1">Composed an android app simulating the game Space
Invaders then apply and try out different testing tools, like Selenium and implemented BDD
through Cucumber. </p>
<p data-i18n="personalProfile.details.p2">Collaborating on developing a Telegram bot to automate
multiple task. </p>
<p data-i18n="personalProfile.details.p3">Worked with Java + Spring framework for multiple
projects. I built a RESTful API for an online GYM with this tecnology. </p>
</div>
-->
<!--//details-->
</div>
<!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title" data-i18n="personalProfile.job2">Software Developer</h3>
<div class="time" data-i18n="personalProfile.date3">Feb 2021 - Present</div>
</div>
<!--//upper-row-->
<div class="company">VIEWNEXT</div>
</div>
<!--//meta-->
<div class="details">
<p data-i18n="personalProfile.details.p15">Java and Python microservices Backend Developer.</p>
<p data-i18n="personalProfile.details.p150">From December 2023 as technical lead, taking on responsibilities additional to being a developer such as: requirements gathering, code review / PR, GitFlow coordination, release creation and documentation, efficiency testing and demo presentation..</p>
<p data-i18n="personalProfile.details.p151">Worked with Java 11/17 Spring Boot 2/3, Spring Framwork 5/6 applying mainly
reactive programming methodologies, developing web applications.</p>
<p data-i18n="personalProfile.details.p152">Python microservices with Python 3, Flask framework and Kafka</p>
<p data-i18n="personalProfile.details.p16">Reactive Spring Data repositories and Maven as project management tool and MonogoDB and OracleSQL as databases.</p>
<p data-i18n="personalProfile.details.p17">Test cases for unit and integration testing using JUnit and Mockito.
Experience in SONAR to generate and review quality of code.</p>
<p data-i18n="personalProfile.details.p18">Assisted in facilitating the Scrum ceremonies such as:
Product Increment planning, sprint planning, daily stand ups, sprint demos, and retrospectives.</p>
<p data-i18n="personalProfile.details.p19">Continuous Integration / Continuous Delivery using tools such as Git, Github, Jenkins, Openshift, Jira and Kanban board.</p>
</div>
<!--//details-->
</div>
<!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title" data-i18n="personalProfile.job2">Software Developer</h3>
<div class="time" data-i18n="personalProfile.date2">Dec 2018 - Dec 2020</div>
</div>
<!--//upper-row-->
<div class="company">Work4Data | I+D Software Lab</div>
</div>
<!--//meta-->
<div class="details">
<p data-i18n="personalProfile.details.p11">Frontend and Backend development. Work with Spring
Boot, AngularJS, Bootstrap, PostgreSQL, OracleSQL, MSSQL. </p>
<p data-i18n="personalProfile.details.p12">Hibernate/JPA implementation, Java/Maven development.
</p>
<p data-i18n="personalProfile.details.p13">General knowledge of RESTful APIs and JSON.
Experience in Webservices (REST and SOAP).</p>
<p data-i18n="personalProfile.details.p14">Agile Development Experience. Continuous Integration
/ Continuous Delivery using DevOps tools and workflows such as Git, GitLab, Jira, and
Jenkins.</p>
</div>
<!--//details-->
</div>
</section>
<!--//section-->
<section class="section projects-section">
<h2 class="section-title">
<em class="fa fa-archive"></em>
<span class="section projects-section" data-i18n="projectsCourses.title"> Projects & Courses</span>
</h2>
<div class="intro">
<p data-i18n="projectsCourses.description1">Side projects and MOOCs I have done.</p>
<p data-i18n="projectsCourses.description2">You can follow everything I am working on at the moment
on my Github, feel free to check it out.</p>
<p>Github: <a href="https://github.com/IvanPerez9/" target="_blank">IvanPerez9</a></p>
</div>
<!--//intro-->
<!--
<div class="item">
<span class="project-title">
<a href="https://github.com/IvanPerez9/FitURJC" target="_blank">FitURJC</a>
</span> -
<span class="project-tagline" data-i18n="projectsCourses.fiturjc">A responsive website template
designed to simulate a GYM, using Spring FrameWork, Angular 5, MySQL, Bootstrap Template and
HTML/CSS.</span> <br>
<span class="project-tagline"> </span>
</div>
-->
<!--//item
<div class="item">
<span class="project-title">
<a href="https://github.com/IvanPerez9/ProgramacionCompetitiva" target="_blank">Competitive
Programing Repository</a>
</span> -
<span class="project-tagline" data-i18n="projectsCourses.competitive">Solving problems of multiples
online judges such as SPOJ or 'Acepta el reto' as a hobby.</span><br>
<span class="project-tagline"> </span>
</div>
-->
<!--//item-->
<!--//item-->
<div class="item">
<span class="project-title">
<a href="https://drive.google.com/file/d/1v5FBZ-T6MXmnRmB21gs-QA3Ul0u-3oXt/view" target="_blank"
>Java 21, Java 17, Java 11 and Advance Java 8</a>
</span> -
<span class="project-tagline" data-i18n="projectsCourses.onlineCourses.course13">
Review on versions 8 and 11 with the latest, and everything you need to know about the new versions of java (17/21) in a theoretical and practical way.</span>
</div>
<!--//item-->
<div class="item">
<span class="project-title">
<a href="https://www.udemy.com/certificate/UC-2dcbc4e9-0a18-494a-8bad-8b48b565d141/" target="_blank"
data-i18n="projectsCourses.onlineCourses.course11">Reactive Programming with Spring Boot 2 and Spring WebFlux</a>
</span> -
<span class="project-tagline" data-i18n="projectsCourses.onlineCourses.course12"> Building non-blocking and asynchronous reactive applications with Spring Boot 2 and Spring WebFlux.
Connecting to NoSQL databases (MongoDB), testing with JUnit and WebTestClient and consuming services with WebClient and Spring Cloud Eureka.</span>
</div>
<!--//item-->
<div class="item">
<span class="project-title">
<a href="https://www.udemy.com/certificate/UC-3bdd1d9e-6937-44ae-8cf3-30434c95dd6c/" target="_blank"
data-i18n="projectsCourses.onlineCourses.course9">Docker & Kubernetes</a>
</span> -
<span class="project-tagline" data-i18n="projectsCourses.onlineCourses.course10"> Deploy Docker applications manually, with managed services or with Kubernetes/AWS.</span>
</div>
<!--//item-->
<div class="item">
<span class="project-title">
<a target="_blank" data-i18n="projectsCourses.onlineCourses.title">Online Courses</a>
</span>
<span class="project-tagline" data-i18n="projectsCourses.onlineCourses.course1">Pursued my passion
for Java and Python languaje.
</span>
<span class="project-tagline" data-i18n="projectsCourses.onlineCourses.course2">Best practices for
software development and testing. </span>
</div>
<!--//item-->
<div class="item">
<span class="project-title">
<a href="https://urjcx.urjc.es/courses" target="_blank">MOOC:Ciberseguridad ataques y
contramedidas </a>
</span> -
<span class="project-tagline" data-i18n="projectsCourses.onlineCourses.course3">Learn basic concepts
of cybersecurity, the main attacks and the necessary countermeasures to deal with
it.</span>
</div>
<!--//item-->
<div class="item">
<span class="project-title">
<a href="https://urjcx.urjc.es/courses" target="_blank">MOOC:Cómo gestionar el desarrollo
tecnológico de una startup </a>
</span> -
<span class="project-tagline" data-i18n="projectsCourses.onlineCourses.course4">Technology and
business model based on the Web, agility and mobility.</span>
</div>
<!--//item-->
<!--//item-->
<div class="item">
<span class="project-title">
<a href="https://www.scrumstudy.com/certification/scrum-fundamentals-certified"
target="_blank">Scrum Fundamentals Certified </a>
</span> -
<span class="project-tagline" data-i18n="projectsCourses.onlineCourses.course5"> Basic understanding
of the Scrum framework.</span>
</div>
<!--//item-->
<!--//item-->
<div class="item">
<span class="project-title">
<a href="" target="_blank">Curso de programación competitiva URJC 2019</a>
</span> -
<span class="project-tagline" data-i18n="projectsCourses.onlineCourses.course6"> Initialization to
participate in real competition: Ability to write efficient, reliable, and compact code. I also
lernt how to manage time well when it is limited, apply basic algorithmic ideas to real
problems.</span>
</div>
<!--//item-->
<!--//item-->
<div class="item">
<span class="project-title">
<a href="https://www.udemy.com/certificate/UC-PCNCZBPE/" target="_blank"
data-i18n="projectsCourses.onlineCourses.course7">Introduction to Git Course</a>
</span> -
<span class="project-tagline" data-i18n="projectsCourses.onlineCourses.course8"> Initialization to
git, learn the basic about git workflow and git commands.</span>
</div>
</section>
<!--//section-->
<section class="skills-section section">
<h2 class="section-title">
<em class="fa fa-rocket"></em>
<span class="skills-section section" data-i18n="skills.title"> Skills & Proficiency</span>
</h2>
<div class="skillset">
<div>
<span class="project-tagline">
<p data-i18n="skills.p1">Backend developer with passion for APIs. Great interest in Problem
solving, Datastructures and Algorithms.</p>
<p data-i18n="skills.p2">Solid working knowledge of source control management systems (i.e.
Git) and effective code branching/merging strategies.</p>
<p data-i18n="skills.p3">Experience using Agile development methodology and Continuous
Integration/Delivery.</p>
<p data-i18n="skills.p4"> General knowledge of Spring and the Spring ecosystem (Spring Boot,
Spring REST, Spring MVC, Spring Security)</p>
</div>
</span>
<br>
<br>
<!--//item-->
<div class="item">
<div class="bar intermediate65" data-skill="Scrum & TDD">
</div>
<!--//item-->
<div class="item">
<div class="bar basic" data-skill="Angular">
</div>
<!--//item-->
<div class="item">
<div class="bar learning" data-skill="NodeJS">
</div>
<!--//item-->
<div class="item">
<div class="bar advanced8" data-skill="Java">
</div>
<!--//item-->
<div class="item">
<div class="bar advanced7" data-skill="SQL">
</div>
<!--//item-->
<div class="item">
<div class="bar intermediate" data-skill="Python">
</div>
<!--//item-->
<div class="item">
<div class="bar advanced75" data-skill="HTML5 & CSS">
</div>
<br>
<!--
<div class="summary">
<img id="wordcloud" class="definition img-fluid col-xs-12 col-md-12 col-sm-12 col-lg-12" src="assets/images/wordcloud.png" alt="CSS,HTML,AGILE,WEB,JAVA,ANGULAR,JAVASCRIPT,SPRING,DOCKER,PASCAL" />
</div>
-->
</div>
</section>
<!--//skills-section-->
<!--//Summary-->
<!--
<section class="section summary-section ">
<h2 class="section-title">
<em class="fa fa-street-view"></em>Who am I?</h2>
<div class="summary">
<img class="definition img-fluid col-xs-12 col-md-12 col-sm-12 col-lg-12" src="assets/images/ComoMeDefino.png" alt="HARD-WORKER, HONEST, EASY-GOING, SELF-CONFIDENT, CHEERFUL." />
</div>
</section>
-->
<!--//Nube de palabras WordCloud alfa 1.0 -->
<!--
<section class="section summary-section ">
<h2 class="section-title">
<em class="fa fa-cloud"></em>My habilities</h2>
<div class="summary">
<img id="wordcloud" class="definition img-fluid col-xs-12 col-md-12 col-sm-12 col-lg-12" src="assets/images/wordcloud.png" alt="CSS,HTML,AGILE,WEB,JAVA,ANGULAR,JAVASCRIPT,SPRING,DOCKER,PASCAL" />
</div>
</section>
-->
</div>
<!--//main-body-->
</div>
<footer class="footer">
<div class="text-center"> </div>
</footer>
<!--//footer-->
<!-- Javascript -->
<script src="assets/plugins/jquery-1.11.3.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- custom js -->
<script src="assets/js/main.js" type="module"></script>
<script>
/* ==== DARK LIGHT THEME ==== */
let theme = localStorage.getItem('data-theme');
let toggle = document.getElementById('toggle');
if (localStorage.getItem('data-theme')==null){
localStorage.setItem('data-theme','light');
}
if (theme == 'dark'){
changeTheme('assets/css/darkThemeCSS/baseDark.css');
toggle.checked = false;
} else {
changeTheme('assets/css/base.css')
toggle.checked = true;
}
function changeTheme(theme){
let a = document.getElementById('style');
a.href = theme;
}
var bool = toggle.checked;
function getTheme() {
bool = !bool;
if (bool){
changeTheme('assets/css/base.css')
localStorage.setItem('data-theme', 'light')
} else {
changeTheme('assets/css/darkThemeCSS/baseDark.css')
localStorage.setItem('data-theme' , 'dark')
}
}
</script>
</body>
</html>