Skip to content
View Raiku-bit's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Raiku-bit

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

Console.Log("Welcome, Welcome n.n!");

interface Developer {
  username: string;
  role: string;
  skills: string[];
  status: string;
  isOpenToWork: boolean;
}

const Raiku: Developer = {
  username: "Raiku-bitbit",
  role: "Software Developer",
  status: "Developing things",
  isOpenToWork: true,
  skills: [
    "JavaScript", "TypeScript", "C", 
    "React", "Git", "SQL", "Python"
  ]
};

Pinned Loading

  1. Raiku-bit Raiku-bit Public

    Readme Personal

  2. portafolio_personal portafolio_personal Public

    Portafolio Personal

    TypeScript

  3. test_scan_port test_scan_port Public

    script test on port and packet mapping

    Python