Skip to content
View gabefair's full-sized avatar

Sponsoring

@utmapp
@Conan-Kudo
@Ella-0
@povik
@marcan
Block or Report

Block or report gabefair

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