summaryrefslogtreecommitdiffstats
path: root/srv/www/cv.html
blob: b581b84d2aa0a676c464719efc9bf789295f7c2d (plain) (blame)
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
<!DOCTYPE html>
<html lang="en">
<!--=================================================================-->
<!--    Copyright (C)             Alejandro Colomar Andres           -->
<!--    SPDX-License-Identifier:  BSD-3-Clause                       -->
<!--=================================================================-->

<!-- All URIs in this file should be absolute. -->
<!-- CSS is embedded to avoid dependencies. -->

<head>
	<meta charset="utf-8"/>
	<meta http-equiv="expires" content="0"/>
	<title>CV - Alejandro Colomar</title>
	<style>
		html, body {background-color: black; font-family: serif; color: white;}
		h1, h2, h3, h4, h5, h6 {font-family: sans-serif;}
		h1 {margin-left: 0.5em;}
		h4 {margin-top: 0.2em; margin-bottom: 0.2em;}
		h5 {margin-top: 0.1em; margin-bottom: 0.1em;}
		h6 {margin-top: 0.05em; margin-bottom: 0.05em;}
		li.bullet {font-size: smaller;}
		p.TP {margin-top: 0.5em; margin-left: 1.5em;}
		a:link {color: orange; text-decoration: none;}
		a:visited {color: green; text-decoration: none;}
		a:hover {color: yellow; text-decoration: underline;}
		a:active {color: blue; text-decoration: underline;}
		time {font-family: sans-serif; font-size: smaller;}
		.bullet {font-family: sans-serif;}
		.br {margin-bottom: 1em;}
		.code {font-family: monospace;}
		.footer {font-size: small;}
		.inl {display: inline;}
		.name {font-family: sans-serif; font-style: italic;}
		.nomargin {margin-top: 0; margin-bottom: 0;}
		.sh {font-family: monospace;}
		.src {font-family: monospace;}
		.uri {font-family: monospace;}
	</style>
	<link rel="icon" href="http://www.alejandro-colomar.es/share/misc/pictures/alx.ico"/>
</head>


<body>


<div id="name">
	<h1><span class="name">Alejandro Colomar</span></h1>
</div>
<hr/>


<div id="contact">
	<h4><span class="uri">
	<a href="mailto:Alejandro Colomar <alx@kernel.org>">
	&lt;alx@kernel.org&gt;</a>
	</span></h4>
	<h4><span class="uri">
	<a href="http://www.alejandro-colomar.es/">
	&lt;http://www.alejandro-colomar.es/&gt;</a>
	</span></h4>
</div>
<hr/>


<div id="contents">
	<h3 class="nomargin">
	<a href="#synopsis">Synopsis</a> |
	<a href="#experience">Experience</a> |
	<a href="#projects">Projects</a> |
	<a href="#education">Education</a> |
	<a href="#languages">Languages</a> |
	<a href="#footer">Footer</a> |
	</h3>
</div>
<hr/>


<div id="synopsis">
	<h2><a href="#top">^</a> <a href="#synopsis">Synopsis</a></h2>

	<p>
	Principal software engineer.
	</p>

	<p class="bullet">
	<span class="name">C</span>,
	<span class="name">Git</span>,
	<span class="name">Shell</span>,
	<span class="name">Linux</span>,
	<span class="name">POSIX</span>,
	open source,
	security.
	</p>
</div>
<hr/>


