Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single Page Application Patterns #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions adam_hawkins-single_page_application_patterns/README.md
Original file line number Diff line number Diff line change
@@ -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)