jsfest / 2014-oakland-cfp

Call for proposals for all speakers and events at JSFest Oakland.
24 stars 1 forks source link

Design Patterns for JavaScript #133

Open themindfuldev opened 9 years ago

themindfuldev commented 9 years ago

Talk is live on http://tiagorg.com/talk-design-patterns-for-javascript

For years, developers have been learning the importance of Design Patterns for structuring software and preventing it to become entangled. What about JavaScript, where spaghetti code is commonplace? How can Design Patterns help on large-scale Javascript applications? This talk will introduce fundamental design patterns for JavaScript and how to use them to build large-scale applications with loose coupling and scalability in mind.