<div id="experience">
	<h2><a href="#top">^</a> <a href="#experience">Experience</a></h2>

        <ul>
                <li class="br">
                        <h4 class="inl"><a href="https://github.com/shadow-maint/shadow">co-maintainer @ <span class="name">shadow</span></a></h4>
                        <time>(2021 - present)</time>
                        <ul>
                                <li class="bullet">Maintain stable branches.</li>
                                <li class="bullet">Find, report, and fix security vulnerabilities and other bugs.</li>
                                <li class="bullet">Increase robustness of the source code.</li>
				<li class="bullet"><a href="https://github.com/shadow-maint/shadow/releases/tag/4.14.7"><span class="code">shadow-4.14.7</span> release</a></li>
				<li class="bullet"><a href="https://github.com/shadow-maint/shadow/releases/tag/4.15.0"><span class="code">shadow-4.15.0</span> release</a></li>
				<li class="bullet"><a href="https://github.com/shadow-maint/shadow/releases/tag/4.14.6"><span class="code">shadow-4.14.6</span> release</a></li>
				<li class="bullet"><a href="https://github.com/shadow-maint/shadow/releases/tag/4.14.5"><span class="code">shadow-4.14.5</span> release</a></li>
				<li class="bullet"><a href="https://github.com/shadow-maint/shadow/releases/tag/4.14.3"><span class="code">shadow-4.14.3</span> release</a></li>
				<li class="bullet"><a href="https://github.com/shadow-maint/shadow/releases/tag/4.14.2"><span class="code">shadow-4.14.2</span> release</a></li>
				<li class="bullet"><a href="https://github.com/shadow-maint/shadow/releases/tag/4.14.1"><span class="code">shadow-4.14.1</span> release</a></li>
				<li class="bullet"><a href="https://github.com/shadow-maint/shadow/releases/tag/4.14.0"><span class="code">shadow-4.14.0</span> release</a></li>
				<li class="bullet"><a href="https://github.com/shadow-maint/shadow/releases/tag/4.13"><span class="code">shadow-4.13</span> release</a></li>
				<li class="bullet"><a href="https://github.com/shadow-maint/shadow/releases/tag/4.12"><span class="code">shadow-4.12</span> release</a></li>
				<li class="bullet"><a href="https://github.com/shadow-maint/shadow/releases/tag/v4.11"><span class="code">shadow-4.11</span> release</a></li>
                        </ul>
                </li>
                <li class="br">
                        <h4 class="inl"><a href="https://neomutt.org/">contributor @ <span class="name">NeoMutt</span></a></h4>
                        <time>(2023 - present)</time>
                        <ul>
                                <li class="bullet">Find, report, and fix security vulnerabilities.</li>
                                <li class="bullet">Enhance crypto capabilities.</li>
				<li class="bullet"><a href="https://neomutt.org/feature/cli-crypto">(feature) -C: Command-line crypto</a></li>
				<li class="bullet"><a href="https://github.com/neomutt/neomutt/pull/4221">(feature) Encryption information block</a></li>
				<li class="bullet"><a href="https://github.com/neomutt/neomutt/issues/4223">(vulnerability) A third party can add itself to an encrypted conversation</a></li>
				<li class="bullet"><a href="https://github.com/neomutt/neomutt/issues/4226">(vulnerability) A third party can resend a signed message in a different conversation</a></li>
				<li class="bullet"><a href="https://github.com/neomutt/neomutt/issues/4234">(vulnerability) BCC recipients in encrypted messages are leaked</a></li>
				<li class="bullet"><a href="https://github.com/neomutt/neomutt/discussions/4251">(discussion) Message security</a></li>
                        </ul>
                </li>
                <li class="br">
                        <h4 class="inl"><a href="https://www.kernel.org/doc/man-pages/"><span class="name">Linux man-pages</span> maintainer @ <span class="name">Linux</span></a></h4>
                        <time>(2020 - present)</time>
                        <ul>
                                <li class="bullet">Review and merge incoming patches and bug reports.</li>
                                <li class="bullet">Test the <span class="name">Linux</span> kernel and <span class="name">C</span> library APIs.</li>
                                <li class="bullet">Write technical documentation about the APIs.</li>
                                <li class="bullet">Develop example programs using the APIs.</li>
                                <li class="bullet">Review existing technical documentation.</li>
                                <li class="bullet">Report detected bugs to the <span class="name">Linux</span> kernel, <span class="name">C</span> library or related projects.</li>
                                <li class="bullet"><a href="https://lore.kernel.org/linux-man/Zfna9TOEMqQdI88n@debian/"><span class="code">man-pages-6.7</span> release.</a></li>
                                <li class="bullet"><a href="https://lore.kernel.org/linux-man/Zcl39haVgvrKcCwx@debian/"><span class="code">man-pages-6.06</span> release.</a></li>
                                <li class="bullet"><a href="https://lore.kernel.org/linux-man/37c237cd-cb7c-982e-7b17-dd808063f002@kernel.org/"><span class="code">man-pages-6.05</span> release.</a></li>
                                <li class="bullet"><a href="https://lore.kernel.org/linux-man/3f33c6d4-fdbe-e3b4-675a-64f61c35fdb1@gmail.com/"><span class="code">man-pages-6.04</span> release.</a></li>
                                <li class="bullet"><a href="https://lore.kernel.org/linux-man/d56662b2-538c-7252-9052-8afbf325f843@gmail.com/"><span class="code">man-pages-6.03</span> release.</a></li>
                                <li class="bullet"><a href="https://lore.kernel.org/linux-man/4b2d7cd7-da3e-9bd7-ef69-f59635ed1f69@gmail.com/"><span class="code">man-pages-6.02</span> release.</a></li>
                                <li class="bullet"><a href="https://lore.kernel.org/linux-man/4ba6c215-6d28-1769-52d3-04941b962ff3@kernel.org/"><span class="code">man-pages-6.01</span> release.</a></li>
                                <li class="bullet"><a href="https://lore.kernel.org/linux-man/364ecc74-4e97-a1a3-7480-7914f28dcba3@gmail.com/"><span class="code">man-pages-6.00</span> release.</a></li>
                                <li class="bullet"><a href="https://linux-man-pages.blogspot.com/2021/08/man-pages-513-released.html"><span class="code">man-pages-5.13</span> release.</a></li>
                                <li class="bullet"><a href="https://linux-man-pages.blogspot.com/2021/06/man-pages-512-released.html"><span class="code">man-pages-5.12</span> release.</a></li>
                                <li class="bullet"><a href="https://linux-man-pages.blogspot.com/2021/03/man-pages-511-is-released.html"><span class="code">man-pages-5.11</span> release.</a></li>
                                <li class="bullet"><a href="https://linux-man-pages.blogspot.com/2020/12/man-pages-510-is-released.html"><span class="code">man-pages-5.10</span> release.</a></li>
                                <li class="bullet"><a href="https://linux-man-pages.blogspot.com/2020/11/man-pages-509-is-released.html"><span class="code">man-pages-5.09</span> release.</a></li>
                        </ul>
                </li>
                <li class="br">
                        <h4 class="inl"><a href="https://unit.nginx.org/">Principal software engineer @ <span class="name">NGINX</span></a></h4>
                        <time>(2021 - 2024)</time>
                        <ul>
                                <li class="bullet"><a href="https://www.nginx.com/products/nginx-unit/"<span class="name">NGINX Unit</span></a>.</li>
                                <li class="bullet">(feature) Design and implement a client controller program.</li>
                                <li class="bullet">(feature) Design and implement an efficient gzip filter.</li>
                                <li class="bullet">(feature) Design and implement a method for chaining actions in the server.</li>
                                <li class="bullet">Programming; <span class="name">C</span></li>
                                <li class="bullet">SCM; <span class="name">Git</span></li>
                                <li class="bullet">Scripting; <span class="name">Bash</span></li>
                                <li class="bullet">CI/CD; <span class="name">GitHub</span></li>
                        </ul>
                </li>
                <li class="br">
                        <h4 class="inl"><a href="https://www.sqli.com/">DevOps engineer @ <span class="name">SQLI</span></a></h4>
                        <time>(2020 - 2022)</time>
                        <ul>
                                <li class="bullet">CI/CD; <span class="name">Jenkins</span></li>
                                <li class="bullet">SCM; <span class="name">Git</span></li>
                                <li class="bullet">Scripting; <span class="name">Bash</span></li>
                                <li class="bullet"><span class="name">Unix</span> maintenance</li>
                                <li class="bullet">Containers; <span class="name">Docker</span></li>
                        </ul>
                </li>
                <li class="br">
                        <h4 class="inl"><a href="https://www.exfo.com/">Senior software engineer @ <span class="name">EXFO</span></a></h4>
                        <time>(2021)</time>
                        <ul>
                                <li class="bullet">Programming; <span class="name">C++</span></li>
                                <li class="bullet">Packaging; <span class="name">Conan</span></li>
                                <li class="bullet">SCM; <span class="name">Git</span></li>
                                <li class="bullet">Scripting; <span class="name">Bash</span></li>
                                <li class="bullet">Containers; <span class="name">Docker</span></li>
                        </ul>
                </li>
                <li class="br">
                        <h4 class="inl"><a href="http://academia-online.org">DevOps engineer @ <span class="name">Academia-Online.ORG</span></a></h4>
                        <time>(2018 - 2020)</time>
                        <ul>
                                <li class="bullet">SCM; <span class="name">Git</span></li>
                                <li class="bullet">Scripting; <span class="name">Bash</span></li>
                                <li class="bullet">Programming; <span class="name">C</span>, <span class="name">C++</span></li>
                                <li class="bullet"><span class="name">Linux</span> maintenance</li>
                                <li class="bullet">Containers; <span class="name">Docker</span>, <span class="name">Kubernetes</span>, <span class="name">Openshift</span> 4</li>
                                <li class="bullet">CI/CD; <span class="name">GitHub</span></li>
                                <li class="bullet">Cloud; <span class="name">AWS</span></li>
                        </ul>
                </li>
                <li class="br">
                        <h4 class="inl">Baseball coach @ <span class="name">Béisbol Astros Valencia</span></h4>
                        <time>(2017 - 2018)</time>
                        <ul>
                                <li class="bullet">Coach the U-13 children team.</li>
                        </ul>
                </li>
                <li class="br">
                        <h4 class="inl"><a href="http://ejercitodelaire.defensa.gob.es">Airman/Soldier @ <span class="name">Spanish Air Force</span></a></h4>
                        <time>(2011 - 2017)</time>
                        <ul>
                                <li class="bullet">Aircraft maintenance (military helicopters)</li>
                                <li class="bullet">Force protection (military training)</li>
                        </ul>
                </li>
        </ul>
