Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Why does Ruby own the startup world?

Why does Ruby own the startup world?

There are few major characteristics that make Ruby the king of the startups. Danielius and I had a chance to rant about at the startup camp.

Both of us tried to ship a product and we share the lessons we've learnt along with the role of Ruby in them.

Domas Bitvinskas

July 11, 2014
Tweet

More Decks by Domas Bitvinskas

Other Decks in Business

Transcript

  1. MVP

  2. rails new hello_world cd hello_world ! rails generate scaffold Post

    content:string ! rake db:migrate rails server http:/ /localhost:3000/posts HELLO WORLD