Skip to content
View micah-patrick's full-sized avatar
Block or Report

Block or report micah-patrick

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

Hi! I'm Micah

const micahPatrick = {
  pronouns: ["He", "Him"],
  fullName: "Micah Patrick Brown",
  currentHome: MT.bozeman,
  age: undefined, // NaN you need to know
  techSkills: {
    fullstack: ["MERN", "PERN"],
    backend: ["Node.js", "RESTful APIs" "Express", "MongoDB", "PostgreSQL", "Knex", "JWT", "Cors"],
    frontend: ["JavaScript ES6", "React", "HTML5", "CSS3", "SCSS"],
    misc: ["NPM", "Git", "GitHub", "VS Code", "Bootstrap"]
  },
  favorite: {
    color: "#68A74E", // lime green
    food: "tacos",
    snack: "popcorn"
  },
  lookingForWork: true,
  willingToRelocate: true
}

Pinned Loading

  1. restaurant-reservation restaurant-reservation Public

    Forked from Thinkful-Ed/starter-restaurant-reservation

    Periodic Tables is a restaurant reservation system for fine dining restaurants. Users of the application are restaurant employees who wish to take reservations when a customer calls and to seat the…

    JavaScript

  2. flashcards flashcards Public

    Thinkful student project built using React and Bootstrap. Users can create decks and cards, then study them as flashcards. Both decks and cards can be edited or deleted. Additional cards can be add…

    JavaScript 1

  3. pomodoro pomodoro Public

    Thinkful student project built using React and Bootstrap. The Pomodoro Technique is a time management method. A timer divides time into focus and break sessions. A user focuses (for 25 minutes by d…

    JavaScript 1

  4. decoder-ring decoder-ring Public

    Thinkful student project. Users can encode and decode messages using three different ciphers: Caesar Shift, Polybius Square, and Substitution Cipher

    JavaScript

  5. local-library local-library Public

    Thinkful student project. Online Library that can be used to track books.

    JavaScript