ArunMichaelDsouza / JSConf-belgium-2017-talk

Slides and demos for my JSConf Belgium 2017 talk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSConf-belgium-2017-talk

Slides and demos for my JSConf Belgium 2017 talk.

Conference

JSConf Belgium 2017 (https://jsconf.be/en/2017)
June 29th, 2017
Brugge, Belgium

Title of the talk

The Era of Module Bundlers.

Summary

This talk will walk everyone through the concept and practical usage of JavaScript module bundling and optimisation. With the emergence of advanced bundling tools like Webpack, the JavaScript ecosystem has been enriched with the right set of processes and tools required for creating production-ready builds, which is what this talk aims at covering.
This talk will also cover essential differences between task runners and bundlers with focus on advanced optimisation techniques like Tree shaking and Code splitting.

Slides

PDF version available on GitHub - Link

Also on Speaker Deck - Link

Talk video

Talk video available on YouTube - Link

License

MIT License

Copyright (c) 2017 Arun Michael Dsouza.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Slides and demos for my JSConf Belgium 2017 talk.

License:MIT License


Languages

Language:JavaScript 80.9%Language:HTML 19.1%