8000 MrDonkey08 (Alan) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View MrDonkey08's full-sized avatar

Block or report MrDonkey08

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MrDonkey08/README.md

Hi there! Welcome to my profile!

Computer Engineering Student at CUCEI, UDG

#[derive(Debug)]
struct ComputerEngineer<'a> {
    name: &'a str,
    age: u8,
    occupation: &'a str,
    preferred_langs: Vec<&'a str>,
    hobbies: Vec<&'a str>,
}

fn main() {
    let mr_donkey_08 = ComputerEngineer {
        name: "Alan Yahir Juárez Rubio",
        age: 22,
        occupation: "Student",
        preferred_langs: vec!["Rust", "C", "C++", "Python", "Bash"],
        hobbies: vec![
            "Reading Books",
            "Playing Videogames",
            "Programming",
            "Building Computers",
            "Fixing and Mantaining Computers",
        ],
    };

    println!("{:#?}", mr_donkey08);
}

About Me

Hi, I'm Alan, a student at the Centro Universitario de Ciencas Exactas e Ingenierías (CUCEI, UDG), currently in my 7th semester.

I'm a person passionated about computer science, cibersecurity, networking and linux.

My current expertise field is linux administration and software development. I'm looking for become an expert in fields like cibersecurity, server administration, system's software development and backend development.

My Favorite Programming Language

My favorite programming language is Rust because it is focused to be modern, secure and extremely efficient. Rust also combines low-level features with high-level features making it efficient not only in memory/time consumption if not also in development speed.

Rust Language

I'm not gonna lie, Rust is a robust programming language because it brings many features of many languages such as C/C++, Python, JavaScript, Haskell and more but that not only make it complex, if not also powerful.

GitHub Analytics

MrDonkey08 GitHub Stats

MrDonkey08

MrDonkey08

MrDonkey08

Pinned Loading

  1. job-extintion job-extintion Public

    Juego web multijugador online de batallas

    JavaScript

  2. huffman huffman Public

    Forked from FernandooRR/huffman

    Algoritmo de compresión de archivos Huffman

    Python 3

  3. Forajido24/ProyectoFinal Forajido24/ProyectoFinal Public

    Proyecto VRP(Problema de enrutamiento del vehículo)

    TeX

  4. chat_tender chat_tender Public

    Proyecto de IA de diseñar un chatbot

    Python

  5. escuela escuela Public

    Portafolio: Ingeniería en Computación

  6. Link- 3555 Project Link-Project Public

    Sitio web para buscar equipo para el proyecto modular

    PHP

0