Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Rails Girls Chengdu 2014
Search
Terry
January 12, 2014
Programming
2
310
Rails Girls Chengdu 2014
Terry
January 12, 2014
Tweet
Share
More Decks by Terry
See All by Terry
Building API For The REST of Us
poshboytl
8
690
RubyConf China Welcome Slides
poshboytl
1
75
Refactoring Re-education
poshboytl
5
950
How we test our projects
poshboytl
29
1.8k
Other Decks in Programming
See All in Programming
Amazon ECS とマイクロサービスから考えるシステム構成
hiyanger
2
490
Immutable ActiveRecord
megane42
0
130
ASP. NET CoreにおけるWebAPIの最新情報
tomokusaba
0
360
AIの力でお手軽Chrome拡張機能作り
taiseiue
0
170
社内フレームワークとその依存性解決 / in-house framework and its dependency management
vvakame
1
550
Flutter × Firebase Genkit で加速する生成 AI アプリ開発
coborinai
0
150
2024年のWebフロントエンドのふりかえりと2025年
sakito
1
230
Unity Android XR入門
sakutama_11
0
140
チームリードになって変わったこと
isaka1022
0
190
SwiftUIで単方向アーキテクチャを導入して得られた成果
takuyaosawa
0
260
Domain-Driven Transformation
hschwentner
2
1.9k
ペアーズでの、Langfuseを中心とした評価ドリブンなリリースサイクルのご紹介
fukubaka0825
2
300
Featured
See All Featured
How STYLIGHT went responsive
nonsquared
98
5.3k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
KATA
mclloyd
29
14k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Building Your Own Lightsaber
phodgson
104
6.2k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
99
18k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
366
25k
Gamification - CAS2011
davidbonilla
80
5.1k
The Cult of Friendly URLs
andyhume
78
6.2k
Code Review Best Practice
trishagee
66
17k
How to train your dragon (web standard)
notwaldorf
90
5.8k
Transcript
Rails Girls Chengdu 2014 Terry Tai
~ $ whoami
Terry Tai
太 檑
poshboytl
Co-founder of Teahour.fm
None
Co-founder of Pragmatic.ly
None
Creator of railscasts-china.com
None
How many of you know at least one programing language.
How many of you are programers?
How many of you have ever written web application?
How many of you have ever used Ruby?
Beijing Shanghai Chengdu Xi an Shenzhen Guangzhou
None
Get excited and make things!
What is Web app?
None
None
None
None
None
None
Can we say Web app is the app running in
the browser?
Yes or no!
Show time!
What’s the advantage of Web app?
Can we say Web app is the app based on
HTTP protocol?
No!
None
WebSocket
“WebSocket is a protocol providing full-duplex communications channels over a
single TCP connection. ” — Wikipedia
SPDY
“SPDY (pronounced "SPeeDY") is a new networking protocol whose goal
is to speed up the web”
https:// isspdyenabled.com/
It’s really hard to give the definition.
So what? It’s not important!
Get your hands dirty and make something real!
How?
Ruby on Rails
“Ruby on Rails is an open-source web framework that’s optimized
for programmer happiness and sustainable productivity. It lets you write beautiful code by favoring convention over configuration.”
“Rails is a web-application framework that includes everything needed to
create database-backed web applications according to the Model-View-Controller (MVC) pattern.”
full-stack
convention over configuration
framework?
methodology
a bunch of patterns and principles
a bunch of libraries
TCPServer Drupal Ruby on Rails Sinatra
History
DHH David Heinemeier Hansson
None
None
None
None
Programing is a life style. Not just programer can do
programing.
RoR is extracted from Basecamp in 2004
Great frameworks and libs are always extracted from real projects.
1.0 December 13, 2005 1.2 January 19, 2007 2.0 December
7, 2007 2.1 June 1, 2008 2.2 November 21, 2008 2.3 March 16, 2009 3.0 August 29, 2010 3.1 August 31, 2011 3.2 January 20, 2012 4.0 June 25, 2013
Why Ruby not anything else?
None
Live coding session!
The Rails part will be in the afternoon.
Katrina Owen Creator of http://exercism.io Teacher in jumpstartlab. One of
the host of best Ruby podcast rubyrogues.com.
Sarah Mei Ruby developer, rabid pair-programmer, RailsBridge founder
Sandi Metz
Amy Hoy design + dev + bootstrapping + crazy chair
lady
Creator of Python OAuth. Former founder of @groveio, @convore, and
@pownce.
You
Agile Web Development with Rails 4 Sam Ruby
The Ruby Programming Language David Flanagan, Yukihiro Matsumoto
Thanks