Skip to content

Instantly share code, notes, and snippets.

@vlledo
vlledo / bebanjo.md
Last active August 7, 2019 08:44
Mi primera semana en BeBanjo

Mi primera semana en BeBanjo

¡Hoy finalizo mi primera semana en BeBanjo! Pues sí, imagino que esto será algo inesperado para muchos de los que leáis estas líneas… Después de 8 años trabajando por mi cuenta —junto con mi socio Jesús— esta semana he abierto una nueva etapa. Pocas personas, tan sólo los más allegados y, por supuesto, nuestros clientes, sabían de este cambio; no ha sido una decisión fácil, por eso me gustaría compartir aquí los principales motivos que nos han llevado —hablo en plural porque tanto Jesús como yo dejamos Delirium Coder para pasar a formar parte de BeBanjo— a abandonar nuestra propia empresa, siendo rentable económicamente y en pleno crecimiento, para volver a trabajar por cuenta ajena.

Los últimos 8 años

No me voy a dilatar mucho explicando la historia de Delirium Coder, imagino que será bastante similar a la de todos aquellos que buscando un lugar donde d

@bomberstudios
bomberstudios / Pure de Espinacas.md
Last active August 29, 2015 14:14
Receta: puré de espinacas

Puré de Espinacas

Ingredientes (para 4 ó 5 raciones)

  • 1 cebolla mediana
  • 1 puerro grande
  • 1 calabacín grande
  • 1 patata pequeña

Pollo al lemongrass con calabacines

Un plato muy fácil (y rápido!) de preparar, sano, sabroso y perfecto como punto de partida para experimentar con nuevos ingredientes. En casa lo hacemos casi todas las semanas, para cenar.

Ingredientes, para 3 personas

  • Filetes de muslo de pollo (yo suelo comprar una bandeja de 600gr o así)
  • lemongrass
@fern4lvarez
fern4lvarez / sentences.md
Last active December 20, 2016 19:36
Spanish sentences I can't find a natural translation in english
  • Eres un pesao
  • Yo es que lo flipo
  • Ya te digo
  • No me digas
  • Sin darte cuenta
  • Ya te estás rajando
  • Que no veas
  • Tú sabrás lo que haces
  • Me traes por la calle de la amargura
  • Entrar en barrena
@afcapel
afcapel / how-the-web-works.md
Last active November 15, 2016 21:23
Article for the amazing practicing ruby Tech Writing Clinic. http://elmcitycraftworks.org/post/36678454423/technical-writing-clinic-winter-2013 One assignment was to write an article explaining a technical concept to non technical readers. Here is my article.

My job, explained so my mom can understand it

"I am a freelance Ruby and Rails developer". When I talk with my geek friends, everyone understands what I do and they have a reasonable understanding of how I spend my day. But sometimes, less technical people ask me what I do for a living and then I tend to dumb down the answer: "I am a programmer, I usually build websites.". Oh -they say- my nephew also make websites, he even built me a blog in Blogger.

Err... yes, but that hardly has anything to do with what I do for a living.

There are many different kinds of websites, built with different technologies, and depending on the site and the technology used to build it, they are made by one kind of professional or another. The craft of building a website comprises many different disciplines, and professionals usually specialize in just one part of the process. Although I do many different things, my specialization is mainly programming dynamic websites using Ruby and Rails.

In this article I want to

// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible).
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export.
var FORMAT_ONELINE = 'One-line';
var FORMAT_MULTILINE = 'Multi-line';
var FORMAT_PRETTY = 'Pretty';
var LANGUAGE_JS = 'JavaScript';
var LANGUAGE_PYTHON = 'Python';
@iansoper
iansoper / CodaLight.scpt
Created December 15, 2010 15:35
Open your web development project in TextMate + Transmit + Terminal (kinda like Coda)
-- Coda Light
--
-- By Henrik Nyh <http://henrik.nyh.se>, 2007-04-26
-- His original script: http://henrik.nyh.se/2007/04/coda-light-applescript
--
-- Changes for Transmit 4 and AppleScript 2 by Ian Soper <http://iansoper.com>, 2010-12-15
--
-- An AppleScript to start working on a web development project by
-- * opening the project in TextMate,
-- * opening related URLs in the default browser,