๐ŸŒŽ Community-curated list of tech conference talks, videos, slides and the like โ€” from all around the world

๐ŸŽค

๐Ÿ“น Video:
Bundlers provide an efficient method of combining resources from our application in order to prevent redundant network requests by the browser. The statically resolvable ES2015 modules allow tree-shaking so in the end, we can deliver to our users only the code they need to run the entire application. Combining bundling and lazy-loading we provide to the users only the piece of the application they need at given point. In this talk, weโ€™ll discuss how different machine learning techniques can help us to improve the traditional static, pre-defined bundling and pre-fetching methods. Weโ€™ll describe how, using webpack and SystemJS, we can personalize the bundling based on the userโ€™s behaviour.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.