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

http://www.javahispano.org/portada/2014/6/17/charla-de-madridjug-tests-en-java-con-groovy-y-spock.html Andrés Viedma nos mostrará lo sencillo que es integrar Spock en un proyecto Java, y cómo su gran expresividad y la potencia de Groovy nos pueden ayudar a crear tests en los que puedas preocuparte más de qué quieres probar que de cómo tienes que programar la prueba, y que además sirvan para documentar de una forma muy elegante cuál es el comportamiento esperado de nuestra querida aplicación Java.
I've just watched this great talk by Reginald Braithwaite the author of the wonderful JavaScript Allongé book: Javascript Combinators - por Garajeando
Resumen de la #techHour con Miguel Ángel Díez - @ferrenet, experto en internet business. En ella habló sobre su experiencia internacionalizando el servicio de karaoke online RedKaraoke, del que es fundador. Tras probar diferentes modelos que necesitaban muchos recursos, en RedKaraoke encontraron una fórmula que podían aplicar a cualquier país y a muy bajo coste. Además, Miguel Ángel resolvió dudas y dio consejos sobre cuando es adecuado internacionalizar, destacando que no es algo que se deba hacer a lo loco, ya que puede ser el fin de nuestra startup. Charla completa: http://bit.ly/1zrnwaS Suscríbete a nuestro canal en Youtube: http://bit.ly/1dLbCyV A las novedades en Twitter: http://bit.ly/1fc96DF Y también por Facebook: http://on.fb.me/1kVU8Uq
Web
10-07-2014
This is my solution to the Grains problem in Clojure. This solution is probably not idiomatic at all. I just wanted to use a stream like in my previous Racket solution to see how different would that be in Clojure.This was the Racket version: As you see they are quite different. letfn is somehow equivalent to Racket's letrec.My biggest problem was with cons because they behave different. Whereas in Racket you can do: > (cons 1 2)'(1 . 2)in Clojure an exception is raised when you try the same: us...
Web
09-07-2014
I did the Grains problem in Racket using a home-made stream: The stream is the function grains which returns a pair containing the first value and the generator of the rest of the stream. The stream-for-n-steps helper gets n values from the stream. Probably there is a function to do this directly in Racket but I wanted to remember what we did in the Coursera Programming Languages course. Now I want to do something similar in Clojure. - por Garajeando
Primeros pasos con Git en el Hogar Extremeño de Madrid
Autentia asistió a la charla de introducción a CartoDB que dio Sergio Álvarez Leiva, creador del mismo, en su oficina de Madrid