-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
773 lines (679 loc) · 37.1 KB
/
index.html
File metadata and controls
773 lines (679 loc) · 37.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
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
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Alex Vergara</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/alex-smile.png" rel="icon">
<link href="assets/img/alex-smile.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.1/css/bootstrap4-toggle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body class="housingTheme1">
<!-- ======= Header ======= -->
<header id="header" class="header-tops">
<div class="container">
<!-- Intro -->
<a href="index.html" class="mr-auto"><img src="assets/img/alex-hi.png" alt="" style="width: 33%; class="img-fluid"></a>
<h1><a href="index.html">Alex Vergara</a></h1>
<h2>I'm a passionate <span>Sofware Engineer</span> from Spain 🇪🇸</h2>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="#services">Repositories</a></li>
<!-- <li><a href="#writing">Writing</a></li> -->
<li><a href="#extras">Extras</a></li>
<li><a href="#contact">Contact</a></li>
<li ><a href=""><div class="checkbox checkbox-slider--b-flat">
<label>
<input id="theme" type="checkbox"><span> </span>
</label>
</div></a></li>
</ul>
</nav> <!-- .nav-menu -->
<div class="social-links">
<a href="https://www.linkedin.com/in/alex-vergara-61105a114/" class="linkedin" target="_blank"><i class="icofont-linkedin"></i> </a>
<a href="https://medium.com/@alexvergara_dev" class="medium" target="_blank"><i class="icofont-ui-social-link"></i> </a>
</div>
</div>
</header><!-- End Header -->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<!-- ======= About Me ======= -->
<div class="about-me container">
<div class="section-title">
<h2>About</h2>
<p>Who am I?⚡ </p>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/alex-equations.png" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<h3>Software Engineer</h3>
<p class="font-italic">
My name is <span>Alex Vergara</span>, a.k.a <span>The Rustifyer</span> on the open-source community.
</p>
<p>I have always had an insatiable appetite for anything in connection to computers. I've come from a humble family, but throughout my childhood
my aunt manage to bring home old computers and laptops from her job, which I gracely dismounted and mounter once all over again.
I spent also a lot of time hacking Nintendo Game Boy games from my friends, trying to mess around with their dissasemblies.
That led me through university in Seville, starting a bachelors degree in computer science.</br></br>
But then came my other big passion in this world, the music. I've been playing the guitar since I am 12 years old,
and my best friend's father offers himself to be my first music teacher during a lot of years. He discovered me the
amazing Jazz world, because I just wanted to be a Heavy Metal lead guitar player.</br></br>
So, during the summer before the last year of my degree I had an offer to become a professional musician that I couldn't
let go. It was "now or never". So I change my life and started a new professional path.</br></br>
Luckily, during those years, I had plently of free time, so I could dedicate time to learn "real" software engineering,
by deeping dive into the open-source world. But then came the Covid, so I started Zero Day Code, a non-profit organization
to be a showcase in front of companies for me and all of those people who are skilled people in these field but they never
finished they're bachelors (or even started).</br></br>
Later, my actual company made me an interview after found me online, and review my online job as well. After a really short
interview, they gladly offered me a position within the company, from which I am extremely grateful, since they blindy
trusted on my personal job, my lifetime history and my skills.
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i> <strong>GitHub (personal):</strong>
<a href="https://github.com/TheRustifyer" target="_blank"> Check my Github out</a>
</li>
<li><i class="icofont-rounded-right"></i> <strong>GitHub (Zero Day Code):</strong>
<a href="https://github.com/zerodaycode" target="_blank"> Check our community Github</a>
</li>
<li><i class="icofont-rounded-right"></i> <strong>City:</strong> A Coruña, Galicia, Spain</li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i> <strong>Email:</strong> alex.vergara.dev@gmail.com</li>
</ul>
</div>
</div>
<p>
I feel like an insatiable monster of knowledge about software engineering. I spent my spare time writting code for Zero Day Code,
for my personal projects, and doing courses about the more interesting topics on my job field.
Those include system languages (Rust, C++), backend development (Java), general (Python) and (a litle) of mobile design, via Flutter and Dart.
I spent also time contributing to projects like LLVM (the amazing umbrella project for Clang, for example), or anything that involves videogames,
specially contributing from time to time to Epic Games, when I find some bugs while I work with Unreal Engine.
The remaining time, is for really low level things, like don't forget about assembly and work with bare metal and embedeed systems.
</p>
</div>
</div>
</div>
<!-- End About Me -->
<!-- ======= Skills ======= -->
<div class="skills container">
<div class="section-title">
<h2>Skills</h2>
</div>
<div class="row skills-content">
<div class="col-lg-6">
<div class="progress">
<span class="skill">Rust<i class="val">100%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"> </div>
</div>
</div>
<div class="progress">
<span class="skill">C++<i class="val">70%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"> </div>
</div>
</div>
<div class="progress">
<span class="skill">Java<i class="val">80%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"> </div>
</div>
</div>
<div class="progress">
<span class="skill">Python <i class="val">80%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"> </div>
</div>
</div>
<div class="progress">
<span class="skill">Golang<i class="val">50%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"> </div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="progress">
<span class="skill">Flutter <i class="val">60%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"> </div>
</div>
</div>
<div class="progress">
<span class="skill">Version Control (GIT) <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"> </div>
</div>
</div>
<div class="progress">
<span class="skill">Assembly (x86)<i class="val">50%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"> </div>
</div>
</div>
<div class="progress">
<span class="skill">Modbus Protocol<i class="val">70%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"> </div>
</div>
</div>
</div>
</div>
</div>
</div><!-- End Skills -->
<!-- ======= Interests ======= -->
<div class="interests container">
<div class="section-title">
<h2>Interests/Hobbies</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-4">
<div class="icon-box">
<i class="ri-terminal-line" style="color: var(--primarybirght)"></i>
<h3>Open Source</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-folder-music-line" style="color: var(--primarybirght)"></i>
<h3>Music</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-motorbike-line" style="color:var(--primarybirght)"></i>
<h3>Traveling</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-lg-0">
<div class="icon-box">
<i class="ri-gamepad-fill" style="color: var(--primarybirght)"></i>
<h3>Playing Videogames</h3>
</div>
</div>
</div>
</div><!-- End Interests -->
</section><!-- End About Section -->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume">
<div class="container">
<div class="section-title">
<h2>Resume</h2>
<p>My Resume 💼 </p>
</div>
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/alex-stonks.png" class="img-fluid" alt="">
</div>
<div class="row">
<div class="col-lg-6">
<h3 class="resume-title">Profile</h3>
<div class="resume-item pb-0">
<h4>Zero Day Code</h4>
<p><em>Creating high-quality, high-performant Open Source projects and aplications that not only contributes to the community,
but also showcases the ZDC developers in front of potential employeers.</em>
</p>
<p>
<ul>
<li>alex.vergara.dev@gmail.com</li>
</ul>
</p>
</div>
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Escola Estudio</h4>
<h5>2015 — 2018</h5>
<p><em> Professional Diploma on Modern Music</em></p>
<p>Directed by the legendary guitarist 'Alberto Cereijo', best known for it's work
on the mitic spanish Rock and heavy band 'Los Suaves'</p>
<p><em>Speciality: Modern composition and arrangement</em></p>
</div>
<div class="resume-item">
<h4>Bachelor of Computer Science</h4>
<h5>2011 — 2014</h5>
<p><em> ETSII</em></p>
<p><em>University of Seville, Spain</em></p>
<p>Completed up to the 4th year, but not yet finished</p>
</div>
<div class="resume-item">
<h4>Degree of Physics</h4>
<h5>2023 - Present</h5>
<p><em> University of Santiago de Compostela</em></p>
</div>
<h3 class="resume-title">Courses</h3>
<div class="resume-item">
<p>
<ul>
<li>
<h4>Mastering Data Structures and Algorithms with C/C++</h4>
<p><em>Abdul Bari</em></p>
</li>
<li>
<h4>Linux systems programming. Techniques and concepts</h4>
<p><em>Udemy Course</em></p>
</li>
<li>
<h4>Developing a multi-threaded kernel from scratch</h4>
<p><em>Udemy Course</em></p>
</li>
<li>
<h4>Learn Assembly game by making games for the Atari 2600</h4>
<p><em>Pikuma.com</em></p>
</li>
<li>
<h4>Master CMake for Cross-Platform C++ Project Building</h4>
<p><em>Udemy Course</em></p>
</li>
<li>
<h4>Complete from 0 to advanced C++ developer course</h4>
<p><em>GameDev.tv Team Udemy course</em></p>
</li>
<li>
<h4>Working with WebSockets in Golang</h4>
<p><em>Trevor Sawler</em></p>
</li>
<li>
<h4>Learn x86 assembly from 0 to Hero</h4>
<p><em>Udemy Course</em></p>
</li>
<li>
<h4>Complete Flutter and Dart Course</h4>
<p><em>The London App Brewery</em></p>
</li>
<li>
<h4>Java University - Complete Java Course</h4>
<p><em>Global Mentoring</em></p>
</li>
<li>
<h4>Complete Python Developer</h4>
<p><em>ZeroToMastery Academy Certification</em></p>
</li>
<li>
<h4>Django and Django Rest Framework</h4>
<p><em>Udemy Course</em></p>
</li>
<li>
<h4>Complete from 0 to advanced C++ developer course</h4>
<p><em>Tim Buchalka Academy</em></p>
</li>
</ul>
</p>
</div>
</div>
<div class="col-lg-6">
<h3 class="resume-title">Professional Experience</h3>
<div class="resume-item">
<h4>Lead Software Developer</h4>
<h5>October 2023 - Present</h5>
<p><em>Ecomanagement Technology, A Coruña, Spain</em></p>
<p>I just came back home. After three months, my first company made me an incredible offers
that I gladly accepted. But this time, I was also the responsible for managing the best practises
along the whole organization and for set up the standards as well as for take care of every piece
of software built for any project in the company while I continued to develop the critical processes
of the previous project I worked on.
</p>
<p><em>TL;DR I was the ultimate responsible for empowering up the best practises in any bit of code and any tool used</em></p>
<p>
<ul>
<li>Create and/or redesign the software architecture of our most important clients infrastructure</li>
<li>Generating improved integration tests for multiple components spread across on-premise and cloud infrastructures</li>
<li>Mentoring and training the new junior talents hired by the company</li>
<li>Introducing The Rust programming language on the core critical elements of our client's infrastructure for the project</li>
<li>Maintaining backwards compatibility on the on-premise isolated IoT while improving the performance</li>
<li>The creation of an internal software development best practices policy along with the integration of CD/CI processes according to today's best standards established for each technology and for each specific technology as well as for each specific architectural design</li>
</ul>
</p>
</div>
<div class="resume-item">
<h4>Scientific developer</h4>
<h5>June 2023 - September 2023</h5>
<p><em>Mestrelab Research, Santiago de Compostela, Spain</em></p>
<p>I held the position of a multi-paradigm developer, focused on the core team that writes and mantains
a big suite of software focused on chemicals</p>
<p><em>I was the responsible for upgrading the critical performance parts of the suite</em></p>
<p>
<ul>
<li>Reviewing and refactoring the critical parts of the core engine, written in C++</li>
<li>Modernize the custom scripting language offered within the product to make batch jobs</li>
</ul>
</p>
</div>
<div class="resume-item">
<h4>Software Engineer</h4>
<h5>June 2020 - May 2023</h5>
<p><em>Ecomanagement Technology, A Coruña, Spain</em></p>
<p>Worked in a project that my company develops for the big world wide retail company.
This project is a big infrastructure focused on remote control of the client facilities,
focused on the energetic efficiency, with a lot of different components, micro-services and cloud
services, that processes more than 4,000,000 of unique data points every 15 minutes, managing critcal
industrial code, mostly Modbus based.
</p>
<p><em>After my first year, I was mainly tasked with re-building almost every component from scratch </em></p>
<p>
<ul>
<li>Making every different Java micro-service finally performant</li>
<li>Create a new Modbus TCP communication library from scratch</li>
<li>Handling massive events that was executed on all the facilities of the world</li>
<li>Making the generation of the efficiency reports efficient (fun right?)</li>
<li>Introduce the Go programing language to rewrite our Dev-Ops infraestructure</li>
<li>Making a new architechtural design that powered up our communication via Queues (Red Hat AMQ)</li>
</ul>
</p>
</div>
</div>
</div>
</section><!-- End Resume Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title">
<h2>Repositories</h2>
<p>Some of my works on Zero Day Code 🔥 </p>
</div>
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/alex-blink.png" class="img-fluid" alt="">
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="icon-box">
<div class="icon"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAX0lEQVRIS+2TwQoAIAhD9f8/ui4GEcYcUV3WeXP2VLfLzy/XNzagRUNlX1kYhRUARy5EEBEtYNf0KGAMMCuyawR6ZiMUJ8nQ8xQRzbdiYH+gQ4NUheg/ItjBKmDvgA7oh7ISGQ3/liYAAAAASUVORK5CYII="/></div>
<h4><a href="https://github.com/zerodaycode/Canyon-SQL" target="_blank">Canyon SQL</a></h4>
<p>A blazingly fast full asyncronous ORM for multiple databases</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0">
<div class="icon-box">
<div class="icon"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAg0lEQVRIS2NkoDFgpLH5DHS34ALQR/o4fAWSM4TKEasOwwf/CQQZzMfEqhu1AGeAwhMPeioiNmyJVUf/OMCX/C4CA8SAiGSKrI7+GY3qJQd6JBOdQ4l1CbmpCNl8WIrCWq4Nagtw5QUUR1PiA5pbAIuHwRUHxOZkYlPpMMzJRHudWIUA7qwkGcwcYeoAAAAASUVORK5CYII="/></div>
<h4><a href="https://github.com/zerodaycode/Zork" target="_blank">Zork++</a></h4>
<p>A modern build system and project manager for modern C++</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="icon-box">
<div class="icon"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABBklEQVRIS8WVjw3BQByF2wkwgZoAGzABJlATYAMmwARqAyZgAzbQEWzA95I26V+kvUsv+ZJKk/e8d/e7uo7l5VrWdxoxeEepZF727POuD+tfDRQl+MfghXALhvD4ZlLVYI/oEg6wsmEwQPQOStKxYSDNELowg3OZSdWKpKdqdnACbXrhqmPgofiMVFWT6sqtOgYSUzUTWEBgw0DVHEFHVUfWeII2iiFoJnrRc8qkbkUSUzVz2MImG8GEwQjRa/TvlcJ4AgmqJs3EGG5JBxMJpBdfHbmZMGXgYaKZyF0dpgyUQkdVV3hqJkwa+IhrJi4wjffBpIFmQnsRJDe6kU9m9ijX+m09wQdMClkZeIrpoAAAAABJRU5ErkJggg=="/></div>
<h4><a href="https://github.com/zerodaycode/Zork" target="_blank">Zero</a></h4>
<p>A modern set of multidisciplinar libraries for modern C++, built and managed with Zork++</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB20lEQVRIS7WV61HDMBCEkwqgA0wFQAWYCoAKMB3QAaYCoAJMBZAKMBUAFWAqACqA/Tx3GVmRH/lhzdxYsk67e6tzslzMPJYz4y+2Jcgk6MlEHSXEnendraJRnLC/DcGh8l8Uu4pfezpHrsm1gifjS4GYyQSFKQOc8WpggADMfjjOtXieSnBl4OSjfEdxr/hWlAEqqvcC8nZrzKJKORcGcmlKjyO1j1qTh30MvK89p48AKziA76guFJT8o6ACBjaVBuZCICN3PVIEgD4E4Lnm74pM8anACmxrPdZg39Xva94MEQDypqCCDzuMageC/C4E0LxWYNuNooz2Nu4ApQcKyqenHTw+52ty+C6wEXEb+aFFhRKwJkwGwK0ANF43ekfnxAOh7YcYEgB0qqBbKgNDXanw8ul57/GwfWMC7MXODoF3CMwocLt61QUbYdd17i6s4M8O+DtfJxzoCOsFH6ugz9/174wABsGn3kFcgd9B/DHmZmsnP9VF3AUfDE+6hkumdfGWuXdVrTn9T9clweMKWPvFchilqe8A5bQz5IPgKYLMSPi9aUzxyogApo2pgrxR8BQB7ziMDdjSN7CLChAxOIZ+rgsDyfWkIhTXRl6NAfv+2P/BVJzevNkJ/gH45ngZZ+XXhwAAAABJRU5ErkJggg=="/></div>
<h4><a href="https://github.com/zerodaycode/Arcane">Arcane</a></h4>
<p>Rust library for provide runtime reflection capabilities, oop code-gen, like getters, setters, associated fns... </p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABYElEQVRIS82UjU0CQRCFoQIpAStQKxArUCsQKlArACsQK/CsQK3AswKgAiwBKtD3kdlk5W52NyQXneRlb+9m5s3v9XsdS79j/70SgoGCuBWuhFMLaKnzTXgSNqkgcwRjGT8KkLQJzu+FyiNJEeD82Qzfdc6F2u4jnTPh3O7XllGDxyMg4rVFPklECMnUynRs5y8SjyAYEjm1TwlZkcmDZVVEQBNPhIuoLB4J5foQsDnbV/Iy+DbF3BAEf67+nxGEurrTEZWCHr0KnwLlKurBnbSYf+pKH7xlYtoWwlBgHxjlIgKUQqMrPTOqbcI2XworIWx5MQEGtXAktI3gTO/Zga0wsoAaQeSmBENGEGGRvux5qJNFRJKjnCPAQSXcCHGNQ49e9H7cCDt6UUKAA/5J8VbXurO9qd/IjqaEICyRF2jSx78gSJU4+60kA5x4ZcraZxUsxM4JsqU4aAIO9hoZ/gDWtD8ZPnHoBAAAAABJRU5ErkJggg=="/></div>
<h4><a href="https://github.com/zerodaycode/Rumble-AI">Rumble-AI</a></h4>
<p>A kind-of-Alexa virtual assistant written in Python and focused on extensibility</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAsklEQVRIS2NkoDFgpLH5DIQs+A91AC51hORHgAUURxF62MLClFKD4ebS3QKYywmmDjQv4lRPdvIbtYDmcfABGMb8QCwIxCA2PqAAlLwPxA+BGMRGAbgieQNQlT8QHwDiRCB+gMMGkIHzgdgBiDcCcQCxFoA0XoD6goAHwNIfgdgAm0PwlaYgSyZANcrjsAUULCCHFODyJaHiGt1cUiOfYHE9asHgCyJikiyKGlJTEckWAACI5icZfT876AAAAABJRU5ErkJggg=="/></div>
<h4><a href="https://github.com/zerodaycode/Rumble-LoL-Plugin">Rumble LoL Plugin</a></h4>
<p>A C++ library binded via FFI to Python to control the League of Legends game client with voice via Rumble-AI</p>
</div>
</div>
</div>
</br></br></br></br>
<div class="section-title">
<h2>Personal Repositories</h2>
<p>Some more held only in my own GitHub account 🔥 </p>
</div>
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/alex-evil-laught.png" class="img-fluid" alt="">
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABp0lEQVRIS9WV/TEEQRDF7yJABE4GMrAiQARWBIjAicCJwIkAEVghiMCKABHwflvdzMzuzJU6+4epenU7vf3x+vXM3nQy8pqOnH/yrwpsSo0LoRZ47siv08FC8cfCuXAvPAq7geQrC8CCBJWBPasR3oXDIFmr55nwLJyZT/c61wHBN4InDXJFj0/a7Znl1Tqg+PcaKlBbcpxIsBSQgEAKUhy4fa5ntGedmD1bgMC7nHPEPd4gy5WZdvTb+uuwA9i9GEtngu1UqIVbAbbpwscHzAzCQUczcBbIUlmh8GRcZgpQFIlITlx2Buh8IDh7D/yQDemaAfaY6I4D4cQit1AiKm8IW8ai1e+2sF9ITjIkerOsvUMTGj4Tp3SfaaAzZ33/sgOk7N2bsEBuBtcK5ADkls/gQQ7h7e78wwJ+ihrTHTbY5iVtbD7cZr5Ji9Q3vQetHBh070Zmijh75JkJ0RFNO2D/m5vsyYk7EpC4t1Z9i5BrKaCvf4u4KySvLFux29LXlMTIlVvIQqFB5h5U+sNhyM4UthQjKV15Zz3NUzbr/KMVmvt5NXqBL9JaXhmgnXVcAAAAAElFTkSuQmCC"/></div>
<h4><a href="https://github.com/TheRustifyer/PokemonGallaecia">Pokémon Gallaecia</a></h4>
<p>The Galician version of Pokémon, made with Godot and coded in Rust via the gd-native-api bindings</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABlUlEQVRIS7WVDVHDQBCFWwWAAloF4ICgAHAQHIACKgEHBAXggKCgoIDWASiA92V2M0vmyB3t5GbeXNK9fW9/btP5bOI1n5h/9l+BWgFdCJVwKHwKrfAsPKaCLRVYyPlJOB3J+Fq2ZmgvEYB8bRFvta8s4kvtD0aYJMdWIvCmcyfCqwApZalHyLH1meQEIKQ0RE55SsjJqs8oJ0DzaOqtcG9l2mg/EFrh3ErEFrOi4bxnSwTZsXBk0eNDJpAj0li0kZwz+C1LBL4twmGmUQSxys5RGm9855MrkWdANDzHFUX4HXLEPgR6tigRwOHMnJuBAK8ucqNn7LVlUNQDP+zRpQSw+USzMy9EfiVwQf4sUSm5JwU517kSmBf2bqV6MEaOjcZDsrFoKeHKnr9sZ16SAjlyvyHuH/d3vTCYCPcrZuBTi3H4bYnCRE9zmQMibgXq3aRUowBp3gn9DTCHsaxSnL9+iwKVLC9m9Qz2Iodr2ORISMq8p0qWjdwP5G7RXuSpDFyYcgH+C7qB2XXlvkW78vZ+kwv8AAsEYBnuVh9TAAAAAElFTkSuQmCC"/></div>
<h4><a href="https://github.com/TheRustifyer/AlexVergara">Dotfiles</a></h4>
<p>My automated personal configuration across multiple OS, that allows to fully automate the installation and configuration of my prefered tools</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABUUlEQVRIS7WTgQ2CMBBFYQIdgREcATdwBEdwBJxAR2AE3YARdAJxAnUCvZf0TAm110po8gO08N/dbymLmUc5s38xBVBLcZ1V4BRAI+YoOv4FbMX1KTrNAVi5yjeWOeu5HVD5TkT+SxGwaBc5gNYZYk72vehodZEK0Mo1HvI3zXMi0tPC9S1aizqr+hwAsbCp5E/mCwcxGakRYaTm3N9Su8gBYMxetK4L7tkLRiXqQ+3EAHykVV88M3zYbOZ4BwhHFjDQASgGIHMUqow5TNkPXedU8dz5naREBCT0MwHQiOiIbulgMCwAJlTGFXFEryIMqdRfI7LRsAB8ULmvNIqQz8+5FAARNaKH50IHe9dBFBgCEMVBdBb52TOvp0ezV3PW6HQUUwigG6Yf81OFxksmMSY6jQ/AAG5FpJXpBvugWh7urnJM/SP7fc8CRPNNWZwd8AFHbUIZ8ZaZ1QAAAABJRU5ErkJggg=="/></div>
<h4><a href="https://github.com/TheRustifyer/ModernJava">Modern libraries 4J</a></h4>
<p>Types and operations written in a modern fashion for Java. Some are fresh ideas non implemented on the language</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Services Section ======= -->
<section id="extras" class="services">
<div class="container">
<div class="section-title">
<h2>Extras</h2>
<p>Some of my musician work 🎸 </p>
</div>
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/alex-piano.png" class="img-fluid" alt="">
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="portfolio-wrap">
<img src="assets/img/soberao1.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="portfolio-wrap">
<img src="assets/img/venecia.png" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="portfolio-wrap">
<img src="assets/img/hiroshima.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="portfolio-wrap">
<img src="assets/img/street.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="portfolio-wrap">
<img src="assets/img/soberao2.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="portfolio-wrap">
<img src="assets/img/soberao3.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="portfolio-wrap">
<img src="assets/img/monkeyshine.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="portfolio-wrap">
<img src="assets/img/guitar-sea.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="portfolio-wrap">
<img src="assets/img/soberao4.jpeg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Services Section ======= -->
<section id="writing" class="services">
<div class="container">
<div class="section-title">
<h2>Extras</h2>
<p>My articles 📄 </p>
</div>
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/Image 7.png" class="img-fluid" alt="">
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="portfolio-wrap">
<a href="https://dev.to/joojodontoh/build-a-web-chat-application-using-node-js-socket-io-d9i" target="_blank"><img
src="assets/img/nodesocket copy.png" class="img-fluid" alt=""></a>
<div class="portfolio-info">
<div class="portfolio-links">
</div>
</div>
<p>Build a web chat application using Node.js & socket.io</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="portfolio-wrap">
<a href="https://dev.to/joojodontoh/build-an-api-endpoint-with-golang-gin-2065"
target="_blank"><img src="assets/img/article background copy.png" class="img-fluid" alt=""></a>
<div class="portfolio-info">
<div class="portfolio-links">
</div>
</div>
<p>Build an API endpoint with GOlang , Gin & mongoDB</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="portfolio-wrap">
<a href="https://dev.to/joojodontoh/host-your-resume-on-github-pages-514g"
target="_blank"><img src="assets/img/githubpages copy.png" class="img-fluid" alt=""></a>
<div class="portfolio-info">
<div class="portfolio-links">
</div>
</div>
<p>Host your resume on Github pages</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="portfolio-wrap">
<a href="https://dev.to/joojodontoh/build-user-authentication-in-golang-with-jwt-and-mongodb-2igd"
target="_blank"><img src="assets/img/jwt copy.png" class="img-fluid" alt=""></a>
<div class="portfolio-info">
<div class="portfolio-links">
</div>
</div>
<p>Build user authentication in Golang with JWT and mongoDB</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
<p>Contact Me 📱 </p>
</div>
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/alex-blink.png" class="img-fluid" alt="">
</div>
<div class="row mt-2">
<div class="col-md-6 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-map"></i>
<h3>My Address</h3>
<p>A Coruña, Galicia, Spain</p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-share-alt"></i>
<h3>Social Profiles</h3>
<div class="social-links">
<a href="https://www.linkedin.com/in/alex-vergara-61105a114/" target="_blank" class="linkedin"><i class="icofont-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-6 mt-4 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-envelope"></i>
<h3>Email Me</h3>
<p>alex.vergara.dev@gmail.com</p>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>