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
JAWS DAYS 2026 楽しく学ぼう!ストレージ 入門
yoshiki0705
2
190
楽しく学ぼう!ネットワーク入門
shotashiratori
4
3.4k
身体を持ったパーソナルAIエージェントの 可能性を探る開発
yokomachi
1
130
TypeScript 7.0の現在地と備え方
uhyo
7
1.2k
AWS DevOps Agent vs SRE俺 / AWS DevOps Agent vs me, the SRE
sms_tech
3
870
【Oracle Cloud ウェビナー】【入門編】はじめてのOracle AI Data Platform - AIのためのデータ準備&自社用AIエージェントをワンストップで実現
oracle4engineer
PRO
1
150
Claude Code のコード品質がばらつくので AI に品質保証させる仕組みを作った話 / A story about building a mechanism to have AI ensure quality, because the code quality from Claude Code was inconsistent
nrslib
13
8.4k
Kubernetesにおける推論基盤
ry
1
400
マルチアカウント環境でSecurity Hubの運用!導入の苦労とポイント / JAWS DAYS 2026
genda
0
770
AWSの資格って役に立つの?
tk3fftk
2
340
OSC仙台プレ勉強会 AlmaLinuxとは
koedoyoshida
0
180
OpenClaw を Amazon Lightsail で動かす理由
uechishingo
0
130
Featured
See All Featured
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
770
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
290
Code Review Best Practice
trishagee
74
20k
The Mindset for Success: Future Career Progression
greggifford
PRO
0
280
What does AI have to do with Human Rights?
axbom
PRO
1
2k
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
118
110k
The Language of Interfaces
destraynor
162
26k
How STYLIGHT went responsive
nonsquared
100
6k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.8k
Reality Check: Gamification 10 Years Later
codingconduct
0
2k
Have SEOs Ruined the Internet? - User Awareness of SEO in 2025
akashhashmi
0
290
Abbi's Birthday
coloredviolet
2
5.4k
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?