Record of experiments, readings, links, videos and other things that I find on the long road.
Registro de experimentos, lecturas, links, vídeos y otras cosas que voy encontrando en el largo camino.
Saturday, February 20, 2016
Friday, February 19, 2016
Tiny job application problem solved in Clojure
Today Álvaro García passed me this problem to play with.
I solved it first in the REPL:
Then I collected all the code in the extract-info function:
I solved it first in the REPL:
Then I collected all the code in the extract-info function:
Sunday, February 14, 2016
Interesting Talk: "REST: I don't Think it Means What You Think it Does"
I've just watched this wonderful talk by Stefan Tilkov:
Interesting Talk: "Decouple all the things: Asynchronous messaging keeps it simple"
I've recently watched this great talk by Kerstin Puschke:
Tuesday, February 9, 2016
Kata: Back to the Checkout in Clojure
I just did the Back to the Checkout kata.
These are the tests using Midje:
and this is the resulting code:
I did a mix of TDD and playing in the REPL to solve it.
You can check commits step by step here.
You can find all the code on GitHub.
These are the tests using Midje:
and this is the resulting code:
I did a mix of TDD and playing in the REPL to solve it.
You can check commits step by step here.
You can find all the code on GitHub.
Monday, February 8, 2016
Interesting Talk: "First Do No Harm: Surgical Refactoring"
I've just watched this great talk by Nell Shamrell-Harrington:
Interesting Talk: "Your code As A Crime Scene"
I've just watched this very interesting talk by Vicenç García-Altés:
He talks (in Spanish) about the wonderful Your code As A Crime Scene book by Adam Tornhill.
Friday, February 5, 2016
Interesting Talk: "Easy rewrites with ruby and science!"
I've just watched this wonderful talk by Jesse Toth:
Thursday, February 4, 2016
Interesting Talk: "Modificando el software de manera progresiva"
I've just watched this wonderful talk by Jaime Perera:
Interesting Talk: "Be a better developer (no code required) "
I've just watched this very interesting talk by Katherine Wu:
Interesting Talk: "Stop Building Services"
I've just watched this very interesting talk by Rachel Myers:
Kata: Wonderland Number in Clojure
I just redid the Wonderland Number kata from Carine Meier's Living Clojure book that we did this week at a Clojure Developers Barcelona event.
These are the tests using Midje:
and this is the final code:
I just played in the REPL to do it.
You can find all the code on GitHub.
These are the tests using Midje:
and this is the final code:
I just played in the REPL to do it.
You can find all the code on GitHub.
Wednesday, February 3, 2016
Interesting Paper: "OO Design Quality Metrics, An Analysis of Dependencies"
I've just read this interesting paper by Robert Martin:
Subscribe to:
Posts (Atom)