</div>
<hr/>


<div id="projects">
        <h2><a href="#top">^</a> <a href="#projects">Projects</a></h2>

        <ul>
                <li class="br">
                        <h4 class="inl">Open-source contributions:</h4>
			<ul>
				<li class="bullet"><h5><span class="name"><a href="https://codidact.org/">Codidact</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://conan.io/">Conan</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://www.debian.org/">Debian</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://gcc.gnu.org/">GCC</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://www.gentoo.org/">Gentoo</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://www.gnu.org/software/libc/">Glibc</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://www.gnu.org/software/groff/">Groff</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://include-what-you-use.org/">IWYU</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://libbsd.freedesktop.org/">libbsd</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://www.kernel.org/">Linux kernel</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://www.kernel.org/doc/man-pages/">Linux man-pages</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://llvm.org/">LLVM/Clang</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://netbsd.org/">NetBSD</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://neomutt.org/">NeoMutt</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://unit.nginx.org/">NGINX Unit</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://github.com/shadow-maint/shadow">shadow-utils</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://stackexchange.com/">Stack Exchange</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://stackoverflow.com/">Stack Overflow</a></span></h5></li>
				<li class="bullet"><h5><span class="name"><a href="https://voidlinux.org/">Void Linux</a></span></h5></li>
                                <li class="bullet">...</li>
			</ul>
                        <p class="TP">
                                I've contributed to the above projects with patches,
                                bug reports, testing, reviews, suggestions, Q&A, etc.
                        </p>
                </li>
                <li class="br">
                        <h4 class="inl"><a href="https://git.kernel.org/pub/scm/libs/liba2i/liba2i.git">liba2i</a></h4>
                        <time>(2023 - present)</time>
                        <span class="name">A. Colomar</span>
                        <p class="TP">
                                C library for parsing integers.
                        </p>
                </li>
                <li class="br">
                        <h4 class="inl"><a href="http://www.alejandro-colomar.es/src/alx/alx/games/chessutils.git">chessutils</a></h4>
                        <time>(2022 - present)</time>
                        <span class="name">A. Colomar</span>
                        <p class="TP">
                                *nix-style (filter) chessboard games.
                        </p>
                </li>
                <li class="br">
                        <h4 class="inl"><a href="https://www.robotminor.nl/robust-internet-services-node/">Robust internet services node</a></h4>
                        <time>(2020 - present)</time>
                        <span class="name">A. Colomar</span>,
                        <span class="name">S. Colomar</span>
                        <p class="TP">
                                High availability & high security server.
                        </p>
                </li>
                <li class="br">
                        <h4 class="inl">rob_cam</h4>
                        <time>(2020)</time>
                        <span class="name">A. Colomar</span>,
                        <span class="name">S. Colomar</span>
                        <p class="TP">
                                Project to control a system that has cameras and robots
                                (e.g.: a production line) in a high availability manner.&ensp;
                                The programs are written in
                                <span class="name">C</span>
                                and deployed using
                                <span class="name">Docker</span> &
                                <span class="name">Kubernetes</span>.
                        </p>
                        <ul>
                                <li class="bullet">
                                        <span class="uri"><a href="http://www.alejandro-colomar.es/share/misc/videos/20200221_love_c.mp4">love.c</a></span>
                                        <time>(2020)</time>
                                        <span class="name">A. Colomar</span>
                                </li>
                        </ul>
                </li>
                <li class="br">
                        <h4 class="inl"><span class="name"><a href="http://www.alejandro-colomar.es/src/alx/alx/libalx.git">libalx</a></span></h4>
                        <time>(2017 - present)</time>
                        <span class="name">A. Colomar</span>
                        <p class="TP">
                                <span class="name">C</span> &
                                <span class="name">C++</span>
                                library providing useful extensions to common libraries.
                        </p>
                </li>
                <li class="br">
                        <h4 class="inl"><span class="name"><a href="http://www.alejandro-colomar.es/src/alx/alx/mine-sweeper.git">mine-sweeper</a></span></h4>
                        <time>(2015 - 2020)</time>
                        <span class="name">A. Colomar</span>
                        <p class="TP">
                                Simple game written in
                                <span class="name">C</span>.&ensp;
                                Based on the
                                <time>1990</time>
                                game
                                <span class="name">Mine</span>
                                by
                                <span class="name">CurtJ</span>,
                                <span class="name">LarryH</span>,
                                <span class="name">RobD</span>
                                at
                                <span class="name">Duff Software</span>.
                        </p>
                </li>
                <li class="br">
                        <h4 class="inl">
                                <a href="http://www.europeanprojectsemester.eu/">European Project Semester</a>:
                                <a href="https://www.robotminor.nl/laundry-symbol-reader/">Laundry symbol reader</a>
                        </h4>
                        <time>(2020)</time>
                        <span class="name">A. Colomar</span>,
                        <span class="name">T. Ruis</span>
                        <p class="TP">
                                Project to analyze clothing labels and allow laundry automation,
                                programmed in
                                <span class="name">C</span>
                                (prototypes in
                                <span class="name">C++</span>
                                and
                                <span class="name">Python</span>).
                        </p>
                </li>
                <li class="br">
                        <h4 class="inl">Coins</h4>
                        <time>(2018 - 2019)</time>
                        <span class="name">A. Colomar</span>
                        <p class="TP">
                                Project to accurately count money from photos of coins,
                                programmed in
                                <span class="name">C</span>
                                (prototype in
                                <span class="name">C++</span>).
                        </p>
                </li>
                <li class="br">
                        <h4 class="inl"><a href="https://www.youtube.com/watch?v=F_p8_HlpJNo">stm32l4-project-plane</a></h4>
                        <time>(2018 - 2019)</time>
                        <span class="name">A. Colomar</span>,
                        <span class="name">F. J. García Pedroche</span>,
                        <span class="name">S. Junquera Carrero</span>
                        <p class="TP">
                                Project to demonstrate
                                <span class="name">CAN</span>
                                communication to control an embedded system, programmed in
                                <span class="name">C</span>.
                        </p>
                </li>
                <li class="br">
                        <h4 class="inl">PNP-Solver</h4>
                        <time>(2012 - 2019)</time>
                        <span class="name">A. Colomar</span>
                        <p class="TP">
                                Program that solves small NP-Complete problems, written in
                                <span class="name">C</span>.&ensp;
                                Used to test the performance of the algorithm it implements.
                        </p>
                </li>
                <li class="br">
                        <h4 class="inl">
                                <a href="http://www.upv.es/contenidos/PRAKTIKUM/">Praktikum <span class="name">UPV</span> (Spanish)</a>:
                                <a href="https://media.upv.es/#/portal/video/5275fb43-f4d5-e34e-a64b-df865bb7c6b0">Control Automatico</a>
                        </h4>
                        <time>(2010)</time>
                        <span class="name">A. Colomar</span>
                        <p class="TP">
                                Program to control a helicopter-like system using a
                                <span class="name">Wii</span>
                                remote.
                        </p>
                        <ul>
                                <li class="bullet"><a href="https://praktikumupv.wordpress.com/praktikum2010/">Project overview</a></li>
                        </ul>
                </li>
        </ul>
