Skip to content

Instantly share code, notes, and snippets.

View ntenisOT's full-sized avatar

Georgios Larkou ntenisOT

View GitHub Profile
@ntenisOT
ntenisOT / juggernaut_heroku.md
Created June 21, 2011 17:50 — forked from maccman/juggernaut_heroku.md
Juggernaut on Heroku

Clone repo:

git clone git://github.com/maccman/juggernaut.git
cd juggernaut

Create Heroku app:

heroku create myapp --stack cedar
heroku addons:add redistogo:nano

git push heroku master

@ntenisOT
ntenisOT / BaseDAO.scala
Created November 9, 2015 14:49 — forked from almeidap/BaseDAO.scala
DAO design for ReactiveMongo using JSONCollection and Play2 Scala JSON API (work in progress).
package core.dao
import scala.concurrent.Future
import play.api.Logger
import reactivemongo.core.commands.LastError
import reactivemongo.core.errors.DatabaseException
import core.db.MongoHelper