FOSDEM is the biggest free and non-commercial event organized by and for the community. Its goal is to provide Free and Open Source developers a place to meet. No registration necessary.

   
Speakers
Francesco Vollero
Schedule
Day Sunday
Room Ferrer
Capacity 288
Start time 10:40
End time 10:55
Duration 00:15
Info
Track Lightning Talks

Sinatra: Develop a rational website engine in 10 minutes

The talk, will try to focus on how to develop a website engine in 10 minutes with Sinatra. Since "Sinatra" it's a microframework, very simple to use, my intent is to show to the public how simple can be to create a website where the biggest problem is to choose what kind of layout have to be applied and that Sinatra can be used to develop a mid website just separating the all website in micro applications.

Sinatra give a big help to whom want to develop website API's and simple websites, but Sinatra isnt just simple, is fast, because they dont use any of the complex and sometimes caotic things of Rails and a great DSL (Domain Specific Language) with logic syntax and auto descriptive.

Sinatra is a free and open source web application framework and domain-specific language written in Ruby. It is an alternative to other Ruby web application frameworks such as Ruby on Rails, Merb, Nitro, Camping, and Rango. It is dependent on the Rack web server interface. Designed and developed by Blake Mizerany, Sinatra is small and flexible. It does not follow the typical model-view-controller pattern that is seen in other frameworks, such as Ruby on Rails. Instead, Sinatra focuses on "quickly creating web-applications in Ruby with minimal effort".