Skip to content
View Bamboooz's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Bamboooz

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

banner


type User = {
    username: string;
    knowledge: { backend: string[], frontend: string[], devops: string[] };
    age: number;
    position: string;
    website: string;
    mail: string;
    discord: string;
    coffee: string;
};

const Bamboooz: User = {
    username: "Bamboooz",
    knowledge: {
        backend: ["TypeScript", "Python", "JavaScript", "Rust", "C#"],
        frontend: ["React", "TailwindCSS"],
        devops: ["Linux", "GitHub Actions", "Jira"],
    },
    age: 15,
    position: "Highschool student",
    website: "https://bamboooz.github.io/",
    mail: "bambusixmc@gmail.com",
    discord: "@bamboooz",
    coffee: "https://ko-fi.com/Bamboooz",
};

GitHub stats Top Langs

Pinned

  1. magnetar magnetar Public

    An advanced Windows toolbox

    TypeScript 1

  2. DevBox DevBox Public

    A simple way to have all your programming things in one place ⚡

    TypeScript 1

  3. bamboooz.github.io bamboooz.github.io Public

    My personal website ☕

    TypeScript 1