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

Web
11-08-2014
I've just watched this wonderful class by Gerald Jay Sussman: SICP Lecture 2A: Higher-order Procedures - por Garajeando
Web
11-08-2014
http , tdd
Last Friday I went to a kata of Barcelona Software Craftsmanship facilitated by Carlos Blé at Runroom. We had to write a function using TDD that when given a word will produce an array containing the positions of all the capital letters in the word. The most interesting part of the exercise came during the second interaction in which we had the constraint of not mutating any value. Although we didn't managed to finish the exercise, we had a very interesting debate about recursion, baby steps and...
Web
10-08-2014
This post originated in a conversation we had during the last Barcelona Software Craftsmanship event. We talked about a technique to recursively processing list elements once at a time in which you have to focus on two things: How to process an empty list (the base case of the recursion)How to process a non empty list in terms of the result of processing the tail of the list (the list except the first element)To illustrate it, let's see a possible implementation of map in SML: It uses the foll...
I've just watched this interesting talk by Gary Bernhardt: The Birth & Death of JavaScript - por Garajeando
Web
05-08-2014
I've just watched this very interesting talk by Adam Tornhill: Code that fits your brain - por Garajeando
Web
05-08-2014
I used metaprogramming as I did in the Meetup problem to simplify the code of the Space Age problem (you can find my previous versions here): This version has less repetition than the previous ones. You can nitpick my solution here or see all the exercises I've done so far in this repository. - por Garajeando
Web
05-08-2014
This is my solution to the Triangle problem in Clojure. This was an easy one.You can nitpick my solution here or see all the exercises I've done so far in this repository. - por Garajeando
Web
05-08-2014
This is my solution in Clojure to the second problem from Euler project: I created some helpers just to make the solution a bit more readable. - por Garajeando
Entrevista a Ali Gangi, fundador del Club Pádel Torrejón