From cdd996f94c502ba59b22f6c2f42e7d4ca49793e4 Mon Sep 17 00:00:00 2001 From: twinturbo Date: Wed, 22 Aug 2012 21:24:12 +0200 Subject: [PATCH] Demyistifying Rack --- adam_hawkins-demyistifying_rack/README.md | 39 +++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 adam_hawkins-demyistifying_rack/README.md diff --git a/adam_hawkins-demyistifying_rack/README.md b/adam_hawkins-demyistifying_rack/README.md new file mode 100644 index 0000000..a4a77cc --- /dev/null +++ b/adam_hawkins-demyistifying_rack/README.md @@ -0,0 +1,39 @@ +# Demystifying Rack + +Rack scared me. It seriously scared me. I had no idea what it was. I +thought it was magic. I had no idea what it does. I'm going to be Rack +preacher and remove the magic. The purpose is to explain what Rack, what +it does, and how we can put Ruby code online. After my talk the audience +will no longer will be scared. They will he happy and go forth and +spread Rack love :) + +This talk covers: + +* Simple Rack apps +* Rack architecture +* Understanding middleware +* Composing Rack apps +* Serving Rack apps +* Complex Rack app +* Streaming Responses +* Understanding the Rack interface +* Cover the separation between servers and appliations + + +## 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) + +