Skip to content

Instantly share code, notes, and snippets.

for Coffee:
Bubba's Coffee Bar (also awesome breakfast) in Ban Thai
for food:
in Sri Thanu:
Orion Cafe (good all-rounder, also got yoga) for breaky/lunch/dinner
Eat.co (super-tasty healthy) for dinner
Karma (tasty healthy) for lunch/dinner
Green Gallery (tasty vegan) for dinner
Tamboon (middle eastern) for breaky/dinner

Product Manager

Looking to work in a small, agile team on startup products that make a difference? Want to work on fresh, greenfield projects and bring an innovative product to life?

Moonshot Labs is a startup technology incubation team. We take a user-focused approach to crafting web and mobile products using lean principles.

You can see some of our previous work here: http://moonshotlabs.io

We’re looking for an amazing product manager to join the team.

🚀 Front-End ReactJS Developer

Looking to work in a small, agile team on projects that really make a difference? Want to leave behind legacy code and work on fresh, greenfield projects using the right tech?

Moonshot Labs is a startup technology incubation team. We take a user-focused approach to crafting web and mobile products using lean principles

You can see some of our previous work here: http://moonshotlabs.io

We’re looking for an awesome front-end dev to join the team.

🚀 Ruby/Ruby on Rails Developer

Looking to work in a small, agile team on startup products that make a difference? Want to leave behind legacy code and work on fresh, greenfield projects using the right tech?

Moonshot Labs is a startup technology incubation team. We take a user-focused approach to crafting web and mobile products using lean principles.

You can see some of our previous work here: http://moonshotlabs.io

We’re looking for an awesome ruby dev to join the team.

@nathanscott
nathanscott / Portland Picks
Created November 5, 2016 23:51
Nathan's Portland Picks
In priority order, * marks the PDX highlights
COFFEE
Courier
- Small place, friendly skilled hipster baristas, dj decks, have their own roasts, best in PDX
Heart Coffee
- Slick place, quality baristas, slightly lighter roast than Courier
@nathanscott
nathanscott / application.rb
Last active May 30, 2016 19:33
Multi-tenancy set up using Rails + Houser
# config/application.rb
require './app/middleware/company_middleware.rb'
module MyApp
class Application < Rails::Application
config.middleware.use 'Houser', class_name: 'Company'
config.middleware.use 'CompanyMiddleware'
end
end
@nathanscott
nathanscott / _footer_scripts.haml
Last active August 29, 2015 14:23
analyticsjs event tracking

NYC Recommendations

Make sure you google places to make sure they are still open:

DRINKS

Sunset drinks at the Boom Boom room at the Standard Hotel. It is in the meat packing district. Overpriced cocktails but stupendous view.

@nathanscott
nathanscott / Thorfile
Created July 11, 2013 01:23
Pull down a Heroku database into local development database for a Rails app. To install: gem install thor && curl -o ~/.Thorfile https://gist.github.com/nathanscott/5971758/raw/84766f1eda446c33a6e2fa41a8fdf029b4ddc575/Thorfile && thor install ~/.Thorfile To run (from Rails project directory): thor db:get HEROKU_APP_NAME
require 'yaml'
class Db < Thor
desc 'get APP_NAME', 'Pull down the Heroku database for a specific Heroku app'
method_option :verbose, :aliases => "-v", :desc => "Be verbose"
def get(app)
database_config = YAML.load(File.open("./config/database.yml"))
database_name = database_config['development']['database']
# Draggable
# v0.1
#
# Usage:
# $(".draggable").draggable()
#
$.fn.draggable = ->
@on 'mousedown', (e)=>
@mouseDown = {