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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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

use std::collections::HashMap;

#[allow(dead_code)]
#[derive(Debug)]
struct ComputerEngineer<'a> {
    name: &'a str,
    age: u8,
    occupation: &'a str,
    languages: HashMap<&'a str, &'a str>,
    preferred_programming_langs: Vec<&'a str>,
    hobbies: Vec<&'a str>,
    interests: Vec<&'a str>,
}

fn main() {
    let mr_donkey_08 = ComputerEngineer {
        name: "Alan Yahir Juárez Rubio",
        age: 23,
        occupation: "Student",
        languages: HashMap::from([("Spanish", "Native"), ("English", "B1")]),
        preferred_programming_langs: vec!["Rust", "C", "C++", "Python", "Bash"],
        hobbies: vec![
            "Learning",
            "Reading Books",
            "Playing Videogames",
            "Programming",
            "Building Computers",
            "Computer Troubleshooting and Maintenance",
        ],
        interests: vec![
            "Cybersecurity",
            "Networking",
            "Linux",
            "IT",
            "Operative Systems",
            "Systems Development",
            "Software Development",
        ],
    };

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

Main Technologies

Arch Logo Neovim Logo Rust Logo C Logo Cpp Logo Bash Logo Python Logo PostgreSQL Logo Git Logo GitHub Logo Markdown Logo LaTex Logo Regex Logo

Reach Me

About Me

Hi, I'm Alan, a Computer Engineering student at the Centro Universitario de Ciencias Exactas e Ingenierías (CUCEI, UDG), currently in my eighth semester of nine.

Currently, my main interests are cybersecurity, and systems development. I hope to soon become an expert in these fields.

I have high proficiency in fields such as cybersecurity, networking, Linux, IT, and software development.

In the future, I plan to share my knowledge, not only through my blog, but also through other media. I would like to become a teacher, create courses, make YouTube videos, and more.

Certifications

Pinned Loading

  1. Quantum-Core_Sistema-Distribuido Quantum-Core_Sistema-Distribuido Public

    Desarrollo de un sistema distribuido para generar una imagen PNG del conjunto de Mandelbrot

    Rust

  2. Wiki-de-Linux Wiki-de-Linux Public

    Wiki de Linux con temas básicos y avanzados para el dominio de la terminal y el shell scripting con bash

    1

  3. minigrep minigrep Public

    Rust implementation for grep tool from "The Rust Programming Language" book

    Rust

  4. huffman huffman Public

    Forked from FernandooRR/huffman

    Algoritmo de compresión de archivos Huffman

    Python 6

  5. Forajido24/ProyectoFinal Forajido24/ProyectoFinal Public

    Proyecto VRP(Problema de enrutamiento del vehículo)

    TeX

  6. Link-Project Link-Project Public

    Sitio web para buscar equipo para el proyecto modular

    PHP