Skip to content
View hdmGOAT's full-sized avatar

Highlights

  • Pro

Block or report hdmGOAT

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
hdmGOAT/README.md
const aboutMe = {
  hdmGOAT: {
    education: "3rd year major in Computer Science, ",
    working_on: [""] ,
    currently_learning: ["Rust", 'C'],
    interests: ["Low Level", "Machine Learning"],
  },
  techStack: {
    progLanguages: ["Python",
                    "Typescript",
                    "Javascript",
                    "Go",
                    "Rust",
                    "C++",
                    "HTML",
                    "CSS"],
    technologies: {
      frontEnd: {
        js: ["React"],
        css: ["Tailwind"],
      },
      backEnd: {
        go: [], 
        python: ["Django", "FastAPI", "Flask"],
        JS: ["Node", "Express"]
      },
      databases: ["Supabase", "MariaDB", "MySQL"]
    },
  },
};

Pinned Loading

  1. TFTFGraph TFTFGraph Public

    graph structure for modeling flexible urban jeepney systems

    C++ 1

  2. trustformer trustformer Public

    transformer built from scratch in rust (for learning purposes)

    Rust

  3. lboard lboard Public

    simple lan syncable clipboard

    C

  4. stream-tokenizers stream-tokenizers Public

    hf tokenizers fork for streaming inputs

    Rust

  5. agui agui Public

    Lightweight agent-controllable UI wrappers

    TypeScript