Successfully reported this slideshow.
Your SlideShare is downloading. ×
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Upcoming SlideShare
生在幸福的 JS 年代
生在幸福的 JS 年代
Loading in …3
×

Check these out next

1 of 11 Ad

More Related Content

Recently uploaded (20)

Advertisement

Ruby

  1. 1. RUBY
  2. 2. 動機 以前有短暫⾃學過 Ruby , 是我的隱藏技能之⼀ 我沒梗了 2
  3. 3. 簡介 由⽇本⼈開發的⼀種程式語⾔。 和 Python ⼀樣⽤縮排作為程式碼區塊, 不過還有 "end"代表結束程式區塊 通常會搭配 rails 框架, 常稱 ruby on rails , 另外也有 輕量級 的 Sinatra 網⾴框架
  4. 4. HelloWorld 的⼀百種寫法 •puts 'Hello World' •puts(“Hello World”) •print(“Hello World”) •print “Hello World” •p “Hello World” •p(“Hello World”)
  5. 5. 凡事皆物件 "123456".length "123456".to_i “abcdef”.reverse “abcdef”.upcase
  6. 6. 寫個猜數字遊戲 https://gist.github.com/r567tw/ 8c25739e0da91f2f2061c9a9522b4b3c
  7. 7. LAMBDA ❤ RUBY
  8. 8. - SAM / ⼿動上傳就不必 demo了,可以⾃⾏摸索 - ⽤projen 開發CDK 是⼀件快樂⼜開⼼的事 - 學習中...... https://9incloud.com/aws/cdk/projen-cdk - Demo: https://github.com/r567tw/ruby-demo- lambda
  9. 9. LIVE CODING ! (如果有時間的話...)
  10. 10. 同場加映:RUBY ON RAIL
  11. 11. ⽤ROR寫部落格有多快? rails new blog rails generate sca ff old article title:string content:text rails db:migrate rails server

×