From c5dfc98d05f8de1f31dabf5407b0dfcac3ecca96 Mon Sep 17 00:00:00 2001 From: twinturbo Date: Wed, 22 Aug 2012 21:24:53 +0200 Subject: [PATCH] Single Page Application Patterns --- .../README.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 adam_hawkins-single_page_application_patterns/README.md diff --git a/adam_hawkins-single_page_application_patterns/README.md b/adam_hawkins-single_page_application_patterns/README.md new file mode 100644 index 0000000..c4d197f --- /dev/null +++ b/adam_hawkins-single_page_application_patterns/README.md @@ -0,0 +1,30 @@ +# Single Page Application Patterns + +Writing complex Javascript applications comes with a unique set +problems. We've run up into many different ones. Through our successes +and failures we've come up with a set of patterns. These are not +specific to our application but are when you're building a certain +class of application. You don't need if you're building Todos. I'll +present patterns used in Javascript and things you can do from the API +perspective to make developing easier and more testable. These cover +topics such as DOM manipulation, resource separation, data loading, +testing, caching, and bootstrapping. + + +## Adam Hawkins + +My name is Adam Hawkins. I'm a rubyist, rails guy, and general +open source nerd. I love to contribute to open source projects I use as +well as write my own. I scratch my own itches through my open source +work. When I'm not coding I travel and enjoy trance in very heavy doses. + + +(Me)[https://raw.github.com/twinturbo/talks/master/headshot1.jpeg] + +## On the web + +- [Blog](http://broadcastingadam.com) +- [Twitter](https://twitter.com/adman65) +- [Speakerdeck](https://speakerdeck.com/u/twinturbo) + +