Browserify Tutorial - How to Use Browserify to Modularize Your Code

Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=5uO4uMUEbSQ



Category:
Tutorial
Duration: 10:41
2,434 views
32


Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com

In this Browserify Tutorial, we introduce a JavaScript tool that allows developers to modularize their code by bundling up all their dependencies for the browser. We explain how Browserify works while we walk through some code examples.

Watch this video to learn:

- What is Browserify
- The advantages of using Browserify
- Some deficiencies it presents and possible alternatives




Other Videos By Fullstack Academy


2015-11-03SpellBook (interactive story book that teaches children basic programming logic)
2015-11-03Cohearance (Chrome extension and web app for managing all the music you listen to online)
2015-11-03Noto (Chrome extension that lets you leave and share notes on any website)
2015-11-03Dance Dance Evolution (a web-based rhythmic dance game based on Dance Dance Revolution)
2015-11-03TD.JS (a tower defense game which allows you to program your tower's intelligence with JavaScript)
2015-11-03Windfury (two-player trading card game)
2015-11-03Subnodes ($40 server that broadcasts apps via Wifi)
2015-11-03Reel Cool (video editing app for the browser)
2015-11-03Common Canvas / Fiksi (collaborative whiteboard that can be used anywhere)
2015-11-03Effektiv Property (app that enables painless property management)
2015-11-02Browserify Tutorial - How to Use Browserify to Modularize Your Code
2015-11-02Angular 2 Tutorial - An Overview of Angular 2
2015-11-02HTML5 Canvas Tutorial - How to Create Animations with HTML5 Canvas
2015-11-02Genetic Algorithm Tutorial - Introduction to Genetic Algorithms
2015-11-02Lodash Tutorial - Learn How to Use Lodash
2015-11-02Angular ngAnimate Tutorial - A Practical Approach to Animation in Angular
2015-11-02BACK TO THE STACK: Keynote from David Yang and Nimit Maru
2015-11-02Fullstack Speaker Series - Valeri Karpov (MongoDB, MEAN Stack) -- Q&A
2015-11-02TECH TALK: Bleeding Edge Front End Development (React.js)
2015-11-02Microservices Tutorial - How to Set Up your Microservices with Message Passing Systems
2015-11-02Valeri Karpov (MongoDB) talks about coding like you MEAN it



Tags:
Browserify
Browserify Tutorial
modules
bundle dependencies
How to Use Browserify