Skip to content
View gabefair's full-sized avatar

Sponsoring

@Conan-Kudo
@Ella-0
@marcan
@lethalbit

Block or report gabefair

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

Gabriel's github stats

About Me
const about = {
  name: "Gabriel Fair",
  location: "Charlotte/San Diego/D.C.",
  intro: "Living a muli-dimensional life",
};

const skills = {
  languages: [
    "TypeScript",
    "HTML/CSS/JavaScript",
    "Python",
  ],
  databases: ["MySQL", "MongoDB"],
  operatingSystems: {
    server: ["Ubuntu Server"],
    desktop: ["Windows", "Ubuntu", "macOS"],
  },
  tools: ["Docker", "Hyper-V", "VSCode"],
};

const hobbies = [
  "Biking",
  "Activism",
  "Research",
  "Homelab",
  "Photography",
  "Programming",
  "Baking",
];

export const gabeFair = {
  about: { ...about },
  skills: { ...skills },
  hobbies: { ...hobbies },
};

Pinned Loading

  1. Share-2-Archive-Today Share-2-Archive-Today Public

    Simple Android app to add an icon to your share menu to publically archive a url on Archive.today and Archive.Is

    Kotlin 5

  2. Family-Security-Review Family-Security-Review Public

    Every six months I walk my family, roomates, and friends through a security and privacy review. Here is what is on my checklist

    36 7

  3. News-and-Culture-Websites News-and-Culture-Websites Public

    News and Culture Websites that I am archiving

    Python 3

  4. Archive-Webpage Archive-Webpage Public

    Publicly archive any website

    JavaScript