aboutsummaryrefslogblamecommitdiff
path: root/cv.html
blob: 95169b750277d70a2cfb017d471ee680081f0a2b (plain) (tree)
1
2
3
4
5
6
7
8
9
10


               
                              
               

                                
                                       

             


                                      

             

                                      



                            
                             






                             



                                                                                     

                 


                                     












                                                                                                                                
                                                                        



                                                             
                                                                                             


                                                                      
                                                                                     




                                                        

                                                                                       
                         


                                        
                                                                                                                                   
                         
 

                                   
                                                                                                                     

                         


                                                        
                                                                                                
                         












                                                                                                                   
                         

                                                
                                                                                                                                


                                                                                                           
                         
                      


                  
       
<!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: 800px;
            }
        </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>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>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: Engish</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, Windows</li>
                        <li><b>Server and hypervisor software:</b> Proxmox VE, nginx, (all manner, see ARFNET)</li>
                        <li><b>Networking:</b> DELL, Mikrotik, Cisco, OPNSense, iptables</li>
                    </ul>
                    <h2>Aditional knowledge</h2>
                    <ul>
                        <li><b>Electronics:</b> Digital and analog, radio, PCB design, MCUs, antenna building, high voltage</li>
                        <li><b>Old computers:</b> 386 onwards, Sun SPARC; MS-DOS, old Windows, Solaris</li>
                        <li><b>Multimedia:</b> Video recording, editing and streaming</li>
                        <li>Music theory and interpreting</li>
                    </ul>
                </div>
            </div>
        </main>
    </body>
</html>