-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
541 lines (526 loc) · 22.1 KB
/
index.html
File metadata and controls
541 lines (526 loc) · 22.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Albert Hilazo Aguilera</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/paper-css/0.3.0/paper.css"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap"
/>
<link rel="stylesheet" href="style.css" />
<style>
@page {
size: A4;
}
</style>
</head>
<body class="A4">
<div class="sheet padding-10mm sheet-layout">
<header>
<h1>Albert Hilazo Aguilera</h1>
<section id="profile">
<h2 hidden>Profile</h2>
<p>
An experienced full-stack software engineer with a diverse background in various roles and environments. Currently leveraging my expertise to lead the technical direction of a complex project, influence the adoption of architectural best practices within the organization, and provide mentorship to other team members.
</p>
</section>
</header>
<aside>
<section id="contact">
<h2 hidden>Contact</h2>
<ul class="list-style-reset">
<li class="location">Barcelona, Spain</li>
<li class="phone">+34 651015548</li>
<li class="email">albhilazo@gmail.com</li>
<!--<li class="website">
<a href="http://albhilazo.com">albhilazo.com</a>
</li>-->
<li class="linkedin">
<a href="https://linkedin.com/in/albhilazo"
>linkedin.com/in/albhilazo</a
>
</li>
<li class="github">
<a href="https://github.com/albhilazo">github.com/albhilazo</a>
</li>
</ul>
</section>
<h2 hidden>Technical Skills</h2>
<section id="programming-languages" class="tech-skills">
<h3>Programming languages</h3>
<ul class="list-style-reset">
<li>JavaScript</li>
<li>TypeScript</li>
<li>Node.js</li>
<li>Vue.js</li>
<li hidden>AngularJS</li>
<li>React.js</li>
<li hidden>React Native</li>
<li>Java</li>
<li>Spring Boot</li>
<li>PHP</li>
<li>Python</li>
<li>Pandas</li>
<li>HTML5</li>
<li>CSS3</li>
<li>Bash</li>
<li hidden>SQL</li>
</ul>
</section>
<section id="practices-methodologies" class="tech-skills">
<h3>Practices and methodologies</h3>
<ul class="list-style-reset">
<li>Test-Driven Development</li>
<li>Behavior-Driven Development</li>
<li>Pair Programming</li>
<li>Trunk-based Development</li>
<li>Continuous Integration</li>
<li>Continuous Delivery</li>
<li>SOLID Principles</li>
<li>Clean Architecture</li>
<li>Domain-Driven Design</li>
<li>Experimental Design</li>
<li hidden>People Care</li>
<li hidden>People Development</li>
<li>On-call Support</li>
<li>Service Levels</li>
<li>DevOps</li>
<li>Site Reliability Engineering</li>
<li>Infrastructure as Code</li>
<li hidden>Linux systems</li>
<li>Observability</li>
</ul>
</section>
</aside>
<main>
<section id="recent-experience" class="experience">
<h2>Professional Experience</h2>
<article class="position">
<h3 class="title">
Technical Lead,
<a href="https://www.biocatch.com/">BioCatch</a>
</h3>
<p class="sector">Banking Cybersecurity. Software engineering.</p>
<p class="location-period">Barcelona, Apr 2025 - Present</p>
</article>
<article class="position">
<h3 class="title">
Senior FullStack Developer,
<a href="https://www.biocatch.com/">BioCatch</a>
</h3>
<p class="sector">Banking Cybersecurity. Software engineering.</p>
<p class="location-period">Barcelona, Nov 2023 - Mar 2025</p>
<ul class="description">
<li>
Initiated a new project, proposing full architecture designs that prioritize rapid development and scalability for a MVP.
</li>
<li>
Designed and implemented a micro-frontends architecture, introducing it as a first for the team and establishing guidelines for addressing the project's socio-technical requirements through it.
</li>
<li>
Led multiple changes in working practices and methodologies, managing code complexity, improving test quality, and optimizing development cycles.
</li>
</ul>
</ul>
<p class="skills">
TypeScript, React.js, Storybook, NestJS, Python, gRPC, Snowflake, Datadog, GitHub Actions
</p>
</article>
<article class="position">
<h3 class="title">
Senior Consultant Developer for Medical Innovation Company,
<a href="https://www.thoughtworks.com">Thoughtworks</a>
</h3>
<p class="sector">Technology consultancy. Software engineering.</p>
<p class="location-period">Barcelona, Jan 2023 - Oct 2023</p>
<ul class="description">
<li>
Employing Infrastructure as Code, constructed a scalable data processing platform from the ground up, leveraging serverless cloud services. This platform was then effortlessly redeployed across multiple regions, enabling access for customers globally.
</li>
<li>
Developed a data visualisation web application that, utilising said infrastructure, processed data from medical IoT devices transmitting multiple data points per second and presented it for analysis aggregated at various scales.
</li>
<li>
Consistently maintained the stability of both infrastructure and application, ensuring compliance with medical software regulations and facilitating maintainability by a small development team.
</li>
</ul>
<p class="skills">
TypeScript, Node.js, React.js, GraphQL, Python, Pandas, AWS, AWS CDK, GitHub Actions
</p>
</article>
<article class="position">
<h3 class="title">
Senior Consultant Developer for Energy Market Company,
<a href="https://www.thoughtworks.com">Thoughtworks</a>
</h3>
<p class="sector">Technology consultancy. Software engineering.</p>
<p class="location-period">Barcelona, Mar 2021 - Dec 2022</p>
<ul class="description">
<li>
Led the technical direction of a six-person team and fostered the professional development of its members, increasing their involvement in backlog refinement and mitigating knowledge silos.
</li>
<li>
Provided guidance to both new and existing teams in the adoption of practices such as Pair Programming, Test-Driven Development (TDD), Trunk-based Development, and Continuous Delivery.
</li>
<li>
Developed customer-facing web features through an experimentation approach, employing metrics and user interviews to validate hypotheses and direct feature development efforts.
</li>
<li>
Designed and developed a flexible workflow for data manipulation processes, enabling the seamless addition and removal of experimental features without compromizing the user experience.
</li>
</ul>
<p class="skills">
Javascript, Vue.js, Java, Spring Boot, Python, Pandas, AirFlow, AWS, Terraform, Datadog, Jenkins
</p>
</article>
<article class="position">
<h3 class="title">
Site Reliability Engineer for Online Car Marketplace,
<a href="https://www.thoughtworks.com">Thoughtworks</a>
</h3>
<p class="sector">Technology consultancy. Software engineering.</p>
<p class="location-period">Barcelona, Nov 2018 - Feb 2021</p>
<ul class="description">
<li>
Managed and maintained the infrastructure supporting 250 production services, while also providing on-call support for them. Then guided development teams in adopting DevOps and Observability practices, empowering them to assume ownership of their services infrastructure.
</li>
<li>
Led numerous workshops on the definition of Service Level Objectives and the identification of criticality when alerting for various services.
</li>
<li>
Managed platform infrastructure, including Kubernetes and Elasticsearch clusters, while identifying areas for improvement and cost optimization.
</li>
<li>
Developed platform tooling to assist development teams in managing their AWS resources and Datadog monitoring using Infrastructure as Code.
</li>
<li>
Migrated services from a datacenter to the cloud using a “lift and shift” approach.
</li>
</ul>
<p class="skills">
AWS, Kubernetes, Elasticsearch, Datadog, AWS Cloudformation, AWS CDK, Python, Javascript, Jenkins
</p>
</article>
<article class="position">
<h3 class="title">
Consultant Developer for European Commission project,
<a href="https://www.thoughtworks.com">Thoughtworks</a>
</h3>
<p class="sector">Technology consultancy. Software engineering.</p>
<p class="location-period">Barcelona, Jan 2018 - Oct 2018</p>
<p class="skills">
JavaScript, React Native, Python, FastAPI, AWS, Docker
</p>
</article>
</section>
</main>
</div>
<div class="sheet padding-10mm sheet-layout">
<aside>
<section id="tools-technologies" class="tech-skills">
<h3>Tools and technologies</h3>
<ul class="list-style-reset">
<li>AWS</li>
<li hidden>Azure</li>
<li>Datadog</li>
<li>AWS CloudWatch</li>
<li>AWS CloudFormation</li>
<li>AWS CDK</li>
<li>Terraform</li>
<li hidden>Ansible</li>
<li hidden>Puppet</li>
<li hidden>Vagrant</li>
<li hidden>Git</li>
<li>Jenkins</li>
<li>GitHub Actions</li>
<li hidden>Google Analytics</li>
<li hidden>Hotjar</li>
<li>GraphQL</li>
<li>AWS AppSync</li>
<li hidden>Json Web Token</li>
<li>AWS EC2</li>
<li>AWS Lambda</li>
<li>AWS ECS</li>
<li>Apache AirFlow</li>
<li>Docker</li>
<li>Kubernetes</li>
<li>MySQL</li>
<li>PostgreSQL</li>
<li>AWS DynamoDB</li>
<li>AWS Timestream</li>
<li>Elasticsearch</li>
<li hidden>Jupyter Notebook</li>
<li hidden>Subversion</li>
</ul>
</section>
<section id="education">
<h3>Education</h3>
<dl>
<div class="course">
<a
href="https://www.credly.com/badges/6e26e912-5270-4fc6-ad7b-da43d30d16d1/public_url"
><dt>
AWS Certified Solutions Architect - Associate SAA-C03
</dt></a
>
<dd>Amazon Web Services, 2023</dd>
</div>
<div class="course">
<a href="https://verify.acloud.guru/50AF28B5D4A2"
><dt>Course AWS Certified Developer - Associate DVA-C02</dt></a
>
<dd>A Cloud Guru, 2023</dd>
</div>
<div hidden class="course">
<dt>Architecting on AWS</dt>
<dd>CAPSiDE AWS Training, 2017</dd>
</div>
<div class="course">
<dt>Course Essentials of Linux System Administration LFS201</dt>
<dd>Linux Foundation, 2017</dd>
</div>
<div class="course">
<dt>Master's Degree in High Performance Web Programming</dt>
<dd>La Salle Barcelona, 2016</dd>
</div>
<div class="course">
<dt>Engineer's Degree in Computer Engineering</dt>
<dd>La Salle Barcelona, 2015</dd>
</div>
</dl>
</section>
<section id="languages">
<h3>Languages</h3>
<dl>
<div class="proficiency">
<dt>Native</dt>
<dd>Spanish</dd>
<dd>Catalan</dd>
</div>
<div class="proficiency">
<dt>Professional proficiency</dt>
<dd>English</dd>
</div>
<div class="proficiency">
<dt>Beginner</dt>
<dd>Spanish Sign Language (LSE)</dd>
</div>
</dl>
</section>
</aside>
<main>
<section id="past-experience" class="experience">
<article class="position">
<h3 class="title">
Software Engineer, <a href="https://capside.com">CAPSiDE</a>
</h3>
<p class="sector">
Cloud infrastructure consultancy. Internal and product
development.
</p>
<p class="location-period">Barcelona, Jan 2016 - Jan 2018</p>
<ul class="description">
<li>
Developed web products used both internally and by the company's
clients to manage the deployment of multiple cloud
infrastructure stacks and perform blue/green application
deployments for both AWS and Azure.
</li>
<li>
Developed internal web tooling that handled sales offers,
request ticketing, time tracking and scheduling.
</li>
<li>
Advocated for the adoption of software design concepts such as
SOLID principles, design patterns, architectures and
Domain-Driven Design.
</li>
<li>
Promoted software quality and maintainability principles such as
code readability, refactoring, extensive testing and Test-Driven
Development.
</li>
<li>
Performed internal trainings in order to introduce some of the
previous concepts to the team.
</li>
<li>
Defined a frontend code architecture that separates application
and framework-coupled logic, allowing the application to easily
adapt for the fast-changing JavaScript ecosystem.
</li>
<li>
Optimized the development environments so they were easier to
use, more automated and consistent with production.
</li>
</ul>
<p class="skills">
Perl, Node.js, AngularJS, Vue.js, Elasticsearch, AWS, Azure,
Ansible, Docker
</p>
</article>
<article class="position">
<h3 class="title">
Adjunct Lecturer,
<a href="https://www.salleurl.edu">La Salle Campus</a>
</h3>
<h3 hidden class="title">
Adjunct Lecturer in Web Projects,
<a href="https://www.salleurl.edu">La Salle Campus</a>
</h3>
<p class="sector">
Engineering university. Computer Engineering department.
</p>
<p class="location-period">Barcelona, Oct 2015 - Feb 2016</p>
<ul class="description" l>
<li hidden>
Teached and evaluated engineering students in 2nd year subjects
Web Projects and Web Programming Environments.
</li>
<li>
Introduced students to web development using HTML5, CSS3,
JavaScript and PHP.
</li>
<li>
Guided students in the setup and use of a development
environment using Vagrant, Apache, MySQL and Git.
</li>
<li hidden>
Teached and evaluated those fields for the Web Projects and Web
Programming Environments subjects.
</li>
</ul>
<p class="skills">
JavaScript, PHP, HTML5, CSS3, Git, Vagrant, Apache, MySQL
</p>
</article>
<article class="position">
<h3 class="title">
Teaching Assistant,
<a href="http://www.salleurl.edu">La Salle Campus</a>
</h3>
<p class="sector">
Engineering university. Computer Engineering department.
</p>
<p class="location-period">Barcelona, Sep 2012 - Sep 2015</p>
<ul class="description">
<li>
Introduced students to web development using Apache, MySQL, PHP
frameworks and version control.
</li>
<li>
Guided and evaluated the development of a web application as
part of their group project.
</li>
<li>
Introduced students to the basics of computer programming using
C language and the use of the Linux command-line.
</li>
<li>Participated in the drafting of subject materials.</li>
</ul>
<p class="skills">
JavaScript, PHP, HTML5, CSS3, C, Bash, Git, Apache, MySQL
</p>
</article>
<article hidden class="position">
<h3 class="title">
Teaching Assistant in Web Projects,
<a href="http://www.salleurl.edu">La Salle Campus</a>
</h3>
<p class="sector">
Engineering university. Computer Engineering department.
</p>
<p class="location-period">Barcelona, Feb 2013 - Sep 2015</p>
<p hidden class="location-period">
Barcelona, Feb 2013 - Sep 2013 | Feb 2014 - Sep 2014 | Feb 2015 -
Sep 2015
</p>
<ul class="description">
<li hidden>
Guided and evaluated engineering students in the practical load
of 3rd year subject Web Projects.
</li>
<li>
Introduced students to web development using Apache, MySQL, PHP
frameworks and version control.
</li>
<li>
Guided and evaluated the development of a web application as
part of their group project.
</li>
<li>Participated in the drafting of subject materials.</li>
</ul>
<p class="skills">
JavaScript, PHP, HTML5, CSS3, Git, Apache, MySQL
</p>
</article>
<article hidden class="position">
<h3 class="title">
Teaching Assistant in Computer Programming 1,
<a href="http://www.salleurl.edu">La Salle Campus</a>
</h3>
<p class="sector">
Engineering university. Computer Engineering department.
</p>
<p class="location-period">Barcelona, Sep 2012 - Jun 2013</p>
<ul class="description">
<li>
Introduced students to the basics of computer programming using
C language.
</li>
<li>Introduced students to the use of the Linux command-line.</li>
<li>
Helped students with the development in C of three small games,
executed through command-line or graphical interface.
</li>
</ul>
<p class="skills">C, Bash</p>
</article>
<article class="position">
<h3 class="title">
Software Engineer Intern,
<a href="http://www.t-systems.es">T-Systems Iberia</a>
</h3>
<p class="sector">
IT services and consulting. Automation and tooling department.
</p>
<p hidden class="sector">
IT services and consulting. Automation & Tools department.
</p>
<p class="location-period">Barcelona, May 2013 - Jun 2015</p>
<p hidden class="location-period">
Barcelona, May 2013 - May 2014 | Oct 2014 - Jun 2015
</p>
<ul class="description">
<li>
Developed cross-browser internal web applications that implied a
noticeable performance improvement in some of the company
departments.
</li>
<li>
Reduced the time needed to analyze the servers status and draft
monthly reports on an estimation of 12 hours per month.
</li>
<li>
Automated the installation of monitoring agents and managed
monitoring and data integration tools.
</li>
<li hidden>Managed monitoring and data integration tools</li>
<li hidden>
Participated in the automation of monitoring agent installations
through the development of shell scripts.
</li>
</ul>
<p class="skills">
JavaScript, PHP, Zend Framework, Bash, Pentaho, IBM Tivoli
</p>
</article>
</section>
</main>
</div>
</body>
</html>