</div>
<hr/>


<div id="education">
        <h2><a href="#top">^</a> <a href="#education">Education</a></h2>

        <ul>
                <li class="br">
                        <h4 class="inl">Courses</h4>:
                        <br/><br/>
                        <ul>
                                <li class="br">
                                        <h5 class="inl"><span class="name"><a href="https://man7.org/training/">man7.org Training and Consulting</a></span></h5>
                                        <time>(2021 - 2022)</time>:
                                        <ul>
                                                <li>
                                                        <h5 class="inl"><span class="name"><a href="https://man7.org/mtk/">Michael Kerrisk</a></span></h5>:
                                                        <ul>
								<li class="bullet">[<span class="code"><a href="https://man7.org/training/secisol/index.html">M7D-SECISOL02</a></span>]:&ensp;<a href="http://www.alejandro-colomar.es/share/doc/cert/man7.org_M7D-SECISOL02.pdf">Linux Security and Isolation APIs</a></li>
                                                                <li class="bullet">[<span class="code"><a href="https://man7.org/training/lusp/index.html">M7D-LUSP01</a></span>]:&ensp;<a href="http://www.alejandro-colomar.es/share/doc/cert/man7.org_M7D-LUSP01.pdf">Linux/UNIX System Programming</a></li>
                                                                <li class="bullet">[<span class="code"><a href="https://man7.org/training/shlib/index.html">M7D-SHLIB02</a></span>]:&ensp;Building and Using Shared Libraries on Linux</li>
                                                        </ul>
                                                </li>
                                        </ul>
                                </li>
                                <li class="br">
                                        <h5 class="inl"><span class="name"><a href="https://cognitiveclass.ai/">Cognitive Class</a></span></h5>
                                        <time>(2020)</time>:
                                        <ul>
                                                <li>
                                                        <h5 class="inl"><span class="name">IBM</span></h5>:
                                                        <ul>
                                                                <li class="bullet">[<span class="code">PY0101EN</span>]:&ensp;<a href="https://courses.cognitiveclass.ai/certificates/ee4b0a1630b646418d0d1a0a66d1a65b"><span class="name">Python</span> 101 for Data Science</a></li>
                                                        </ul>
                                                </li>
                                        </ul>
                                </li>
                                <li class="br">
                                        <h5 class="inl"><span class="name"><a href="https://www.coursera.org/">Coursera</a></span></h5>
                                        <time>(2012 - 2013)</time>:
                                        <ul>
                                                <li>
                                                        <h5 class="inl"><span class="name">UPenn</span></h5>:
                                                        <ul>
                                                                <li class="bullet">Single Variable Calculus</li>
                                                        </ul>
                                                </li>
                                        </ul>
                                </li>
                                <li class="br">
                                        <h5 class="inl"><span class="name"><a href="https://www.edx.org/">EdX</a></span></h5>
                                        <time>(2012 - present)</time>:
                                        <ul>
                                                <li>
                                                        <h5 class="inl"><span class="name">AnahuacX</span></h5>:
                                                        <ul>
                                                                <li class="bullet">[<span class="code">IEST-CP1-2x</span>]:&ensp;Introducción a la Inteligencia Artificial</li>
                                                        </ul>
                                                </li>
                                                <li>
                                                        <h5 class="inl"><span class="name">Dartmouth_IMTx</span></h5>:
                                                        <ul>
                                                                <li class="bullet">[<span class="code">DART.IMT.C</span>]:&ensp;<span class="name">C</span> Programming with <span class="name">Linux</span></li>
                                                        </ul>
                                                </li>
                                                <li>
                                                        <h5 class="inl"><span class="name">DelftX</span></h5>:
                                                        <ul>
                                                                <li class="bullet">[<span class="code">AE1110x</span>]:&ensp;Introduction to Aeronautical Engineering</li>
                                                        </ul>
                                                </li>
                                                <li>
                                                        <h5 class="inl"><span class="name">IITBombayX</span></h5>:
                                                        <ul>
                                                                <li class="bullet">[<span class="code">ME209.1x</span>]:&ensp;<a href="https://s3.amazonaws.com/verify.edx.org/downloads/54ad0eedabec47fbbe27be60334da757/Certificate.pdf">Thermodynamics</a></li>
                                                        </ul>
                                                </li>
                                                <li>
                                                        <h5 class="inl"><span class="name">LinuxFoundationX</span></h5>:
                                                        <ul>
                                                                <li class="bullet">[<span class="code">LFS101x</span>]:&ensp;Introduction to <span class="name">Linux</span></li>
                                                        </ul>
                                                </li>
                                                <li>
                                                        <h5 class="inl"><span class="name">Microsoft</span></h5>:
                                                        <ul>
                                                                <li class="bullet">[<span class="code">DAT204x</span>]:&ensp;<a href="https://www.datacamp.com/statement-of-accomplishment/course/56a60439dc262dd35c6783f96d7766816fbcae16">Introduction to <span class="name">R</span> for Data Science</a></li>
                                                        </ul>
                                                </li>
                                                <li>
                                                        <h5 class="inl"><span class="name">MITx</span></h5>:
                                                        <ul>
                                                                <li class="bullet">[<span class="code">2.008x</span>]:&ensp;Fundamentals of Manufacturing Processes</li>
                                                                <li class="bullet">[<span class="code">3.15.1x</span>]:&ensp;Electronic Materials and Devices</li>
                                                                <li class="bullet">[<span class="code">3.15.2x</span>]:&ensp;Optical Materials and Devices</li>
                                                                <li class="bullet">[<span class="code">3.15.3x</span>]:&ensp;Magnetic Materials and Devices</li>
                                                                <li class="bullet">[<span class="code">3.032.1x</span>]:&ensp;<a href="https://courses.edx.org/certificates/b36556f21747414eac575af7016f7252">Mechanical Behavior of Materials: Linear Elastic Behavior</a></li>
                                                                <li class="bullet">[<span class="code">3.032.2x</span>]:&ensp;Mechanical Behavior of Materials: Stress Transformations, Beams, Columns, and Cellular Solids</li>
                                                                <li class="bullet">[<span class="code">3.091x</span>]:&ensp;Introduction to Solid State Chemistry</li>
                                                                <li class="bullet">[<span class="code">6.002.1x</span>]:&ensp;Circuits and Electronics 1: Basic Circuit Analysis</li>
                                                                <li class="bullet">[<span class="code">6.002.2x</span>]:&ensp;Circuits and Electronics 2: Amplification, Speed, and Delay</li>
                                                                <li class="bullet">[<span class="code">6.004.1x</span>]:&ensp;Computation Structures 1: Digital Circuits</li>
                                                                <li class="bullet">[<span class="code">8.MReVx</span>]:&ensp;<a href="http://www.alejandro-colomar.es/share/doc/cert/edx_mitx_8mrevx.pdf">Mechanics ReView</a></li>
                                                                <li class="bullet">[<span class="code">8.01.1x</span>]:&ensp;Mechanics: Kinematics and Dynamics</li>
                                                                <li class="bullet">[<span class="code">8.01.2x</span>]:&ensp;Mechanics: Momentum and Energy</li>
                                                                <li class="bullet">[<span class="code">8.01.3x</span>]:&ensp;Mechanics: Rotational Dynamics</li>
                                                                <li class="bullet">[<span class="code">8.02x</span>]:&ensp;<a href="https://s3.amazonaws.com/verify.edx.org/downloads/34e8b08829d6431c8b94bfba0dcafdd1/Certificate.pdf">Physics II (Electricity and Magnetism)</a></li>
                                                                <li class="bullet">[<span class="code">16.00x</span>]:&ensp;Introduction to Aerospace Engineering: Astronautics and Human Spaceflight</li>
                                                        </ul>
                                                </li>
                                                <li>
                                                        <h5 class="inl"><span class="name">NYUx</span></h5>:
                                                        <ul>
                                                                <li class="bullet">[<span class="code">CPP.PRG.1</span>]:&ensp;<a href="https://courses.edx.org/certificates/21fe345c998848bebb0120d35c569956">Introduction to Programming in C++</a></li>
                                                                <li class="bullet">[<span class="code">CPP.PRG.2</span>]:&ensp;<a href="https://courses.edx.org/certificates/2d4b614c7e444696856d15a0b3dcfd74">Advanced Programming in C++</a></li>
                                                        </ul>
                                                </li>
                                                <li>
                                                        <h5 class="inl"><span class="name">TenarisUX</span></h5>:
                                                        <ul>
                                                                <li class="bullet">[<span class="code">STEEL101x</span>]:&ensp;Introduction to Steel</li>
                                                        </ul>
                                                </li>
                                                <li>
                                                        <h5 class="inl"><span class="name">UPValenciaX</span></h5>:
                                                        <ul>
                                                                <li class="bullet">[<span class="code">DC201x</span>]:&ensp;Dynamics and Control</li>
                                                        </ul>
                                                </li>
                                                <li>
                                                        <h5 class="inl"><span class="name">UQx</span></h5>:
                                                        <ul>
                                                                <li class="bullet">[<span class="code">Hypers301x</span>]:&ensp;Hypersonics - from shock waves to scramjets</li>
                                                        </ul>
                                                </li>
                                        </ul>
                                </li>
                        </ul>
                </li>
                <li class="br">
                        <h4 class="inl">Smart Manufacturing & Robotics <span class="name">Delft</span> Minor</h4> -
                        European Project Semester
                        <time>(2020)</time>
                        <br/>
                        <h5 class="inl"><span class="name">The Hague University of Applied Sciences (THUAS)</span></h5>,
                        <span class="name">The Netherlands</span>
                </li>
                <li class="br">
                        <h4 class="inl">BEng Electronic & Computer Engineering</h4> -
                        Erasmus Semester
                        <time>(2019)</time>
                        <br/>
                        <h5 class="inl"><span class="name">Institute of Technology Sligo (ITS)</span></h5>,
                        <span class="name">Ireland</span>
                </li>
                <li class="br">
                        <h4 class="inl">BEng Industrial Electronics and Automation Engineering</h4>
                        <time>(2017 - 2020)</time>
                        <br/>
                        <h5 class="inl"><span class="name">Universitat Politècnica de València (UPV)</span></h5>,
                        <span class="name">Spain</span>
                        <ul>
                                <li class="bullet">Minor: Industrial computing</li>
                                <li class="bullet">High academic preformance group (Grupo ARA)</li>
                                <li class="bullet">Special mention: Computer Vision</li>
                                <li class="bullet">Special mention: Embedded Systems</li>
                                <li class="bullet">Special mention: Industrial Computing I</li>
                                <li class="bullet">Special mention: Digital Electronics</li>
                                <li class="bullet">Special mention: Analog Electronics</li>
                                <li class="bullet">Special mention: Electronic Technology</li>
                        </ul>
                </li>
                <li class="br">
                        <h4 class="inl">BEng Industrial Organization Engineering</h4>
                        <time>(2014 - 2016)</time>
                        <br/>
                        <h5 class="inl">
                                <span class="name">Universidad Politécnica de Cartagena (UPCT)</span> /
                                <span class="name">Centro Universitario de la Defensa (CUD)</span>
                        </h5> -
                        <h5 class="inl"><span class="name">Spanish Air Force</span></h5>,
                        <span class="name">Spain</span>
                        <ul>
                                <li class="bullet">Special mention: Computer Science</li>
                        </ul>
                </li>
                <li class="br">
                        <h4 class="inl">Technician in Telecommunication and Computer Systems</h4>
                        <time>(2013 - 2014)</time>
                        <br/>
                        <h5 class="inl"><span class="name">Academia Básica del Aire (ABA)</span></h5> -
                        <h5 class="inl"><span class="name">Spanish Air Force</span></h5>,
                        <span class="name">Spain</span>
                </li>
                <li class="br">
                        <h4 class="inl">BEng Mechanical Engineering</h4>
                        <time>(2012 - 2013)</time>
                        <br/>
                        <h5 class="inl"><span class="name">Universidad Nacional de Educación a Distancia (UNED)</span></h5>,
                        <span class="name">Spain</span>
                </li>
        </ul>
</div>
<hr/>


<div id="languages">
        <h2><a href="#top">^</a> <a href="#languages">Languages</a></h2>

        <ul>
                <li class="bullet"><span class="name">Catalan</span>: Native</li>
                <li class="bullet"><span class="name">Spanish</span>: Native</li>
                <li class="bullet"><span class="name">English</span>: Full professional proficiency</li>
        </ul>
</div>
<hr/>


<div id="footer" class="footer">
	<h2><a href="#top">^</a></h2>

	<p>
	The latest version of this CV can be found at
	<span class="uri"><a href="http://www.alejandro-colomar.es/cv">&lt;http://www.alejandro-colomar.es/cv&gt;</a></span>
	<br/>
	Last modified: <time>2024-04</time>
	<br/>
	<span class="name">Alejandro Colomar</span>
	</p>
</div>
<hr/>


</body>
</html>