Skip to content

Instantly share code, notes, and snippets.

View Piglacquer's full-sized avatar

Patrick Biffle Piglacquer

View GitHub Profile
@Piglacquer
Piglacquer / Vue-Built_In_Methods.md
Last active January 30, 2019 16:00
Examples of built in vue methods (basic)

BUILT IN VUE METHODS AND EXAMPLES


Event listener:

  • v-on:EVENT='function'

    <template>
     <h1 v-on:click='clickHandler'>CLICK ME</h1>
@Piglacquer
Piglacquer / VueComponent.vue
Last active January 30, 2019 16:00
Basic layout of a Vue component with built out export default statement
<template>
// Your html elements go in here
<Component v-bind:data='dataFromFetch' />
// Using registered component and giving it data to do stuff with ^
<template>
<script>
import Component from './components/Component'
import './styles/ComponentCSS'
@Piglacquer
Piglacquer / BE_repository_guidelines.md
Last active December 12, 2018 17:27
Guidelines for what a back-end repository should include at gschool

Requirements for Back-end


Repository

  • No outer containing folder

  • Contains a .gitignore

  • Does not contain node_modules or a DS_STORE file

@Piglacquer
Piglacquer / rubric.md
Last active December 3, 2018 17:38
rubric for g102db and frontend

Back end

  • [] Consistent code formatting
  • [] Queries
    • [] list
    • [] read one
    • [] insert
    • [] delete
    • []update
  • [] Routes
  • [] get all
@Piglacquer
Piglacquer / g95-b3-sched
Last active September 4, 2018 19:53
what we do for 95?
# Block 3 Schedule for g95
## WK 1 // 9/3 - 9/7
- ### 9/3
- Build dino 1 w/ vanilla js
- ### 9/4
- Warmup
- Lesson
- Intro to Node
- Afternoon
"" makes google match your search exactly
-word will return results that don't have the specified word in them
#word will return results with hashtags
10..20 will return results with numbers within that range (10-20)
site:shorturl.com will search one site specifically
search within a time frame if you're looking for dated results tools>anytime
google don't care 'bout no bad gramma