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

My Server for Aiur: How Starcraft Taught Me To Scale #49

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ pull request へのコメントもご自由に行ってください。


[sprk2012]: http://sapporo.rubykaigi.org/2012 [sprk2012]: http://sapporo.rubykaigi.org/2012
[euruko2012]: https://github.com/euruko2012/call-for-proposals [euruko2012]: https://github.com/euruko2012/call-for-proposals


Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,15 @@
# My Server for Aiur: How Starcraft Taught Me To Scale

Starcraft is a game of making the right decisions at the right time and so is web development. Premature optimization and abstraction can kill a business faster than not being able to scale. In this talk we'll take a look at how to pick the right unit composition (databases vs. NoSQL), balance your macro and micro (scale out vs. up), and choose the right race (programing language). If you've never played Starcraft, and can't tell a ultralisk from a firebat, don't worry there's still a room for you.

## Richard Schneeman

Richard was a Platinum 1v1 Random Starcraft 2 player, before he decided to resume seeing daylight. He now works for Heroku helping to scale millions of applications. He loves developing in Ruby and collecting vespene gas. When he's not at work, he teaches Rails at the University of Texas and enjoys snowboarding.

![Profile picture](http://www.gravatar.com/avatar/db953d125f5cc49756edb6149f1b813e.png)

- [My website](http://schneems.com)
- [My twitter](https://twitter.com/#!/schneems)
- [Past talk slides on Slideshare](http://www.slideshare.net/thinkbohemian)
- [Scaling the Web:databases & NoSQL](http://www.youtube.com/watch?v=oL-A4JYwgH4&feature=plcp&context=C4f2e5c6VDvjVQa1PpcFMqe8uD1JU48TxZwNUrEFIdD3DieAPMtPQ%3D)