-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·708 lines (685 loc) · 34.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
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
<!DOCTYPE html>
<html data-animation="11"
data-random-animation="true"
lang="en">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-60597198-1"></script>
<script> window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-60597198-1'); </script>
<meta charset="utf-8">
<meta content="IE=edge"
http-equiv="X-UA-Compatible"/>
<meta content="width=device-width, initial-scale=1"
name="viewport"/>
<meta content="vcard, resume, personal, portfolio, cv, card, responsive, nuno facha"
name="keywords"/>
<meta content="Nuno Facha - Software Engineer from Azores, Portugal"
name="description"/>
<title>
Nuno Facha - Software Engineer / DevOps</title>
<link href="css/plugins.css"
rel="stylesheet">
<link href="css/style-dark.css"
rel="stylesheet">
<link href="css/blue-color.css"
rel="stylesheet">
<script src="js/modernizr.js"></script>
<link href="img/favicon.ico"
rel="shortcut icon"
type="image/x-icon">
</head>
<!-- Google tag (gtag.js) -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=G-GK46LVJ284"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-GK46LVJ284');
</script>
<script async
crossorigin="anonymous"
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5069758449187507"></script>
<body>
<div class="preloader">
<div class="loader">
<h4> Nuno Facha</h4>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<div id="page">
<header>
<div class="header-content">
<div class="header-mobile">
<a class="header-toggle"><i
class="fas fa-bars"></i></a>
<h2> Nuno Facha</h2>
</div>
<div class="header-main"
data-simplebar>
<div class="image-container">
<h2 class="header-name"> Nuno Facha</h2>
<img alt="profile-pic"
src="img/profile-img.jpg">
</div>
<nav class="nav-menu">
<ul>
<li>
<a class="pt-link active"
href="#home"><span
class="nav-menu-icon"><i
class="lnr lnr-home"></i></span>Home
</a>
</li>
<li>
<a class="pt-link"
href="#about"><span
class="nav-menu-icon"><i
class="lnr lnr-user"></i></span>About Me</a>
</li>
<li>
<a class="pt-link"
href="#resume"><span
class="nav-menu-icon"><i
class="lnr lnr-license"></i></span>Resume</a>
</li>
<li>
<a class="pt-link"
href="#events"><span
class="nav-menu-icon"><i
class="lnr lnr-star"></i></span>Events</a>
</li>
<li>
<a class="pt-link"
href="#stats"><span
class="nav-menu-icon"><i
class="lnr lnr-clock"></i></span>Stats</a>
</li>
<li>
<a class="pt-link"
href="keys"><span
class="nav-menu-icon"><i
class="lnr lnr-lock"></i></span>Keys</a>
</li>
<li>
<a class="pt-link"
href="https://docs.api.facha.dev"
target="_blank"><span
class="nav-menu-icon"><span
class="lnr lnr-link"></span></i></span>API</a>
</li>
<li>
<a class="pt-link"
href="https://sdr.facha.dev"
target="_blank"><span
class="nav-menu-icon"><span
class="lnr lnr-mic"></span></i></span>SDR</a>
</li>
<li>
<a class="pt-link"
href="https://radarplane.com"
target="_blank"><span
class="nav-menu-icon"><span
class="lnr lnr-location"></span></i></span>RadarPlane.com</a>
</li>
<li>
<a class="pt-link"
href="https://boat.facha.dev"
target="_blank"><span
class="nav-menu-icon"><span
class="lnr lnr-drop"></span></i></span>Boat Tracking</a>
</li>
<li>
<a class="pt-link"
href="https://blog.facha.dev"
target="_blank"><span
class="nav-menu-icon"><i
class="lnr lnr-book"></i></span>Blog</a>
</li>
<li>
<a class="pt-link"
href="https://freemcserver.net"
target="_blank"><span
class="nav-menu-icon"><i
class="lnr lnr-coffee-cup"></i></span>FreeMcServer</a>
</li>
</ul>
</nav>
<div class="nav-footer">
<ul class="social">
<li>
<a href="https://www.facebook.com/nuno.facha"
target="_blank"><i
class="fab fa-facebook-square"></i></a>
</li>
<a rel="me" target="_blank" href="https://infosec.exchange/@facha"><i class="fa-brands fa-mastodon"></i></a>
<li>
<a _blank
href="https://www.linkedin.com/in/nunofacha/ target="""><i
class="fab fa-linkedin"></i></a>
</li>
<li>
<a href="https://github.com/nfacha"
target="_blank"><i
class="fab fa-github"></i></a>
</li>
</ul>
<div class="copy">
<p> 2022 © Nuno Facha.<br>All Right Reserved.
</p>
<a href="https://www.abuseipdb.com/user/129740" title="AbuseIPDB is an IP address blacklist for webmasters and sysadmins to report IP addresses engaging in abusive behavior on their networks">
<img src="https://www.abuseipdb.com/contributor/129740.svg" alt="AbuseIPDB Contributor Badge" style="width: 200px;">
</a>
</div>
</div>
</div>
</div>
</header>
<div class="site-main"
id="main">
<section
class="banner-section pt-page"
id="home"
style="background-image: url('img/background/home-bg-min.jpg')">
<div id="particles-js"></div>
<div class="banner-content">
<h1 class="mb-20"> Nuno
<span>Facha</span>
</h1>
<p class="cd-headline clip is-full-width">
<span>I am a </span>
<span class="cd-words-wrapper"> <b
class="is-visible">DevSecOps</b> <b>Software Engineer</b> </span>
</p>
</div>
</section>
<section
class="about-section pt-page"
id="about">
<div class="section-container">
<div class="page-heading">
<span class="icon"><i
class="lnr lnr-user"></i></span>
<h2> About Me.</h2>
</div>
<div class="row about mb-70">
<div class="col-lg-8">
<h3 class="mb-20"> What about me?</h3>
<p>I'm a Software Enginer/DevSecOps living in Portugal.</p>
<p>I have around 7 years of experience in Software Engineering using Agile methodologies due to
multiple medium to large-scale projects (the largest one being FreeMcServer.net) that I
started when I got into the field, and my work experience gathered during the years.</p>
<p>Most experienced with PHP, MySQL and Yii2, but also plays around with TypeScript, Python,
Kotlin and Java and with tools such as Docker, Git, and Gitlab CI</p>
</div>
<div class="col-lg-4">
<div class="about-info">
<h3 class="mb-20"> Personal Information</h3>
<ul>
<li>
<span class="title">Name</span><span
class="value">Nuno Facha</span>
</li>
<li>
<span class="title">Age</span><span
class="value">26 Years</span>
</li>
<li>
<span class="title">Residence</span><span
class="value">Azores, Portugal</span>
</li>
<li>
<span class="title">Email</span><span
class="value">nuno@facha.dev</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section
class="resume-section pt-page"
id="resume">
<div class="section-container">
<div class="page-heading">
<span class="icon"><i
class="lnr lnr-license"></i></span>
<h2> My Resume.</h2>
</div>
<div class="row mb-20">
<div class="col-lg-6">
<div class="subheading">
<h3> Experience</h3>
</div>
<ul class="experience">
<li>
<span class="line-left"></span>
<div class="content">
<h4>Security and Development Operations</h4>
<p>Tetrapi Creative Solutions</p>
<p>Developed PHP/Python-based software for multiple customers and internal use, employing Agile methodologies to ensure efficient and secure software solutions.</p>
<p>Managed infrastructure on GCP and Scaleway, deploying projects in containerized environments using Docker, and oversaw local network security enhancements, implementing Palo Alto firewalls across our buildings, offsite workers, and for Colegio do Castanheiro.</p>
<p>Certified in FIWARE for deploying IoT environment sensors, ensuring secure and compliant data transmission within a FIWARE-enabled system.</p>
<p>Deployed and maintained observability systems (Prometheus and Grafana), providing effective monitoring and management of our infrastructure.</p>
<p>Implemented a comprehensive company-wide Cyber-Security Incident Response Plan, introducing Wazuh SIEM and Shuffle SOAR to strengthen our security posture and incident response capabilities.</p>
<p>Led the implementation of OpenRoaming from both ANP and IDP perspectives, and contributed to the integration of Matrix for secure, encrypted communications within Kubernetes infrastructure on GKE.</p>
<p>Mentored new interns in software development best practices, containerization, VCS systems, and introduced them to key concepts and tools in cybersecurity.</p>
</div>
<span class="year">
<span class="to">Current</span>
<span class="from">2021</span>
</span>
</li>
<li>
<span class="line-left"></span>
<div class="content">
<h4>Software Engineer / DevOps</h4>
<h5>UrActive</h5>
<p class="info">Developed TypeScript (AngularJS), Java, and Python for the travel
booking market on the UrActive platform</p>
<p class="info">Managed infrastructure on Hetzner to deploy the UrActive paltform on
containerized environments (Docker)</p>
<p class="info">Deployed and maintained observability systems (Zabbix) for the
aforementioned infrastructure</p>
<p class="info">Guided new interns on best practices and technologies such as
containerization and VCS systems</p>
</div>
<span class="year">
<span class="to">2020</span>
<span class="from">2019</span>
</span>
</li>
<li>
<span class="line-left"></span>
<div class="content">
<h4>Founder / Software Engineer / DevOps</h4>
<h5>FreeMcServer.net</h5>
<p class="info">Personal Project</p>
<p class="info">Developed and maintained the whole FreeMcServer.net system, using
PHP, Python, Java, TypeScript, and Kotlin using Agile development practices</p>
<p class="info">Managed infrastructure on Hetzner, Scaleway, and OVH to deploy this
internal system, and user services in containerized environments (Docker)</p>
<p class="info">Deployed and maintained observability systems (Prometheus and
Grafana) the aforementioned infrastructure </p>
<p class="info">Managed the whole project from DevOps to project and team
management</p>
</div>
<span class="year">
<span class="to">Current</span>
<span class="from">2018</span>
</span>
</li>
<li>
<span class="line-left"></span>
<div class="content">
<h4>Software Developer (Internship)</h4>
<h5>Sparkyway</h5>
<p class="info">Developed for the Pickuz platform using PHP and Yii2</p>
<p class="info">Managed infrastructure on Hetzner to deploy this application on
containerized environments (Docker)</p>
<p class="info"></p>
</div>
<span class="year">
<span class="to">2019</span>
<span class="from">2017</span>
</span>
</li>
<li>
<span class="line-left"></span>
<div class="content">
<h4>Founder / Software Engineer / DevOps</h4>
<h5>FreeTeamSpeak.pw</h5>
<p class="info">Personal Project</p>
<p class="info">Free TeamSpeak Servers hosting provider</p>
<p class="info">The system was built using the PHP framework Yii2 relying on MySQL
as a database</p>
</div>
<span class="year">
<span class="to">2018</span>
<span class="from">2015</span>
</span>
</li>
</ul>
</div>
<div class="col-lg-6">
<div class="subheading">
<h3> Education</h3>
</div>
<ul class="education">
<li>
<span class="line-left"></span>
<div class="content">
<h4>Introdução à Segurança da Informação Classificada</h4>
<h5>
<a href="/certificates/certificado-nau-curso-6272c672e9f34f74801414642c440777.pdf"
target="_blank">Autoridade Nacional de Segurança</a>
</h5>
</div>
<span class="year">
<span class="to">August 2023</span>
<span class="from">August 2023</span>
</span>
</li>
<li>
<span class="line-left"></span>
<div class="content">
<h4>Cidadão Ciberseguro</h4>
<h5>
<a href="/certificates/certificado-nau-curso-6c08d132004e40049bdd69bcfad6a3e4.pdf"
target="_blank">Centro Nacional de Cibersegurança</a>
</h5>
</div>
<span class="year">
<span class="to">October 2022</span>
<span class="from">October 2022</span>
</span>
</li>
<li>
<span class="line-left"></span>
<div class="content">
<h4>Kubernetes for the Absolute Beginners - Hands-on</h4>
<h5>
<a href="/certificates/udemy_kubernetes.pdf"
target="_blank">KodeKloud Training (udemy)</a>
</h5>
</div>
<span class="year">
<span class="to">June 2022</span>
<span class="from">June 2022</span>
</span>
</li>
<li>
<span class="line-left"></span>
<div class="content">
<h4>Regime Jurídico da Segurança do Ciberespaço e Decreto-Lei n.o 65/2021</h4>
<h5>
<a href="/certificates/DL65_NunoFacha.pdf"
target="_blank">CNCS - Centro Nacional de Cibersegurança - Portugal</a>
</h5>
</div>
<span class="year">
<span class="to">April 2022</span>
<span class="from">April 2022</span>
</span>
</li>
<li>
<span class="line-left"></span>
<div class="content">
<h4>Curso Avançado em Cibersegurança, Ciberdefesa e Exercícios de Gestão de Crises
no Ciberespaço</h4>
<h5>
<a href="/certificates/ciiwa.jpg"
target="_blank">Competitive Intelligence and information Warfare
Association</a>
</h5>
</div>
<span class="year">
<span class="to">2021</span>
<span class="from">2021</span>
</span>
</li>
<li>
<span class="line-left"></span>
<div class="content">
<h4>FIWARE Expert Certification</h4>
<h5>
<a href="/certificates/FIWARE_Expert_Certificate_Nuno_Facha.pdf"
target="_blank">FIWARE</a>
</h5>
</div>
<span class="year">
<span class="to">2021</span>
<span class="from">2021</span>
</span>
</li>
<li>
<span class="line-left"></span>
<div class="content">
<h4>NGINX Fundamentals: High Performance Servers from Scratch</h4>
<h5>
<a href="/certificates/udemy_nginx.pdf"
target="_blank">Ray Viljoen (udemy)</a>
</h5>
</div>
<span class="year">
<span class="to">2020</span>
<span class="from">2020</span>
</span>
</li>
<li>
<span class="line-left"></span>
<div class="content">
<h4>Computer Systems Management and Programming Technician</h4>
<h5>Escola de Novas Tecnologias dos Açores</h5>
</div>
<span class="year">
<span class="to">2017</span>
<span class="from">2014</span>
</span>
</li>
<li>
<span class="line-left"></span>
<div class="content">
<h4>FCE Certificate</h4>
<h5>Cambridge English</h5>
</div>
<span class="year">
<span class="to">2014</span>
<span class="from">2014</span>
</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<section
class="about-section pt-page"
id="events">
<div class="section-container">
<div class="page-heading">
<span class="icon"><i
class="lnr lnr-user"></i></span>
<h2>Attended Events</h2>
</div>
<h3>OpenRoaming Live @ Azores [SPEAKER] (April 2023)</h3>
<br>
<div class="row portfolio-items">
<div class="item col-md-3">
<a class="image-link"
href="img/openroaming-live-2023/IMG-20230421-WA0006.jpg">
<figure>
<img alt=""
src="img/openroaming-live-2023/IMG-20230421-WA0006.jpg">
<figcaption>
<h4>OpenRoaming Live @ Azores</h4>
<p>Ponta Delgada, Açores, Portugal</p>
</figcaption>
</figure>
</a>
</div>
<div class="item col-md-3">
<a class="image-link"
href="img/openroaming-live-2023/DSC02606.jpg">
<figure>
<img alt=""
src="img/openroaming-live-2023/DSC02606.jpg">
<figcaption>
<h4>OpenRoaming Live @ Azores</h4>
<p>Ponta Delgada, Açores, Portugal</p>
</figcaption>
</figure>
</a>
</div>
</div>
<h3>FIWARE Camp Azores [SPEAKER] (Nov 2021)</h3>
<br>
<div class="row portfolio-items">
<div class="item col-md-3">
<a class="image-link"
href="img/fiware-camp-azores-2021/IMG_20211204_102334_235.jpg">
<figure>
<img alt=""
src="img/fiware-camp-azores-2021/IMG_20211204_102334_235.jpg">
<figcaption>
<h4>FIWARE Camp Azores 2021</h4>
<p>Lagoa, Açores, Portugal</p>
</figcaption>
</figure>
</a>
</div>
<div class="item col-md-3">
<a class="image-link"
href="img/fiware-camp-azores-2021/IMG_20211204_102334_292.jpg">
<figure>
<img alt=""
src="img/fiware-camp-azores-2021/IMG_20211204_102334_292.jpg">
<figcaption>
<h4>FIWARE Camp Azores 2021</h4>
<p>Lagoa, Açores, Portugal</p>
</figcaption>
</figure>
</a>
</div>
<div class="item col-md-3">
<a class="image-link"
href="img/fiware-camp-azores-2021/IMG_20211204_102334_330.jpg">
<figure>
<img alt=""
src="img/fiware-camp-azores-2021/IMG_20211204_102334_330.jpg">
<figcaption>
<h4>FIWARE Camp Azores 2021</h4>
<p>Lagoa, Açores, Portugal</p>
</figcaption>
</figure>
</a>
</div>
</div>
<h3> WebSummit 2019 (Nov 2019)</h3>
<br>
<div class="row portfolio-items">
<div class="item col-md-3">
<a class="image-link"
href="img/websummit-2019/IMG_20191106_162024.jpg">
<figure>
<img alt=""
src="img/websummit-2019/IMG_20191106_162024-min.jpg">
<figcaption>
<h4>WebSummit 2019</h4>
<p>Lisbon, Portugal</p>
</figcaption>
</figure>
</a>
</div>
<div class="item col-md-3">
<a class="image-link"
href="img/websummit-2019/IMG_20191107_111841.jpg">
<figure>
<img alt=""
src="img/websummit-2019/IMG_20191107_111841-min.jpg">
<figcaption>
<h4>WebSummit2019</h4>
<p>Lisbon,Portugal</p>
</figcaption>
</figure>
</a>
</div>
<div class="item col-md-3">
<a class="image-link"
href="img/websummit-2019/IMG_20191107_163005.jpg">
<figure>
<img alt=""
src="img/websummit-2019/IMG_20191107_163005-min.jpg">
<figcaption>
<h4>WebSummit2019</h4>
<p>Lisbon,Portugal</p>
</figcaption>
</figure>
</a>
</div>
<div class="item col-md-3">
<a class="image-link"
href="img/websummit-2019/IMG_20191107_170708.jpg">
<figure>
<img alt=""
src="img/websummit-2019/IMG_20191107_170708-min.jpg">
<figcaption>
<h4>WebSummit2019</h4>
<p>Lisbon,Portugal</p>
</figcaption>
</figure>
</a>
</div>
</div>
</div>
</section>
<section
class="about-section pt-page"
id="stats">
<div class="section-container">
<div class="page-heading">
<span class="icon"><i
class="lnr lnr-code"></i></span>
<h2>Coding Stats</h2>
</div>
<div class="row">
<div class="col-md-6">
<figure>
<embed src="https://wakatime.com/share/@facha/2240dbbe-99f6-4e7b-b0dd-57a6b6093465.svg"></embed>
</figure>
</div>
<div class="col-md-6">
<figure>
<embed src="https://wakatime.com/share/@facha/eb4366eb-b62a-45b1-8041-cf02f50d8583.svg"></embed>
</figure>
</div>
</div>
<div class="row">
<div class="col-md-6">
<figure>
<embed src="https://wakatime.com/share/@facha/e42a5b2d-d1cd-4825-ae48-ca208c32e691.svg"></embed>
</figure>
</div>
<div class="col-md-6">
<figure>
<embed src="https://wakatime.com/share/@facha/4c6a357e-eaf0-451e-90c0-4e7b01e0b83d.svg"></embed>
</figure>
</div>
</div>
</div>
</section>
</div>
</div>
<div class="ajax-portfolio-popup"
data-simplebar>
<span class="ajax-loader"></span>
<div class="navigation-wrap">
<span class="popup-close"><i
class="fas fa-times-circle"></i></span>
</div>
<div class="content-wrap">
<div class="popup-content"></div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/plugins.min.js"></script>
<script src="https://maps.google.com/maps/api/js?sensor=false"></script>
<script src="js/main.js"></script>
<script> //Particles particlesJS.load('particles-js', 'js/particles2.json', function () { console.log('callback - particles.js config loaded'); }); </script>
</body>
</html>