Skip to content

Instantly share code, notes, and snippets.

View patcoll's full-sized avatar

Pat Collins patcoll

View GitHub Profile
@patcoll
patcoll / app.conf
Created December 7, 2012 02:26
node.js as a system web service with upstart
description "app"
start on filesystem
stop on runlevel S
respawn
env PORT=3002
env APP_USER=app
# @TODO: put NODE_ENV here
env NODE_PATH=/usr/local/lib/node_modules
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
import "fmt"
// Send the sequence 2, 3, 4, ... to channel 'ch'.
func generate(ch chan int) {

Keybase proof

I hereby claim:

  • I am patcoll on github.
  • I am patcoll (https://keybase.io/patcoll) on keybase.
  • I have a public key whose fingerprint is 440C 9946 B7C6 D95E 66B9 AF79 CD15 A5E4 D60B 08AD

To claim this, I am signing this object:

import Ember from 'ember';
export default Ember.Component.extend({
click() {
alert('will not run');
},
object: {
attribute: 'value'
},
attributeBindings: ['id'],
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});

Tell us about your experience with computers and web programming. *

Hi,

My name is Daniel, I am a Ruby on Rails and Ember web developer. I have been working with web applications since I was doing my bachelor degree. At that time I was implementing platforms to support education because I was part of a research group at my University.

For more than three years, I have been working as a freelancer using mostly Ruby on Rails and Ember. At the beginning, I was involved with several projects, most of them related with platforms to support the agriculture and grocery industries.

I care deeply about education, so I am constantly picking projects that align with this passion. Nowadays I work on an online education platform that supports people in using design thinking to further their work.