-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
213 lines (207 loc) · 7.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Data -->
<meta charset="utf-8" />
<title>Jose Miguel Garcia Benayas</title>
<meta name="description" content="Web Page Jose Miguel Garcia Benayas" />
<meta name="keywords" content="HTML5, Bootstrap, CSS3, javascript, Java, Python, Docker, Angular,C, Vue" />
<meta name="author" content="Jose Miguel Garcia Benayas" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!-- Stlylesheet -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<div id="header">
<div class="top">
<!-- Logo -->
<div id="logo">
<h1 id="title">José Miguel García Benayas</h1>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#summary" id="top-link" class="skel-layers-ignoreHref"><span
class="icon fa-home">Summary</span></a></li>
<li><a href="#education" id="education-link" class="skel-layers-ignoreHref"><span
class="icon fa-university">Education</span></a></li>
<li><a href="#experience" id="experience-link" class="skel-layers-ignoreHref"><span
class="icon fa-th">Experience</span></a></li>
<li><a href="#work-tech" id="worktech-link" class="skel-layers-ignoreHref"><span
class="icon fa-th">Work Technologies</span></a></li>
<li><a href="#personal-projects" id="personalprojects-link" class="skel-layers-ignoreHref"><span
class="icon fa-th">Personal Projects</span></a></li>
</ul>
</nav>
</div>
<div class="bottom">
<!-- Social Icons -->
<ul class="icons">
<li><a href="https://www.linkedin.com/in/josemiguelgarciabenayas/" class="fa fa-linkedin fa-2x"><span
class="label"></span></a></li>
<li><a href="https://github.com/josemiguel92" class="fa fa-github fa-2x"><span class="label"></span></a>
</li>
</ul>
</div>
</div>
<!-- Main -->
<div id="main">
<!-- Intro -->
<section id="summary" class="one dark cover">
<div class="container">
<header>
<h2 class="alt">Hey! </h2>
<p>Here you can find my personal info about education and experience.</p>
</header>
</div>
</section>
<!-- Education -->
<section id="education" class="two">
<div class="container">
<header>
<h2>Education</h2>
</header>
<article>
<h3>Software Engineer Degree</h3>
<p>Final degree project on
the application of the GRASP metaheuristic algorithm to MRCP (Maximal Ratio Clique
Problem)<a href="https://github.com/JoseMiguel92/mrcp-document">In this link you can check documentation about the project.</a></p>
</article>
<article>
<h3>Mobile application development course</h3>
<p>Course conducted through the Google Activate! platform on basic aspects of design, creation and
development of mobile apps, offered by the Universidad Complutense de Madrid.</p>
</article>
<header>
<h3>Languages</h3>
</header>
<article>
<p>Spanish</p>
<p>English</p>
</article>
</section>
<!-- Experience -->
<section id="experience" class="two">
<div class="container">
<header>
<h2>Experience</h2>
</header>
<article>
<h4>BNP Paribas Personal Finance Spain</h4>
<p><span class="date"><time datetime="2020-01">Januray 2020</time> to present.</span><br />
Development of microservices in Java using SpringBoot. Software adaptation and modernization.
Code quality control and versioning.
Testing with jUnit and Mockito.
Docker and WebLogic deployments.
</p>
</article>
<article>
<h4>Fujitsu Technology Solutions</h4>
<p><span class="date"><time datetime="2019-02">February 2019</time> to <time datetime="2020-01">January 2020</time>.</span><br />
Evolution and development of applications and web services in Java 6-8. Integration of SOAP web clients through Apache
CXF and REST through Spring.
Code quality control using Sonar.
Front-end development in HTML5, CSS3 and JavaScript.
Version control using SubVersion.
Unit testing with jUnit and Mockito.
WebSphere application server deployment.
</p>
</article>
<article>
<h4>Fujitsu Technology Solutions (Intern)</h4>
<p><span class="date"><time datetime="2017-09">September 2017</time> to <time datetime="2018-06">June 2018</time>.</span><br/>
Research on K5 Cloud platform and development of SpringBoot cloud-centric applications using Twelve-Factor App
methodology.<br/>
Web application development focused on the backend, integration and creation of SOAP web services.
Version control using SubVersion. Unit testing using jUnit. Deployment of applications on Tomcat.
</p>
</article>
</div>
</section>
<!-- Work Technologies -->
<section id="work-tech" class="two">
<div class="container">
<header>
<h2>Work technologies</h2>
</header>
<article>
<p>Java</p>
<p>Spring Framework</p>
<p>SpringBoot</p>
<p>jUnit</p>
<p>Mockito</p>
<p>Swagger</p>
<p>Postman</p>
<hr />
<p>Git</p>
<p>SVN</p>
<hr />
<p>Hibernate</p>
<p>MySQL</p>
<p>SQLServer</p>
<p>OracleDB</p>
<hr />
<p>Python</p>
<p>Flask</p>
<p>Pyunit</p>
<p>Numpy</p>
<p>Pandas</p>
<hr />
<p>Figma</p>
<p>Angular</p>
<p>HTML</p>
<p>CSS</p>
<p>JavaScript</p>
<p>LaTeX</p>
<hr />
<p>Docker</p>
<p>WebLogic</p>
<p>WebSphere</p>
<p>WildFly</p>
<p>Tomcat</p>
</article>
</div>
</section>
<!-- Personal projects -->
<section id="personal-projects" class="two">
<div class="container">
<header>
<h2>Personal projects</h2>
</header>
<article>
<p><a href="https://github.com/JoseMiguel92/urTeam">urTeam</a>
<br/>
A collaborative project with university classmates to learn the whole lifecycle of a real application with Spring. This
project was created from scratch to deployment with Docker.<br>We designed the database structure and created a first page
with SpringMVC and mustache for rendering the template. In the next phase the controllers became restControllers and all
the business logic and data access was separated from the frontend, which was developed with Angular 4. In this last
phase, to deploy the application, we created a docker compose to contain the database, the frontend and the backend.</p>
</article>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<ul class="copyright">
<li>© All rights reserved.</li>
<li><a href="#">Jose Miguel Garcia Benayas</a></li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollzer.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>