diff --git a/articles.html b/articles.html index 4a72e33..edb8e1e 100644 --- a/articles.html +++ b/articles.html @@ -30,8 +30,8 @@

Introductions / Browserify basics

These articles give a great introduction to using Browserify.

- - + +

Browserify Handbook

@@ -46,7 +46,7 @@

The basics of writing modules for the browser using node.js core modules and modules from npm.

- +

Untangle Your JavaScript with Browserify

@@ -54,15 +54,15 @@

A straightforward introduction to browserify, including integration with Grunt and Gulp.

- +

How Browserify Works

benclinkinbeard.com/posts/how-browserify-works/

A basic introduction to how Browserify does what it does.

- - + +

Browserify: Unix In The Browser

@@ -77,28 +77,28 @@

A detailed introduction to Browserify and Grunt.js and how to leverage Browserify to write code that runs on Node.js and in the browser.

- +

Using npm on the client side

dontkry.com/posts/code/using-npm-on-the-client-side.html

A very thorough introduction to using npm, Browserify, and Grunt.js.

- +

NPM Everywhere (Slides)

NPM Everywhere

Slides for introducing front-end people NPM, Browserify and their benefits.

- +

Introduction to Browserify

blakeembrey.com/articles/introduction-to-browserify

Another great look at the basics of Browserify.

- +

Node Packaged Modules, bringing npm modules to the web

@@ -106,7 +106,7 @@

A rundown of projects that have made developing with browserify more accessible and more interesting: requirebin.com, npmsearch.com, and Browserify CDN.

- +

Browserify and the Universal Module Definition

@@ -114,7 +114,7 @@

An awesome look at the possibilities for using Browserify to bundle modules written in AMD, CommonJS/node.js, UMD, ECMAscript 6, and global modules.

- +

Standalone Browserify Builds

@@ -123,7 +123,7 @@

Particularly interesting for people using Browserify as part of the development workflow on a javascript library, check out this article for learning how to generate standalone Browserify builds.

- +

Browserify v2 adds source maps

@@ -136,22 +136,22 @@

smalljs.org/package-managers/npm/browserify/

Yet another introductory article about Browserify. Covers basic workflow, transforms, source maps, automation, RequireBin, and how to play nice with popular frameworks.

- +

Usage of browserify

For examples of using browserify with various javascript libraries, check out these articles.

- - + +

A Year With Browserify

aeflash.com/2014-03/a-year-with-browserify.html

"Along the way, I've learned a lot about the whole Browserify process, some tricks, and some pitfalls."

- - + +

Using angular and grunt with browserify

@@ -159,7 +159,7 @@

Using angular.js with browserify is suprisingly straightforward as shown in this post.

- +

Basics of making maps with leaflet.js and browserify

@@ -167,26 +167,26 @@

Leaflet.js is a great mapping library, and this tutorial shows how you can use it with browserify.

- +

Backbone & jQuery meet Browserify: easy.

learnjs.io/blog/2013/11/23/backbone-jquery-browserify

An introduction to using backbone and jquery with browserify.

- +

grunt+browserify+npm+application=success

codeofrob.com/entries/grunt+browserify+npm+application=success.html

A good rundown of using Grunt.js with Browserify.

- +

gulp browserify starter faq

http://viget.com/extend/gulp-browserify-starter-faq

-

How to start an application with gulp and browserify, including a +

How to start an application with gulp and browserify, including a starter repo

@@ -194,7 +194,7 @@

Browserify fits in well with other development tools. Check out some of the ones most commonly used with Browserify.

- +

Beefy

@@ -203,14 +203,14 @@

Beefy is a great tool for running a development server that will automatically reload the browser and serve a newly generated bundle.js file each time you save a project file.

- +

grunt-browserify

github.com/jmreidy/grunt-browserify

A plugin for using browserify with grunt.

- +

chem

@@ -218,21 +218,21 @@

Canvas-based game engine and toolchain optimized for rapid development. Chem uses browserify to compile your code. Check out some of the useful npm packages for games.

- +

Comparisons to similar tools

Browserify is used primarily with npm. Both of those tools have similar counterparts like Bower and RequireJS. These articles help explain some of the differences.

- +

Journey from RequireJS to Browserify

esa-matti.suuronen.org/blog/2013/03/22/journey-from-requirejs-to-browserify

A thorough explanation of switching from RequireJS to Browserify.

- +

2013: A client side package manager oddyssey

@@ -240,32 +240,32 @@

A series of posts exploring package managers for client side code. Includes npm/Browserify.

- +

My strategy for client-side package managers (choosing between npm, bower, and component)

superbigtree.tumblr.com/post/58075340096/my-strategy-for-client-side-package-managers-choosing

Exploring the differences between npm, bower, and component.

- +

Browserify vs. Component

www.forbeslindesay.co.uk/post/44144487088/browserify-vs-component

A comparison of Browserify and Component.

- +

Resources

- +

Browserify documentation/github repository

github.com/substack/node-browserify#browserify

Read the Browserify docs! Also check out the issues.

- +

Art Of Node - How Require Works

@@ -282,25 +282,25 @@

To write modules for the browser using Browserify, you'll use the node.js module system, and it's a good idea to check out the code node.js module documentation.

- +

Packages tagged with browserify on npm

npmjs.org/browse/keyword/browserify

Check out the modules tagged with browserify on npm.

- +

Browserify on StackOverflow

stackoverflow.com/questions/tagged/browserify

Check out the questions being asked about Browserify on StackOverflow.

- +

Videos

- +

Browserify V2 and you

@@ -308,17 +308,31 @@

Creator of Browserify James Halliday (@substack) gives a rundown of the changes that came through in version 2 of the project.

- + +

+ An intro to browserify

+ +

http://tagtree.tv/browserify-an-intro?share_code=uncoopered-inspirer +

+

A free 5 minute tagtree.tv screencast tutorial that introduces you to browserify in it's simplest form.

+ +

+ Automating browserify

+ +

http://tagtree.tv/browserify-automation?share_code=microwave-waterfall +

+

Another free 5 minute tagtree.tv tutorial, this one is about automating browserify compilation. First it shows you how to use watchify, then quickly moves on to using express middleware.

+

Modular JavaScript With Npm And Node Modules

ericleads.com/2014/03/modular-javascript-with-npm-and-node-modules

Eric Elliot recorded this screencast version of a talk he gave about using modules to write JS programs.

- +

Testing

- +

How I Write Tests for Node and the Browser @@ -327,7 +341,7 @@

Write unit tests that work in node and the browser.

- +