-
-
Save chalos/1522878af90a530a1afd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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