Skip to content

Instantly share code, notes, and snippets.

View beijaflor's full-sized avatar

sho otani beijaflor

View GitHub Profile
@beijaflor
beijaflor / triangle.svg
Created January 20, 2016 02:25
▼.svg and its data URI
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
%clearfix {
&::after {
content: "";
display: block;
height: 0;
clear: both;
}
}
import test from 'tape';
// For each unit test you write,
// answer these questions:
test('What component aspect are you testing?', assert => {
const actual = 'What is the actual output?';
const expected = 'What is the expected output?';
assert.equal(actual, expected,
'What should the feature do?');
@beijaflor
beijaflor / smxwest2015.md
Last active August 29, 2015 14:16
SMX West 3/2-5, 2015 Description

Tearsday


[SEO Track] The Growth Of Direct Answers: How Should SEOs React? (#smx #11A)

about

# EditorConfig is awesome: http://EditorConfig.org
root = true
# root = false
# =================
# --- TARGET
[*.{extention}]
# --- INDENT
@beijaflor
beijaflor / uxCheckList.md
Last active August 29, 2015 14:13
markdown version of UX Check List
  • Research

    • [ ]Competitive Analysis
    • [ ]Data analysis
    • [ ]User feedback
  • Plan

  • [ ]User stories
@beijaflor
beijaflor / 0_reuse_code.js
Last active August 29, 2015 14:09
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console