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
Building Large Scale Ruby on Rails Applicatiions
Search
Karthikeyan A K
April 06, 2013
Technology
0
150
Building Large Scale Ruby on Rails Applicatiions
My talk on Aprill 6th 2012 at Chennai.rb conference in System Insights, Chennai.
Karthikeyan A K
April 06, 2013
Tweet
Share
More Decks by Karthikeyan A K
See All by Karthikeyan A K
Machine Learning For Smart Cities
mindaslab
0
30
Early monday
mindaslab
0
41
TDD is it worth it?
mindaslab
0
480
Scala basics
mindaslab
1
93
சொற்கண்டு
mindaslab
0
150
Datastructures in C
mindaslab
1
160
Forget Infrastructure
mindaslab
1
58
The Magic of Ruby
mindaslab
0
88
Other Decks in Technology
See All in Technology
Welcome to the LLM Club
koic
0
170
生成AIでwebアプリケーションを作ってみた
tajimon
2
150
監視のこれまでとこれから/sakura monitoring seminar 2025
fujiwara3
11
3.9k
20250623 Findy Lunch LT Brown
3150
0
850
解析の定理証明実践@Lean 4
dec9ue
0
170
変化する開発、進化する体系時代に適応するソフトウェアエンジニアの知識と考え方(JaSST'25 Kansai)
mizunori
1
210
PHP開発者のためのSOLID原則再入門 #phpcon / PHP Conference Japan 2025
shogogg
4
730
MySQL5.6から8.4へ 戦いの記録
kyoshidaxx
1
200
5min GuardDuty Extended Threat Detection EKS
takakuni
0
130
強化されたAmazon Location Serviceによる新機能と開発者体験
dayjournal
2
200
Azure AI Foundryでマルチエージェントワークフロー
seosoft
0
180
mrubyと micro-ROSが繋ぐロボットの世界
kishima
2
220
Featured
See All Featured
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Music & Morning Musume
bryan
46
6.6k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
210
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Thoughts on Productivity
jonyablonski
69
4.7k
Done Done
chrislema
184
16k
Building Applications with DynamoDB
mza
95
6.5k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
VelocityConf: Rendering Performance Case Studies
addyosmani
330
24k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.3k
Transcript
Building Large Rails App Karthikeyan A K Fired Recently
[email protected]
rails new <app_name> • Tutorials just get you started •
Apps grow • Scaling – Cost – Headhache – Stupids
Scaling Easy? • Heroku – Cost • Multiserver – Headache
– It costs time
What App Has • Client Data • Business Logic •
Security – Authentication • File store • Logging Stuff (for data-mining)
Separate it into servers • CDN (static files) • Bizlogic
• Login / Auth
Communication?
JSON • Ruby's inbuilt support • Can be converted to
hash → Native Objects • Can easily create API's out of it – It is a API
None
None
Questions?