aboutsummaryrefslogtreecommitdiff
path: root/cv.html
blob: d43360a12bfbeeb16ba56f54013e451ecfae9109 (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
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <style>
            .title {
                font-size: 36px;
                vertical-align: middle;
            }

            .homelink {
                color: black;
                text-decoration: none;
            }

            header *{
                display: inline-block;
            }

            .columnl {
                float: left;
                width: 1000px;
            }
        </style>
        <title>ARFNET</title>
    </head>

    <body>
        <header>
            <a class="homelink" href="/">
                <img class="title" src="http://arf20.com/arfnet_logo.png" width="64">
                <span class="title"><strong>ARFNET</strong></span>
            </a>
        </header>
        <hr>
        <main>
            <div class="row">
                <div class="columnl">
                    <h2>Ángel Ruiz Fernandez</h2>
                    <p>CS student and tinkerer obsessed about linux and programming</p>
                    
                    <a href="mailto:arf20@arf20.com">arf20@arf20.com</a> (ARFNET) <a href="/arf20_public.asc">Public Key</a><br>
                    <a href="mailto:aruizfernandez05@gmail.com">aruizfernandez05@gmail.com</a> (personal)<br>
                    <a href="https://github.com/arf20">Github</a>
                    
                    <hr>
                    <h2>Working Experience</h2>
                    <blockquote>
                        <h3><a href="https://um.es">Universidad de Murcia</a></h3>
                        <blockquote>
                        	<b>2024-now:</b> Internal Student at [UMU FIUM] DIIC Gaialab (GÉANT GP4L P4Lab)
                        </blockquote>
                        <h3><a href="https://www.murcialanparty.com/">Murcia LAN Party</a></h3>
                        <blockquote>
                            <b>2023, 2024:</b> Volunteer, network and streaming
                        </blockquote>
                    </blockquote>

                    <h2>Education</h2>
                    <blockquote>
                        <h3><a href="https://um.es">Universidad de Murcia</a></h3>
                        <blockquote>
                            <p><a href="https://www.um.es/web/informatica/">
                                <b>2023-now: </b>Computer Science degree
                            </a></p>
                        </blockquote>
                        <h3>IES Ramon Arcas Meca (Lorca)</h3>
                        <blockquote>
                            <p><b>2021-2023: </b>Baccalaureate degree (scientific branch)</p>
                        </blockquote>
                        <h3>Conservatorio de Musica Narciso Yepes</h3>
                        <blockquote>
                            <p><b>2017-2023: </b>Middle degree of Music in guitar</p>
                        </blockquote>
                    </blockquote>

                    <h2>Certifications and licenses</h2>
                    <ul>
                        <li><b>Jan 2024: </b>Hurricane Electric IPv6 Certification</li>
                        <li><b>2022: </b>CEPT Radioamateur Licence (EA5JGX)</li>
                    </ul>

                    <h2>Memberships</h2>
                    <ul>
                        <li><b>2022</b>: Full rights member of <a href="https://makersofmurcia.org/">Makers of Murcia</a></li>
                        <li><b>2021</b>: Honourable ARPA member of <a href="https://sdf.org">SDF Public Access UNIX System</a></li>
                    </ul>

                    <h2>Awards</h2>
                    <ul>
                        <li><b>May 2024: </b>Galileo Mastermind by ESA challenge at HackUPC 2024 for GalileoHack</li>
                    </ul>

                    <h2>Languages</h2>
                    <ul>
                        <li><b>Spanish</b> (native)</li>
                        <li><b>2022: English</b> (oficially OIE B2, practically pretty good)</li>
                    </ul>

                    <h2>Computer knowledge</h2>
                    <ul>
                        <li><b>General purpose languages: </b>C, C++, Java</li>
                        <li><b>Math languages:</b> Matlab, R</li>
                        <li><b>Assembly languages:</b> Intel x86 and x86_64, MIPS, Z80</li>
                        <li><b>Web languages:</b> HTML, CSS, JavaScript, PHP</li>
                        <li><b>Typesetting languages:</b> LaTeX, Markdown, groff</li>
                        <li><b>Build systems:</b> CMake, Make</li>
                        <li><b>Version control systems:</b> Git</li>
                        <li><b>Operating Systems:</b> GNU/Linux, *BSD, Solaris, IRIX, AIX, plan9, MS-DOS, Windows</li>
			<li><b>OS building:</b> Kernel development, embedding Busybox/Linux</li>
                        <li><b>Server and hypervisor software:</b> Proxmox VE, nginx, (all manner, see ARFNET)</li>
                        <li><b>Networking:</b> Cisco, Mikrotik, pf/OPNSense, DELL, SONiC, P4lang</li>
                    </ul>
                    <h2>Aditional knowledge</h2>
                    <ul>
                        <li><b>Electronics:</b> Digital and analog, radioelectronics, PCB design, MCUs, antenna design, high voltage</li>
                        <li><b>Old computers:</b> 386 onwards, Sun SPARC, SGI; MS-DOS, old Windows, Solaris, IRIX, BSD</li>
                        <li><b>Multimedia:</b> Video recording, editing and streaming</li>
                        <li>Music theory and interpretation</li>
                    </ul>
		</div>
            </div>
        </main>
    </body>
</html>