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
180
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
35
Early monday
mindaslab
0
44
TDD is it worth it?
mindaslab
0
520
Scala basics
mindaslab
1
97
சொற்கண்டு
mindaslab
0
160
Datastructures in C
mindaslab
1
170
Forget Infrastructure
mindaslab
1
61
The Magic of Ruby
mindaslab
0
92
Other Decks in Technology
See All in Technology
[E2]CCoEはAI指揮官へ。Bedrock×MCPで構築するコスト・セキュリティ自律運用基盤
taku1418
0
180
脳内メモリ、思ったより揮発性だった
koutorino
0
370
僕、S3 シンプルって名前だけど全然シンプルじゃありません よろしくお願いします
yama3133
1
220
PMとしての意思決定とAI活用状況について
lycorptech_jp
PRO
0
130
JAWSDAYS2026 [C02] 楽しく学ぼう!AWSとは?AWSの歴史 入門
hiragahh
0
160
JAWS FESTA 2025でリリースしたほぼリアルタイム文字起こし/翻訳機能の構成について
naoki8408
1
600
Zeal of the Convert: Taming Shai-Hulud with AI
ramimac
0
120
Kubernetesにおける推論基盤
ry
1
400
[JAWSDAYS2026][D8]その起票、愛が足りてますか?AWSサポートを味方につける、技術的「ラブレター」の書き方
hirosys_
3
190
フロントエンド刷新 4年間の軌跡
yotahada3
0
450
Yahoo!ショッピングのレコメンデーション・システムにおけるML実践の一例
lycorptech_jp
PRO
1
210
AIエージェント、 社内展開の前に知っておきたいこと
oracle4engineer
PRO
2
140
Featured
See All Featured
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
10
1.1k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.3k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
38
2.8k
Odyssey Design
rkendrick25
PRO
2
550
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
3.7k
The State of eCommerce SEO: How to Win in Today's Products SERPs - #SEOweek
aleyda
2
9.9k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Large-scale JavaScript Application Architecture
addyosmani
515
110k
Bootstrapping a Software Product
garrettdimon
PRO
307
120k
Test your architecture with Archunit
thirion
1
2.2k
Done Done
chrislema
186
16k
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?