Skip to content

Instantly share code, notes, and snippets.

@chalos
Forked from max-mapper/index.html
Last active August 29, 2015 14:07
Show Gist options
  • Save chalos/1522878af90a530a1afd to your computer and use it in GitHub Desktop.
Save chalos/1522878af90a530a1afd to your computer and use it in GitHub Desktop.
<div><a href="http://jsforcats.com/">JS for cats</a></div>
<div><a href="https://github.com/maxogden/art-of-node#the-art-of-node">Art of Node</a></div>
<div><a href="http://github.com/substack/node-browserify"><img src="talk/browserify.png"></a></div>
<div>javascript should run everywhere</div>
<div><img src="talk/require.png"></div>
<div><img src="talk/venn.png"></div>
<div>browserify + npm = ♥</div>
<div>npm = client side + server side modules in one registry</div>
<div><a href="http://github.com/substack/browserify-handbook">browserify-handbook</a></div>
<div><a href="http://npmjs.org/browserify-adventure">browserify-adventure</a></div>
<div><a href="http://nodeschool.io">nodeschool</a></div>
<div><a href="http://github.com/nodeschool/taiwan">nodeschool taiwan!</a></div>
<div><a href="https://github.com/substack/node-browserify/wiki/list-of-transforms">browserify transforms</a></div>
<div><a href="http://npmjs.org/brfs">brfs</a></div>
<div><a href="http://npmjs.org/packify">packify</a></div>
<div><a href="http://github.com/maxogden/dat-editor">dat-editor</a></div>
<div>npm install --save</div>
<div>
<ul>elements of a good module</ul>
<li>does one thing and does it well</li>
<li>CI for browsers and linux/mac/windows</li>
<li>no complicated steps to install and use</li>
<li>clear, concise readme</li>
</ul>
</div>
<div><img src="talk/ci.png"></div>
<div><img src="talk/buffer.png"></div>
<div><a href="http://github.com/maxogden/blockplot">blockplot</a></div>
<div><h3>requirebin</h3><a href="http://requirebin.com"><img src="talk/requirebin.png"></a></div>
<div><h3><a href="http://wzrd.in">wzrd.in</a></h3></div>
<div><a href="https://gist.github.com/maxogden/9425694">requirebin demos</a></div>
<div><a href="http://stack.gl">stack.gl</a></div>
<div><a href="http://requirebin.com/?gist=maxogden/9605871">voxel cube</a></div>
<div><a href="http://requirebin.com/?gist=maxogden/6171097">voxel castle</a></div>
<div><a href="http://requirebin.com/?gist=mikolalysenko/6291076">bunny</a></div>
<div><a href="http://requirebin.com/?gist=b914062d855df8f3d556">avatar</a></div>
<div><a href="https://github.com/thealphanerd/sudoku">sudoku</a></div>
<div>fun stuff: <a href="http://npmjs.org/beefy">beefy</a>, <a href="http://npmjs.org/watchify">watchify</a>, <a href="http://npmjs.org/tape">tape</a>, <a href="http://npmjs.org/testlingify">testlingify</a>, <a href="http://npmjs.org/level-filesystem">level-filesystem</a></div>
<div>module servers:
<a href="http://cdnjs.com">cdnjs.com</a>, <a href="http://wzrd.in">wzrd.in</a>, <a href="http://jspm.io">jspm.io</a>, <a href="http://jsdelivr.com">jsdelivr.com</a>, <a href="http://normalize.github.io">normalize.github.io</a>
</div>
<div><a href="http://mafintosh.github.io/browserify-browserify/#/d/">browserify in browser</a></div>
<div>CSS/asset loaders:
<a href="http://github.com/substack/brfs">brfs</a>, <a href="http://github.com/petehunt/js-css-loader">js-css-loader</a>, <a href="http://github.com/conradz/rework-npm">rework-npm</a>, <a href="http://github.com/atomify/atomify-css">atomify-css</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment