Devoogle tiene indexados actualmente 17942 recursos relacionados con el desarrollo de software.

Web
03-08-2014
I solved the Gigasecond exercise in Ruby a month ago but I forgot to post it.Since my previous post was about the solution to this exercise using Clojure, I'll post here its solution in Ruby: In this case life is much easier in Ruby :) - por Garajeando
Web
03-08-2014
This is my solution to the Gigasecond problem in Clojure. To solve it I had to learn first how to add days to a date in Java by having a look to the SimpleDateFormat and Calendar classes. Then I learned a bit about how to use Java from Clojure in the Clojure Java Interop documentation and this other useful post: Calling java from Clojure. Finally, once I had it working on the REPL, I added some private helper functions and used the -> macro in the implementation of the from function to make the...
Web
03-08-2014
I've just watched this interesting talk by Cory House: Becoming an Outlier: Career Reboot for the Developer Mind - por Garajeando
This is a small example from something I did recently at work.We needed to apply some custom validation rules to some form fields using the jQuery Validation Plugin.The decision of which fields were contained in a given form was taken dynamically, so instead of dynamically creating a rules object to pass it to the validate method, we decided to use HTML5 data attributes. In the following example, I'll show you a way to do it. Imagine that we'd like to validate that the first name introduced in...
Web
02-08-2014
Recently I solved the Grains problem using a home-made stream both using Clojure and Racket (check the the Clojure's solution and the Racket's solution).As I said then, the solution in Clojure was not idiomatic at all. I just wanted to write a stream in Clojure similar to the ones I had studied in the Coursera Programming Languages course.This new version is a much more simple and Clojurist way of solving the same problem using the iterate function:The iterate function generates a lazy sequence...
En este curso trataremos estrategias y herramientas prácticas para estimular nuestras ventas. Si supiéramos de todos nuestros potenciales clientes cuáles están más interesados en nuestros productos, contactaríamos con ellos de inmediato. Sin embargo, con frecuencia nos enfrentamos a una larga lista de posibles clientes sin la información que nos permita priorizar nuestras acciones comerciales hacia el éxito a corto plazo. La buena noticia es que sí tenemos a nuestra disposición herramientas que, adecuadamente aplicadas, nos permiten con un esfuerzo razonable y poca inversión, encontrar las guindas del pastel sin tener que bucear a ciegas. Analizaremos la dinámica actual de las ventas, las causas por las que vender en estos momentos es una tarea tan complicada y cómo hemos llegado al entorno actual.  Así podremos comprender mejor el porqué y cómo utilizamos las herramientas que vamos a analizar, y cómo aplicarlas al diseño de nuestro plan de ventas y las acciones de marketing que lo hagan eficaz.  Nos encontramos en un mercado de clientes frecuentemente frustrados, con una dura coraza frente a las técnicas de marketing y ventas tradicionales. Trabajar con el objetivo de establecer canales de comunicación bidireccionales, que nos permita comunicar de tú a tú con nuestros potenciales clientes, personalizando nuestros mensajes y contenidos, creando y alimentando vínculos que finalicen en ventas, está en la base de las estrategias que vamos a proponer. Transparecias: http://prezi.com/5tfmot7isovo/seminario-estrategias-de-bajo-coste-para-realizar-contactos-comerciales-utiles/
Atendiendo a una pregunta de cliente, nuestro CEO de Autentia Roberto Canales Mora da una charla improvisada después del daily habitual de cada mañana a los compañeros de Autentia sobre cómo encajan las herramientas de portal, gestores de contenidos, gestores documentales y desarrollos a medida con frameworks en los desarrollos corporativos.
Web
27-07-2014
I've just watched this wonderful talk by Denise Jacobs: Banish Your Inner Critic - por Garajeando