Skip to content
View PlinioDeVos's full-sized avatar
πŸ’™
πŸ’™
  • Ministry of the Interior and Kingdom Relations
  • Netherlands

Highlights

  • Pro

Block or report PlinioDeVos

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
PlinioDeVos/README.md

Top banner

Typing SVG



πŸ‘‹πŸ» Hi there!

πŸŽ“ I'm a student at University of Applied Sciences Leiden, passionate about software engineering.
πŸ’Ό Currently an intern at the Ministry of the Interior and Kingdom Relations in the Netherlands.

πŸ’¬ Want to contact me? Feel free to reach me here!


struct Developer {
    language: &'static str,
    status: &'static str,
}

fn main() {
    let me = Developer {
        language: "Rust",
        status: "Learning and exploring the Rust programming language",
    };

    println!("πŸ¦€ {} aficionado", me.language);
    println!("Status: {}", me.status);
}
$ cargo run
πŸ¦€ Rust aficionado
Status: Learning and exploring the Rust programming language

Tech Stack πŸ’»

Stats ⚑

GitHub Streak

Bottom banner

Popular repositories Loading

  1. IKPMD-APP IKPMD-APP Public

    Traffic Light Evaluation App for IKPMD, coursework for University of Applied Sciences Leiden

    Java

  2. IPRWC-BACKEND IPRWC-BACKEND Public

    Webshop API for IPRWC, coursework for University of Applied Sciences Leiden

    Java

  3. PlinioDeVos PlinioDeVos Public

    GitHub Profile repository