Skip to content

Instantly share code, notes, and snippets.

View mdrmike's full-sized avatar

mike stewart mdrmike

View GitHub Profile
@mdrmike
mdrmike / notes-MEAN
Last active August 29, 2015 14:15
Notes: Scale13x MEAN Stack
* cloud9: ide.c9.io
* iojs https://iojs.org/en/index.html
* https://github.com/google/traceur-compiler
* https://github.com/google/
* ecmascript 6 : https://www.google.com/search?client=ubuntu&channel=fs&q=full+stack+javascript+development+with+pies&ie=utf-8&oe=utf-8#newwindow=1&channel=fs&q=ecmascript%206
* http://github.com/c9/architect
* https://www.polymer-project.org/
* express: stackoverflow.com/questions/19411135/what-does-express-js-do-in-the-mean-stack#answer-19411233
* jade (templating) sass
* gss (grid stylsheets)
@mdrmike
mdrmike / scale13-notes.polymer.md
Last active August 29, 2015 14:15
Polymer with Pandas
  • polymer: paper element
  • webcomponents.js
  • flexbox

framework: ember, angular, backbone dart, typescript

`

<script src="webcomponents/webcomonents.js"></script>
@mdrmike
mdrmike / WAPRO--1503.md
Last active August 29, 2015 14:17
Long Beach Web and Mobile Professionals -- Mar 2015

Long Beach Web and Mobile Professionals -- March 2015

News and Announcements

Events

  • New! Weekly: Saturday Mornings, Code & Coffee
  • TAFF Expo on.fb.me/1I0jrNS
  • LBTech: reorganizing of the Board ... DW stepped down as Executive Director. Added Michael Evans as Treasurer. Eventually looking to expand the Board and add also looking for Advisory members.
@mdrmike
mdrmike / c9-sculpin-setup.sh
Last active August 29, 2015 14:17
sculpin install on c9.io
#!bash
cd
mv workspace workspace-orig
mkdir workspace
sudo apt-get update
sudo apt-get -y install php5-curl # needed by composer to install dependencies
curl -O https://download.sculpin.io/sculpin.phar && chmod +x sculpin.phar
sudo mv sculpin.phar /usr/local/bin/sculpin
git clone https://github.com/sculpin/sculpin-blog-skeleton.git ~/workspace/sculpin
@mdrmike
mdrmike / WAPRO--1507.md
Last active August 29, 2015 14:24
Long Beach Web and Application Professionals -- Jul 2015

Long Beach Web and Application Professionals -- Jul 2015

http://www.waprolb.org/meetup/2015/07/

News and Announcements

  • Please add comments & meeting resources (such as slides/links, etc) on www.waprolb.org/meetup/
  • Uncoded Initiatives: WAPRO. Coffee & Code. Hack Nights. More groups!! ... Maker Labs (LBPL has a lab)? Drone racing. Art/Designers in Tech. PR in tech. CSULB/LBCC, looking at you? How do you get involved?
    1. Lead. Find and commit to doing something you're passionate about. Regularly.
  1. Do it. (build-it. they will come).
@mdrmike
mdrmike / README.md
Last active November 10, 2015 15:47 — forked from rjorgenson/README.md
My ZSH Theme

agnoster.zsh-theme

forked by rjorgenson

A ZSH theme optimized for people who use:

  • Solarized
  • Git
  • Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
  • NVM
  • RVM
@mdrmike
mdrmike / Liquid-Theming_array-examples.md
Last active November 26, 2015 17:04
Jekyll / Liquid theming array examples
--
title:
layout: post
foo:
  - bar: Lorem ipsum
    baz: Dolor sit amet, consectetur adipiscing elit. Sed arcu tortor, posuere in nisl vel, finibus blandit est. Nulla scelerisque erat nisl, in ornare massa posuere vitae
    qux: Curabitur egestas purus ut nulla sollicitudin sodales. Curabitur tincidunt suscipit purus ac consectetur. 
  - bar: Pellentesque fringilla
    baz: Augue quis leo finibus porttitor. Cras varius nulla quis quam tincidunt lacinia. Nam at nulla quis ipsum fermentum maximus. Ut arcu enim, consectetur vel justo a, venenatis varius elit. Cras malesuada lorem ut sapien pulvinar, ut ullamcorper massa pretium. Proin pellentesque odio lectus, eget posuere enim egestas a. Cras consectetur rhoncus scelerisque.