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.
Tuesday, September 30, 2014
Sunday, September 28, 2014
Interesting Talk: "Decoupling from ASP.NET, Hexagonal Architectures in .NET"
I've just watched this great talk by Ian Cooper:
Monday, September 22, 2014
Interesting Talk: "Succeeding with TDD: Pragmatic Techniques for effective mocking"
I've just watched this interesting talk by Venkat Subramaniam:
Sunday, September 21, 2014
Friday, September 19, 2014
Interesting Talk: "Forget about classes, welcome objects"
I've just watched this great talk by Alexandre de Oliveira:
Thursday, September 18, 2014
Interesting Talk: "It's not what you read, it's what you ignore"
I've just watched this great talk by Scott Hanselman:
Thanks to Eduardo Ferro for sharing it.
Monday, September 15, 2014
Interesting Talk: "Components Just Enough Structure"
Yesterday I watched this interesting talk by Stuart Sierra:
He presents an evolution of the ideas in his previous Clojure in the Large talk.
Interesting Talk: "Clojure in the Large"
I've just watched this interesting talk by Stuart Sierra:
PS: An earlier version of the talk, so you can see the evolution of his ideas.
Saturday, September 13, 2014
Refactoring my generalized fizzbuzz to use only applicative higher-order functions
I refactored my my previous version of generalized FizzBuzz, so that, it doesn't use neither for loops nor recursion. Now it only uses: reduce and map.
This is the new code:
The tests are exactly the same as in the previous version:
This is the new code:
The tests are exactly the same as in the previous version:
Friday, September 12, 2014
Interesting Talk: "Development and Philosophy"
I've just watched this interesting talk by Steve Klabnik:
Thursday, September 11, 2014
Interesting Talk: "Design How Your Objects Talk Through Mocking"
I've just watched this wonderful talk by Konstantin Kudryashov:
Wednesday, September 10, 2014
Interesting Paper: "Functional Programming Patterns and Their Role in Instruction"
I've just read this interesting paper by Eugene Wallingford:
Sunday, September 7, 2014
Interesting Talk: "SICP Lecture 4B: Generic Operators"
I've just watched this wonderful class by Harold Abelson:
Saturday, September 6, 2014
Interesting Podcast: "Teoría frente a la práctica"
I've just listened to this very interesting episode of Basta ya de picar:
Interesting Talk: "SICP Lecture 4A: Pattern Matching and Rule-based Substitution"
I've just watched this wonderful class by Gerald Jay Sussman:
Thursday, September 4, 2014
Wednesday, September 3, 2014
Tuesday, September 2, 2014
Euler Project: Problem 7 in Clojure
This is my solution in Clojure to the seventh problem from Euler project:
It works but it's quite slow.
It works but it's quite slow.
Monday, September 1, 2014
Subscribe to:
Posts (Atom)