Learn Browserify!

3 Browserify courses are available from Lynda and Udemy.

Browserify is an open-source JavaScript tool that allows developers to write Node.js-style modules that compile for use in the browser.Browserify lets you use require in the browser, the same way you'd use it in Node. It's not just syntactic sugar for loading scripts on the client. It's a tool that brings all the resources of the NPM ecosystem off of the server, and into the client. == Examples == === Installation === === Execution === This adds the source of all the require modules and their dependencies used in source.js and bundles them in target.js. Browserify traverses the dependency graph, using your source.js as its entry point, and includes the source of every dependency it finds.. - read more on Wikipedia

  • flag Lynda
  • student Intermediate
  • database eLearning
  • earth English
  • clock 2h 40m

Gulp.js^ Git^ and Browserify: Web Project Workflows

Modern front-end development means more than just writing HTML^ CSS^ and JavaScript. Developing an efficient workflow will help you write better code and test and deploy your web applications easily and efficiently. Staff author Ray Villalobos is here to show …

Read More
  • flag Udemy
  • student All Levels
  • database eLearning
  • earth English
  • clock 15.5h

AngularJs with Bootstrap in Action

From beginners to expert level in 15 hours. Learn from a developer writing code and executing it.

Read More
  • flag Udemy
  • student Beginner
  • database eLearning
  • earth English
  • clock 3.5h

Learning Lodash 4.0

A comprehensive guide to fast and efficient functional JavaScript Web Development with Lo-Dash 4.0

Read More