Skip to content
View Jaysmucci's full-sized avatar
🌏
Bringing Ideas to Life
🌏
Bringing Ideas to Life
  • Nigeria
  • 16:43 (UTC +01:00)

Block or report Jaysmucci

Report abuse

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

Report abuse
Jaysmucci/README.md

Jude Okechukwu (Jays Mucci) - Seasoned Programmer and Reseacher with experience in Building Robust Software

struct Programmer {
    name: &'static str,
    experience: &'static str,
    focus: Vec<&'static str>,
    location: &'static str,
}

const ME: Programmer = Programmer {
    name: "Jude Okechukwu (Jays Mucci)",
    experience: "6+ years",
    focus: vec![
        "Software Development",
        "Mobile Apps",
        "Backend Systems",
        "Cloud Infrastructure",
    ],
    location: "Nigeria",
};

Pinned Loading

  1. VRMS VRMS Public

    VRMS (Vehicle Registration Management System) is a software written in PHP used to Manage Vehicle the Owners and the Drivers

    PHP

  2. RodentDB RodentDB Public

    RodentDB - A php wrapper for database CRUD Operation, using singleton pattern

    PHP