Skip to content

Instantly share code, notes, and snippets.

View cellvia's full-sized avatar

Brandon Selway cellvia

View GitHub Profile
@cellvia
cellvia / gist:11032783
Last active August 29, 2015 14:00
~about~about

brandon selway

World traveler, electronic music enthusiast and composer, avid meditator and yogi, determined global citizen, and newly made father -- I am interested in vegetarianism, transcending paradox, frisbee, skateboarding, chess, and all things javascript. On any given day you may find me enjoying a round of heavy coding at the local Denver coworking space, or on a weekend retreat to the mountains of southern Colorado, dipping into the glorious hot springs to restore my chi.

I hope you enjoy my site. It was constructed by myself entirely (on the backs of giants, to be sure... huge shout out to substack and coenraets!) It was primarily created as an experimental proof of concept, however I quite like it, so I will use it to keep track of my creations, projects, and mental meanderings. If anything strikes your interest, please feel free to com

@cellvia
cellvia / gist:11037099
Last active August 29, 2015 14:00
~résumé~Contacts
  • Brantley Essary Front-end Engineer Lead281.844.7018
  • Nate Guisinger Professional Developer917.407.8610
  • Derek Dohler Digital Analyst TI Georgiaskype: ddohler
  • Todd Duncan Co-founder Science Integration503.805.7860
@cellvia
cellvia / gist:11038788
Last active August 29, 2015 14:00
~résumé~Projects

###Crimson Data Acquisition

  • Building out an admistration UI for the central data stream processing hub. Angular exclusive desktop app leveraging a large variety of custom build tasks, directives, providers, etc. Presented an opportunity to familiarize myself with C# / .net development.

###Complete Genomics, Inc

  • Quick and efficient build up and roll out of a Require.js / Backbone desktop web-app built to bring DNA research to the consumer level. Heavy visualizations and large complexity of data were the highlight, necessitating rich crossfiltering of search results, and deep drilling / navigation of data forms without confusion by leveraging creative visualizations.

###This site!

@cellvia
cellvia / gist:11039747
Last active August 29, 2015 14:00
~résumé~History

###October 2012 - Present

  • The Advisory Board CompanyJavascript UI / Node.js ArchitectHired exclusively for Node.js / Javascript development for this large Austin software company, I worked on a couple of large projects spanning a few teams, as well as engaged the well developed Front End Engineer culture. The second half of my time here was fully remote, with periodic trips on location. Largest takeaway: tons of Javascript experience, as well as experience working with a team and its development protocols.

###October 2008 - October 2012

  • Freelance development / consultingDevelopment of APIs as well as front-end, CMS customization, and integration with various services (Google, Facebook, Twitter) for independent entrepreneurs like author Arianne Cohen and Spencer Hill of The Portland Company, as well as nonprofits such as Transparency International, Lost Valley Permaculture
@cellvia
cellvia / gist:11040836
Last active August 29, 2015 14:00
~résumé~Experience

###Mastered

  • Node.js / Express / Middleware
  • Backbone
  • Browserify / CommonJS Modularization
  • Browserify Transforms
  • Streams
  • jQuery
  • Templating (mustache, handlebars, etc)
  • NPM publication / task running
  • Git / Mercurial
@cellvia
cellvia / gist:11040963
Last active August 29, 2015 14:00
~résumé~Abstract
  • BS in Electronic MediaTowson University, Magna Cum Laude
  • 8+ years experienceWeb programming / motion graphics
  • Dedicated contributorJavascript / Node.js open-source ecosystem

A lifelong programming hobbyist, meta-analyst, and self-styled minimalist who finds beauty in doing the most with the least;

Always searching for underlying logic behind systems in order to extend their function beyond standard capacity;

Enthusiast of language: from the musical to the scientific, from computer to spoken, all provide insight to the process of creation and meaning;

I love javascript because I feel it reflects the universe in a way... That there is no absolute reality but rather a series of encapsulated experience templates (contexts) wherein consciousness (this) explores itself by consuming and emiting events within these contexts. In short, reality is event-driven with endlessly flexible scope. Its our job to reprogram the templates all the way up the prototype chain.
@cellvia
cellvia / tags: third eye, motivation
Last active August 29, 2015 14:01
~reflections~the "mystery" of the third eye
I'm baffled by the pervasive "mystery" surrounding the beholding of the third eye. It's about as mysterious as the beholding of a ball -- all you need do is simply look at it. Literally. Close your eyes, look up, then look in. If not immediately, remain there for just a few minutes and there you are: colors, images, tunnels, feelings of peace, etc. all right there. And before you suggest I have easy access from my experience with meditation and psychedelics, I can confirm this is nothing a child couldn't do -- I was doing it many years before I even heard the word meditation, and the children in my life find it very easy to have this experience with minimal explanation. It looks to me like the only thing keeping people from accessing such plainly obvious experience is a masochistic lack of openness, laziness, fear, or perhaps never having thought to look there in the first place. To think, all the clamour around this "Great Mystery", in both directions. The idea of ridiculing someone for believing the third e
var http = require('http');
var cicada = require('cicada');
var ci = cicada('./gittest');
ci.on('commit', function (commit) {
console.log("commit");
/* commit.run('test').on('exit', function (code) {
var status = code === 0 ? 'PASSED' : 'FAILED';
console.log(commit.hash + ' ' + status);
});*/
@cellvia
cellvia / gist:3955771
Created October 25, 2012 22:08
stream problem Error: Unexpected "\u001f" at position 0 in state START
stream.js:81
throw er; // Unhandled stream error in pipe.
^
Error: Unexpected "\u001f" at position 0 in state START
at Parser.proto.charError (C:\node\work\crimson\Dev\node_modules\JSONStream\
node_modules\jsonparse\jsonparse.js:81:16)
at Parser.proto.write (C:\node\work\crimson\Dev\node_modules\JSONStream\node
_modules\jsonparse\jsonparse.js:111:23)
at Stream.exports.parse.stream.write (C:\node\work\crimson\Dev\node_modules\
JSONStream\index.js:83:12)