diff --git a/Resources/Software Developers/Front-end.md b/Resources/Software Developers/Front-end.md index fd6be832..901c8b6f 100644 --- a/Resources/Software Developers/Front-end.md +++ b/Resources/Software Developers/Front-end.md @@ -1,3 +1,29 @@ ++ Guides + + [Hack Design](http://hackdesign.org/courses/) + + [Designer School](http://designer-school.com/) + + [TheExpressiveWeb](http://beta.theexpressiveweb.com/) + + [Talks To Help You Become A Better Front-End Engineer In 2013](http://www.smashingmagazine.com/2012/12/22/talks-to-help-you-become-a-better-front-end-engineer-in-2013/) + + [Web Development Teaching Materials](http://www.teaching-materials.org/) ++ Architecture + + [BEM](http://bem.info/method/) + + [Atomic Design](http://bradfrostweb.com/blog/post/atomic-web-design/) + + [Github](https://github.com/bradfrost/patternlab) + + [Video](http://www.besquare.me/session/atomic-design/) + [Slides](http://de.slideshare.net/bradfrostweb/atomic-design) + + [Atomic Design: Some Thoughts and One Example](http://15four.com/2013/05/29/atomic-design-some-thoughts-and-one-example/) + + [Atomic Design Makes Me Feel Like a Chemist](http://notebookandpenguin.com/atomic-design-makes-me-feel-like-a-chemist/) + + [Aura](http://aurajs.github.io/aura/) a is an event-driven architecture for developing scalable applications using reusable widgets. + + [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 + + [Patterns For Large-Scale JavaScript Application Architecture](http://addyosmani.com/largescalejavascript/) + + [Video: Nicholas Zakas: Scalable JavaScript Application Architecture](http://www.youtube.com/watch?v=vXjVFPosQHw) + + [Book: Learning JavaScript Design Patterns](http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/) + + [Book: Eloquent JavaScript](http://eloquentjavascript.net/contents.html) + + [Book: Single page apps in depth](http://singlepageappbook.com/index.html) + + [jQuery Application Architecture Chart](http://addyosmani.com/resources/toolschart/chart.pdf) + + [How To Manage Large jQuery Apps](http://www.slideshare.net/SlexAxton/how-to-manage-large-jquery-apps) + + [Scalable and Modular Architecture for CSS](http://smacss.com/) + + [Comparison between different Observer Pattern implementations](https://github.com/millermedeiros/js-signals/wiki/Comparison-between-different-Observer-Pattern-implementations) + + * [Responsive Images in React Native](https://medium.com/the-react-native-log/tips-for-react-native-images-or-saying-goodbye-to-trial-and-error-b2baaf0a1a4d) * [Splash Screen in Android](https://android.jlelse.eu/loading-splash-screen-for-webview-in-android-studio-ef68ec05720a) * [React Official Tutorial](https://facebook.github.io/react/docs/tutorial.html)