Skip to content

Bamboooz/Bamboooz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 

Repository files navigation

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: "[email protected]",
    discord: "@bamboooz",
    coffee: "https://ko-fi.com/Bamboooz",
};

GitHub stats Top Langs

Packages

No packages published