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

Rubyist and OpenSource

Rubyist and OpenSource

This is my light talk for #rubyconfchina2013 After Parkty.

Deshi Xiao

October 28, 2013
Tweet

More Decks by Deshi Xiao

Other Decks in Programming

Transcript

  1. Rubyist And Open Source I am woking in OpenSource driven

    company, Red Hat. My boss ask me: How about visualized the dataset by highcharts? I build a gem based on a open source lazy_high_charts plugin.
  2. Rubyist And Open Source At RubyConf china 2012, @yedingding introduce

    realtime webapp with websocket. I Like it. I lead a OpenSource Cantas to implement it. Reference The Trello Tech Stack
  3. Rubyist And Open Source • Background:Before RubyConf China 2012, I

    have not familiar with nodejs and javascript. • Goal:But I am a Rubyist, I can do it. • Way:I can compare ruby with javascript feature.
  4. Rubyist And Open Source • Ruby and Javascript/Nodejs • Rubygem

    and npm • Callback in ruby? Kidding? • Async/sync in ruby? • MVC in javascript? • Rspec in javascript? Mocha, jasmine • Javascript code style vs ruby code style
  5. Rubyist And Open Source I founded a open source rails

    starter program Based on rails guide, hosted on railscasts- china.com(Thanks @poshboytl )