Skip to content

Instantly share code, notes, and snippets.

View faizaanshamsi's full-sized avatar

Faizaan Shamsi faizaanshamsi

  • Las Vegas, NV
View GitHub Profile
@faizaanshamsi
faizaanshamsi / README.md
Last active November 20, 2015 04:31 — forked from joakimk/README.md
CircleCI elixir build example

This runs a build for a small elixir (phoenix) project in about 40 seconds by caching as much of the compiled files as possible.

We've been using this for months in multiple projects without any issues. Please ping be if there is any issues with this script and I'll update it.

It should be generic enough to work on any elixir app using mix.

If you have a elixir_buildpack.config, then enable that section in the build script to keep versions in sync!

import Ember from 'ember';
export default Ember.Controller.extend({
appName:'Ember Twiddle',
wizards: [
{ name: 'Faizaan' },
{ name: 'Tchen' },
{ name: 'Vikram' }
],
@faizaanshamsi
faizaanshamsi / 0_reuse_code.js
Created February 19, 2014 16:02
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
@faizaanshamsi
faizaanshamsi / css_resources.md
Created December 30, 2013 15:51 — forked from jookyboi/css_resources.md
CSS libraries and guides to bring some order to the chaos.

Libraries

  • 960 Grid System - An effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem.
  • Compass - Open source CSS Authoring Framework.
  • Bootstrap - Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
  • Font Awesome - The iconic font designed for Bootstrap.
  • Zurb Foundation - Framework for writing responsive web sites.
  • SASS - CSS extension language which allows variables, mixins and rules nesting.
  • Skeleton - Boilerplate for responsive, mobile-friendly development.

Guides

@faizaanshamsi
faizaanshamsi / 0_reuse_code.js
Created December 30, 2013 15:51
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