Skip to content

Instantly share code, notes, and snippets.

@davidguttman
Forked from jxson/jsla-march-28th-2013.md
Last active December 14, 2015 21:58
Show Gist options
  • Save davidguttman/5154530 to your computer and use it in GitHub Desktop.
Save davidguttman/5154530 to your computer and use it in GitHub Desktop.

It's our birthday!

This month's JSLA will be at the Google office in Venice, Thursday March 28th @ 7pm. There will be talks on procedural sketching with Paper.js, Browserify v2 from @substack himself, and a short JavaScript Made Simple talk on arrays. Don't forget to RSVP, Google won't let you in if you're not on the list.

RSVP: http://js.la

M-Go

Our sponsor this month is M-go. They are hiring...

Browserify V2 and You (nix)

Browserify lets you use node-style require() calls to load files and npm modules in the browser (it's awesome).

The recent browserify v2 rewrite embraces streaming APIs, lots of tiny modules all doing exactly one thing well, and timeless unix wisdom. Now you can bundle static assets with source transforms, generate compact bundles with standalone streaming pipeline tools, trivially test your modules in node and against every browser ever and other superpowers all with a new very tiny bundle filesize overhead that supports multiple bundles.

Finally the sublime wisdom of node and unix can be realized all the way up the stack in browsers too.

JavaScript Made Simple: Hip Hop Array!

Presented by: Jonny Kang

Short talk on arrays in javascript. For our series, Javascript Made Simple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment