Skip to content
View gabefair's full-sized avatar

Sponsoring

@utmapp
@thestinger
Block or Report

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

  1. 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

  2. reddit_mongodb_reconstructor reddit_mongodb_reconstructor Public

    Takes Reddit comments and Reddit submissions from files.pushshift.io and creates a nested collection out of it.

    Jupyter Notebook 4

  3. ShoutingIntoTheVoid ShoutingIntoTheVoid Public

    Code for Scraper that was used for Shouting Into The Void, Gab.ai Dataset

    Python 3 1