From f4af86002ff6caa4633181e7b1d41f5f2b88cc53 Mon Sep 17 00:00:00 2001 From: Michal Fojtik Date: Tue, 28 Aug 2012 12:43:03 +0200 Subject: [PATCH] Added Michal Fojtik (Sinatra::Rabbit) talk --- example/README.md | 15 ----------- .../README.md | 26 +++++++++++++++++++ 2 files changed, 26 insertions(+), 15 deletions(-) delete mode 100644 example/README.md create mode 100644 michal_fojtik-sinatra-rabbit-in-deltacloud/README.md diff --git a/example/README.md b/example/README.md deleted file mode 100644 index 6685e81..0000000 --- a/example/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Talk Title - -Here goes a talk description - -## Your Name - -Here goes 'about you' description. - -[Profile picture, max 150px width](http://) - -## On the web - -- [Website](http://) -- [Twitter](https://twitter.com/) -- al. diff --git a/michal_fojtik-sinatra-rabbit-in-deltacloud/README.md b/michal_fojtik-sinatra-rabbit-in-deltacloud/README.md new file mode 100644 index 0000000..797e687 --- /dev/null +++ b/michal_fojtik-sinatra-rabbit-in-deltacloud/README.md @@ -0,0 +1,26 @@ +# Sinatra Rabbit in Deltacloud API + +This talk is about how we use the Rabbit DSL Sinatra extension to produce the +Deltacloud REST API. Rabbit is a minimal DSL that helps us generate the +Sinatra::Base modules with all different cloud abstraction collections +Deltacloud API supports. It has many cool features, like automatic parameter +validation, routes generation, capability checks, etc. The talk will be a +walkthrough on why we created this DSL and how we use it to make Deltacloud +API better. + +## Michal Fojtik + +My name is Michal Fojtik and I'm a Ruby and open source lover. I contribute to +many open source projects. I like to write clean and simple code and I like to +break patterns like MVC. +I work for Red Hat on Apache Deltacloud project, so I spend most of my time +in cloud, having fun will all different cloud API's around. + +(Photo)[http://2.gravatar.com/avatar/4ec2e3bf5ff33b944b0ae1ebf6211df6?size=150] + +## On the web + +- [Website](http://mifo.sk) +- [Twitter](https://twitter.com/mfojtik) +- [Github](http://github.com/mifo) +