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
Hassle-free webapps on Heroku
Search
Raúl Raja Martínez
January 29, 2014
Technology
1
210
Hassle-free webapps on Heroku
A Heroku introduction
Raúl Raja Martínez
January 29, 2014
Tweet
Share
More Decks by Raúl Raja Martínez
See All by Raúl Raja Martínez
Architecting Typed FP Applications & Libraries in Kotlin with Λrrow
raulraja
4
1.8k
Types Vs Tests
raulraja
4
1.8k
Λrrow - Toward Functional Programming in Kotlin
raulraja
2
1.2k
Kotlin for Scala Devs
raulraja
2
420
Typeclasses in FP Architecture
raulraja
4
4.1k
Freestyle + Freestyle RPC Introduction
raulraja
2
1.4k
Introduction to KΛTEGORY
raulraja
3
3.5k
Functional Error Handling
raulraja
7
16k
Run Wild, Run Free!
raulraja
12
4.1k
Other Decks in Technology
See All in Technology
変化する開発、進化する体系時代に適応するソフトウェアエンジニアの知識と考え方(JaSST'25 Kansai)
mizunori
0
140
25分で解説する「最小権限の原則」を実現するための AWS「ポリシー」大全 / 20250625-aws-summit-aws-policy
opelab
7
730
Prox Industries株式会社 会社紹介資料
proxindustries
0
210
Observability в PHP без боли. Олег Мифле, тимлид Altenar
lamodatech
0
280
ひとり情シスなCTOがLLMと始めるオペレーション最適化 / CTO's LLM-Powered Ops
yamitzky
0
380
BigQuery Remote FunctionでLooker Studioをインタラクティブ化
cuebic9bic
2
230
Amazon S3標準/ S3 Tables/S3 Express One Zoneを使ったログ分析
shigeruoda
2
390
Snowflake Summit 2025全体振り返り / Snowflake Summit 2025 Overall Review
mtpooh
2
200
GeminiとNotebookLMによる金融実務の業務革新
abenben
0
120
ObsidianをMCP連携させてみる
ttnyt8701
2
140
(非公式) AWS Summit Japan と 海浜幕張 の歩き方 2025年版
coosuke
PRO
1
330
登壇ネタの見つけ方 / How to find talk topics
pinkumohikan
3
290
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
173
14k
Side Projects
sachag
455
42k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Code Review Best Practice
trishagee
68
18k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
The Cost Of JavaScript in 2023
addyosmani
51
8.4k
Fireside Chat
paigeccino
37
3.5k
Embracing the Ebb and Flow
colly
86
4.7k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Writing Fast Ruby
sferik
628
61k
Building a Modern Day E-commerce SEO Strategy
aleyda
41
7.3k
Designing Experiences People Love
moore
142
24k
Transcript
Hassle-free web apps on
47 Degrees http://47deg.com https://partners.heroku.com/47-degrees ! Raúl Raja https://github.com/raulraja @raulraja Who
are we?
Let’s get started! Sign up for an account at heroku.com
Download & Install the Heroku Toolbelt at https://toolbelt.heroku.com/
git clone http://github.com/47deg/heroku-play2-demo.git Heroku uses Git for deployments. Let’s clone
our sample app
Once our app is downloaded create a Heroku app in
its root. A Git remote is automatically added pointing to your Heroku app in the cloud.
Next we provision the Database with the Mongolab addon.
Logentries for log management
Loader.io to simulate load testing and get ready for prime
time
And finally New Relic to monitor our app internals
> heroku create:app > heroku addons:add logentries > heroku addons:add
mongolab > heroku addons:add newrelic > heroku addons:add loaderio
> heroku addons:add logentries > heroku addons:add mongolab > heroku
addons:add newrelic > heroku addons:add loaderio
http://47deg.tumblr.com/
http://47deg.tumblr.com/
None
None
http://www.vibrant.com/cable-messes.php Running on spaghetti servers?
http://www.vibrant.com/cable-messes.php Running on spaghetti servers?
THANKS! ! Sample Project https://github.com/47deg/heroku-play2-demo/ ! Buildpacks https://devcenter.heroku.com/articles/buildpacks ! Heroku
Addons https://addons.heroku.com/ ! 47 http://47deg.com