Skip to content

Instantly share code, notes, and snippets.

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.

// 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) {