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
680
RubyConf China Welcome Slides
poshboytl
1
75
Refactoring Re-education
poshboytl
5
940
How we test our projects
poshboytl
29
1.8k
Other Decks in Programming
See All in Programming
광고 소재 심사 과정에 AI를 도입하여 광고 서비스 생산성 향상시키기
kakao
PRO
0
170
アジャイルを支えるテストアーキテクチャ設計/Test Architecting for Agile
goyoki
9
3.3k
Contemporary Test Cases
maaretp
0
140
Flutterを言い訳にしない!アプリの使い心地改善テクニック5選🔥
kno3a87
1
200
macOS でできる リアルタイム動画像処理
biacco42
9
2.4k
ヤプリ新卒SREの オンボーディング
masaki12
0
130
What’s New in Compose Multiplatform - A Live Tour (droidcon London 2024)
zsmb
1
480
Creating a Free Video Ad Network on the Edge
mizoguchicoji
0
120
役立つログに取り組もう
irof
28
9.6k
cmp.Or に感動した
otakakot
3
200
PHP でアセンブリ言語のように書く技術
memory1994
PRO
1
170
距離関数を極める! / SESSIONS 2024
gam0022
0
290
Featured
See All Featured
Music & Morning Musume
bryan
46
6.2k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
The Language of Interfaces
destraynor
154
24k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
The Cost Of JavaScript in 2023
addyosmani
45
6.8k
How to Think Like a Performance Engineer
csswizardry
20
1.1k
GraphQLとの向き合い方2022年版
quramy
43
13k
How To Stay Up To Date on Web Technology
chriscoyier
788
250k
Six Lessons from altMBA
skipperchong
27
3.5k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
420
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
42
9.2k
Keith and Marios Guide to Fast Websites
keithpitt
409
22k
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