Skip to content

Commit 98ad35e

Browse files
author
dypsilon
committed
Cleanup of the Architecture section.
1 parent 7515eb9 commit 98ad35e

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,26 @@
1313
+ [TheExpressiveWeb](http://beta.theexpressiveweb.com/): This site by Adobe is a resource and showcase of some of the newest, and most expressive features being added to the web today.
1414
+ [Treehouse](http://teamtreehouse.com/): Learn HTML, CSS, iPhone apps and more.
1515
+ Architecture
16-
+ [BEM](http://bem.info/method/): Methodology aimed at achieving fast to develop long-lived projects, team scalability, and code reuse.
16+
+ [BEM](http://bem.info/): Methodology aimed at achieving fast to develop long-lived projects, team scalability, and code reuse.
17+
+ [Introductory article on tutsplus.com](http://webdesign.tutsplus.com/articles/an-introduction-to-the-bem-methodology--cms-19403)
18+
+ [Introductory article on Smashing Magazine](http://www.smashingmagazine.com/2012/04/16/a-new-front-end-methodology-bem/)
19+
+ [Video: How to use BEM! outside of Yandex](http://vimeo.com/38346573)
1720
+ [Atomic Design](http://bradfrostweb.com/blog/post/atomic-web-design/)
18-
+ [GitHub](https://github.com/bradfrost/patternlab)
19-
+ [Video](http://www.besquare.me/session/atomic-design/) + [Slides](http://de.slideshare.net/bradfrostweb/atomic-design)
20-
+ [Atomic Design: Some Thoughts and One Example](http://15four.com/2013/05/29/atomic-design-some-thoughts-and-one-example/)
21-
+ [Polymer Project](http://www.polymer-project.org/): Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.
21+
+ [Video](http://www.besquare.me/session/atomic-design/) + [Slides](http://www.slideshare.net/bradfrostweb/atomic-design)
22+
+ [Pattern Lab](http://patternlab.io/)
23+
+ [Polymer Project](http://www.polymer-project.org/): Polymer is a library that uses the latest web technologies to let you create custom HTML elements.
2224
+ [Video: Web Components: A Tectonic Shift for Web Development](https://developers.google.com/events/io/sessions/318907648) + [Slides](http://www.webcomponentsshift.com/)
2325
+ [Video: Web Components in Action](https://developers.google.com/events/io/sessions/324149970)
24-
+ [Aura](http://aurajs.com/) is an event-driven architecture for developing scalable applications using reusable widgets.
26+
+ [Aura](http://aurajs.com/) is an event-driven architecture for developing scalable applications using reusable widgets (discontinued in favor of [Web Components](http://w3c.github.io/webcomponents/explainer/)).
27+
+ [Web Components](http://w3c.github.io/webcomponents/explainer/): the component model for the Web.
2528
+ [Hydra](http://tcorral.github.io/Hydra.js/) is an easy-to-use framework that provides you with the necessary tools to create scalable applications using modules and widgets.
2629
+ [Terrific.js](http://terrifically.org/) provides you a Scalable JavaScript Architecture, that helps you to modularize your jQuery/Zepto Code in a very intuitive and natural way
2730
+ [Patterns For Large-Scale JavaScript Application Architecture](http://addyosmani.com/largescalejavascript/)
2831
+ [Video: Nicholas Zakas: Scalable JavaScript Application Architecture](http://www.youtube.com/watch?v=vXjVFPosQHw)
2932
+ [Book: Learning JavaScript Design Patterns](http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/)
3033
+ [Book: Single page apps in depth](http://singlepageappbook.com/index.html)
3134
+ [Book: Scalable and Modular Architecture for CSS](http://smacss.com/book/)
32-
+ [jQuery Application Architecture Chart](http://addyosmani.com/resources/toolschart/chart.pdf)
35+
+ [PDF: jQuery Application Architecture Chart](http://addyosmani.com/resources/toolschart/chart.pdf)
3336
+ [How To Manage Large jQuery Apps](http://www.slideshare.net/SlexAxton/how-to-manage-large-jquery-apps)
3437
+ [Comparison between different Observer Pattern implementations](https://github.com/millermedeiros/js-signals/wiki/Comparison-between-different-Observer-Pattern-implementations)
3538
+ Workflow

0 commit comments

Comments
 (0)