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
Bill One 開発エンジニア 紹介資料
sansan33
PRO
4
14k
能登半島地震で見えた災害対応の課題と組織変革の重要性
ditccsugii
0
970
アイテムレビュー機能導入からの学びと改善
zozotech
PRO
0
170
Git in Team
kawaguti
PRO
3
370
プロダクトのコードから見るGoによるデザインパターンの実践 #go_night_talk
bengo4com
1
2.6k
ガバメントクラウドの概要と自治体事例(名古屋市)
techniczna
3
240
難しいセキュリティ用語をわかりやすくしてみた
yuta3110
0
130
そのWAFのブロック、どう活かす? サービスを守るための実践的多層防御と思考法 / WAF blocks defense decision
kaminashi
0
200
AIツールでどこまでデザインを忠実に実装できるのか
oikon48
6
3.4k
AWS Top Engineer、浮いてませんか? / As an AWS Top Engineer, Are You Out of Place?
yuj1osm
2
210
Digitization部 紹介資料
sansan33
PRO
1
5.5k
AWSでAgentic AIを開発するための前提知識の整理
nasuvitz
2
170
Featured
See All Featured
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Optimizing for Happiness
mojombo
379
70k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Bash Introduction
62gerente
615
210k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Build your cross-platform service in a week with App Engine
jlugia
232
18k
The World Runs on Bad Software
bkeepers
PRO
72
11k
Git: the NoSQL Database
bkeepers
PRO
431
66k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Designing for humans not robots
tammielis
254
26k
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?