Skip to content

Instantly share code, notes, and snippets.

View KaraAJC's full-sized avatar
🦄
werk

Kara A Carrell KaraAJC

🦄
werk
View GitHub Profile
@KaraAJC
KaraAJC / terminal.md
Last active May 21, 2018 20:29
Terminal Niceties

Terminal Niceties

Here are a few things I love carrying with me when I get my terminal setup:

Terminal Prompt

bash_profile aliases

whatamasi

Say

@KaraAJC
KaraAJC / Questions.md
Created December 7, 2017 16:01
Project Prep Questions

Project Prep Questions

GOALS

Product Goals:

  • What is the pain point the team is trying to solve?
  • How big is the problem? How big is the market?

Team Goals:

  • What does the team (each person & overall) want to learn during the project?
  • What does the team want to demonstrate at the end?
  • How does the team want to learn to work?
@KaraAJC
KaraAJC / components.md
Last active November 16, 2017 21:49
React Rules

Components

Components are an integral part of react. Every part or a react app, from an individual list item, to the app itself is setup as a component. there are a few ways to think about the structure of a component, and your major choices are: Class Component, or Function Component. React Docs on Components and Props

Class Components use:

Render()

the render function is made to determine what should be rendered to the dom, when the component is used. you should use a return block to set what will be returned from running render. This function is a requirement of a Component.

@KaraAJC
KaraAJC / README.md
Created October 16, 2017 18:07 — forked from dragonai/README.md
GitHub Organization Open Pull Requests

##Preview

Description

Simple Dashing widget that displays all currently open pull requests across a GitHub organization.

##Usage

@KaraAJC
KaraAJC / learning-js.html
Created October 13, 2017 20:36
JS 101 beginning tutorial
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MyFirstWebpage</title>
</head>
<body>
<!-- Example of Javascript element manipulation -->
<h1 id="heading-1"></h1>
@KaraAJC
KaraAJC / installfest.md
Last active February 19, 2018 21:25 — forked from JYoung217/installfest.md
Install Fest!

Installfest

So, you got yourself a new laptop, eh? Good for you! lets have an installfest party!

What we'll cover

  1. xcode!
  2. System Updates
  3. Dotfiles
  4. subl
  5. Understanding the Unix Environment
@KaraAJC
KaraAJC / hoist.js
Last active August 7, 2017 21:59
Hoist
// examples will go here!
// Examples to explore: declaration vs execution
// memory management and call stack
// scope & context
@KaraAJC
KaraAJC / index.html
Created July 6, 2017 13:13
My 10 Favorite HTML Elements
<!-- progress -->
<progress></progress>
<!-- code -->
<code> </code>
<!-- -->

Keybase proof

I hereby claim:

  • I am KaraAJC on github.
  • I am karaajc (https://keybase.io/karaajc) on keybase.
  • I have a public key whose fingerprint is AEDF 15FE 2338 9793 9EEB F590 A019 38E4 A459 DA14

To claim this, I am signing this object: