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
34
Early monday
mindaslab
0
42
TDD is it worth it?
mindaslab
0
490
Scala basics
mindaslab
1
94
சொற்கண்டு
mindaslab
0
160
Datastructures in C
mindaslab
1
160
Forget Infrastructure
mindaslab
1
60
The Magic of Ruby
mindaslab
0
90
Other Decks in Technology
See All in Technology
AI開発ツールCreateがAnythingになったよ
tendasato
0
130
ブロックテーマ時代における、テーマの CSS について考える Toro_Unit / 2025.09.13 @ Shinshu WordPress Meetup
torounit
0
120
Django's GeneratedField by example - DjangoCon US 2025
pauloxnet
0
150
EncryptedSharedPreferences が deprecated になっちゃった!どうしよう! / Oh no! EncryptedSharedPreferences has been deprecated! What should I do?
yanzm
0
330
実践!カスタムインストラクション&スラッシュコマンド
puku0x
0
400
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
9
73k
Codeful Serverless / 一人運用でもやり抜く力
_kensh
7
420
Agile PBL at New Grads Trainings
kawaguti
PRO
1
430
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
12
4.8k
Snowflake Intelligenceにはこうやって立ち向かう!クラシルが考えるAI Readyなデータ基盤と活用のためのDataOps
gappy50
0
220
5年目から始める Vue3 サイト改善 #frontendo
tacck
PRO
3
220
職種の壁を溶かして開発サイクルを高速に回す~情報透明性と職種越境から考えるAIフレンドリーな職種間連携~
daitasu
0
160
Featured
See All Featured
Bash Introduction
62gerente
615
210k
The Power of CSS Pseudo Elements
geoffreycrofte
77
6k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
How GitHub (no longer) Works
holman
315
140k
Producing Creativity
orderedlist
PRO
347
40k
GraphQLとの向き合い方2022年版
quramy
49
14k
RailsConf 2023
tenderlove
30
1.2k
Why Our Code Smells
bkeepers
PRO
339
57k
GitHub's CSS Performance
jonrohan
1032
460k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
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?