Skip to content
View nnamdiogbu's full-sized avatar

Block or report nnamdiogbu

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

Hello I'm Nnamdi!

struct Developer<'a> {
    name: &'a str,
    interests: Vec<&'a str>,
    tech: Vec<&'a str>,
}

fn main() {
    let me = Developer {
        name: "Nnamdi Ogbu",
        interests: vec!["Coding", "Movies", "Sports"],
        tech: vec![
            "AWS",
            "Nodejs",
            "Rust",
            "Typescript",
            "React",
            "C#",
            "GO",
            "DOTNETCORE",
            "GraphQl",
            "GIT",
            "Bash",
        ],
    };
}

Pinned Loading

  1. DevSocial DevSocial Public

    JavaScript

  2. eloquent-ql eloquent-ql Public

    TypeScript

  3. ferris_grep ferris_grep Public

    Rust

  4. FileOrganizer FileOrganizer Public

    A simple file organiser to send files going into the downloads directory to their appropriate directories

    JavaScript

  5. Urbn-IO/urbn-node-server Urbn-IO/urbn-node-server Public

    TypeScript

  6. bess-rs bess-rs Public

    Forked from eshikafe/bess-rs

    BESS (Berkeley Extensible Software Switch) implementation in Rust

    C++