Speaker: Scott Davis
As a web developer, I'm always looking for tools that "script away" the boring part of the project -- building, scaffolding, testing, minifying, etc. Historically, this problem was solved by bespoke scripts that shipped with individual frameworks. But the "new framework / new workflow" grind gets old after the third or fourth time
Enter Yeoman -- a collection of best-of-breed tools that streamline your workflow and -- wait for it -- can be reused across projects / frameworks. Yo scaffolds out new projects; Grunt builds and tests your project; Bower tackles dependency management for importing third-party libraries.
Come catch a glimpse of how a modern, reusable workflow can increase your developer velocity.