Roadmap paths
- your-move
- your-place
- your-stuff
- choose-quote
- payment-book
- payment
- payment-confirmation
- moving-day
- feedback
.factory 'ArticleData', () -> | |
{ | |
articles: [ | |
{ | |
"id" : "chair", | |
"name" : "Chair", | |
"parent" : "article" | |
}, | |
{ | |
"id" : "sofa", |
Roadmap paths
// Module Pattern in JS | |
var FriendsModule = (function(){ | |
// private vars and functions | |
var friends = ['Adam', 'Brittany', 'Russell', 'Erik', 'Hank']; | |
var addFriend = function(friend) { | |
friends.push(friend); | |
}; |
(function totalElectrons() { | |
var total = Math.pow(10, 88); // 1.0000000000000001e+88 | |
console.log(total + ' electrons in the universe'); | |
})(); | |
(function totalGoConfigurations() { | |
// 19 x 19 grid and three possibilities per | |
// intersection (black stone, white stone, empty) | |
var total = Math.pow(3, 19 * 19); // 1.740896506590319e+172 | |
console.log(total + ' possible configurations on a Go board'); |
.wrapper | |
p Visit <a href="https://equityzen.com/path-to-ipo">EquityZen</a> to see more Paths to IPO. | |
div | |
img(src="https://dioguwdgf472v.cloudfront.net/blog/img/etsy.png" width="500px") | |
`launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist` | |
`mv /usr/local/var/postgres /usr/local/var/postgres.old` | |
`initdb -D /usr/local/var/postgres` | |
`pg_upgrade -b /usr/local/Cellar/postgresql/9.3.5_1/bin -B /usr/local/Cellar/postgresql/9.4.3/bin -d /usr/local/var/postgres.old -D /usr/local/var/postgres` | |
`./delete_old_cluster.sh` |
#!/bin/bash | |
ls | while read -r FILE | |
do | |
mv -v "$FILE" `echo $FILE | tr 'x' 'y' ` | |
done |
HTML - hyper text markup language | |
a set of markup tags that describe the content of a document/web page | |
doctype - instruction to browser as to what version of html will follow | |
tag | |
element | |
web browsers were created to read html documents and display them as web pages |
var R = require('ramda'); | |
var people = [ | |
{ | |
name: 'Adam', | |
age: 30, | |
gender: 'm', | |
party: 'd' | |
}, | |
{ |
I hereby claim:
To claim this, I am signing this object: