Git Product home page Git Product logo

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

Bamboooz's Projects

bamboo-theme icon bamboo-theme

Bamboo theme is my simple, more pastely version of GitHub dark theme for vscode.

cubane icon cubane

A solid solution for note taking, time planning and thought visualisation 🔥

gavilya icon gavilya

Gavilya is a simple game launcher written in C# .NET 6.

github-repo-stats icon github-repo-stats

github-repo-stats is a simple website that allows you to view stats of your desired repository. :octocat:

octokit.ts icon octokit.ts

A typescript client for GitHub requests :octocat:

os.py icon os.py

os.py - Python library to read and manipulate machine information 💻

store-design icon store-design

Practising my frontend skills by making a store website 🌐

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.