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

Ruby on Rails Lazy Developer

phamon
April 26, 2015

Ruby on Rails Lazy Developer

Ruby on Rails
www.symbolet.com

phamon

April 26, 2015
Tweet

Other Decks in Programming

Transcript

  1. html เปิด tags ปิด tags ย่อหน้า ตัวอักษร < > 14

    ธรรมชาติของ html ความไม่สอดคล้องกันของ html และ css class=“navbar” -> .navbar id=“app” -> #app
  2. “I hope to see Ruby help every programmer in the

    world to be productive, and to enjoy programming, and to be happy. That is the primary purpose of Ruby language.” หลักปรัชญา Ruby –Matz, the creator of Ruby 28 www.symbolet.com
  3. Ruby Stack slim + sass + coffeescript nginx / apache

    unicorn / passenger memcached / redis postgresql / mysql / .. rails / sinatra / lotus 35 www.symbolet.com
  4. Ruby supermarket •Tagging •Background Job •Json parser •Blog engine •CRM

    •Shopping cart •Cache engine •PDF Generate •Payment •Server monitor •CDN •File upload •A/B Testing •more more … 47 www.symbolet.com
  5. Solve Query N+1 Problem auto detect & how to fix

    line of code 54 www.symbolet.com
  6. –Mike Co-founder Instagram “Replace all components of a car while

    driving it at 100 mph” 62 www.symbolet.com
  7. Mina - Deploy 1. ssh 2. git pull master 3.

    build 4. create new version 5. restart 66 www.symbolet.com
  8. Summary 1. less code 2. use available library 3. use

    available tools 4. automate 5. Invest 69 www.symbolet.com