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 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
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. datu datu Public

    A customizable, expandable Terminal User Interface (TUI) built with Rust for interacting with local language models via llama.cpp served thru local http.

    Rust

  4. c-graph-transformer c-graph-transformer Public

    learning process

    C