http

Recursos de programación de http
Web
23-04-2014
I've just watched this amazing talk by Steve Freeman: Test-Driven Development (that’s not what we meant)These are the talk slides. - por Garajeando
Web
22-04-2014
I've just watched this great talk by Nat Pryce and Steve Freeman: Mock Roles Not Object States - por Garajeando
Web
22-04-2014
I've just watched this interesting talk by Jon Neale and Ragnar Dahlen: Exploring a Legacy Clojure Codebase - por Garajeando
El quinto punto que Gene Kim recomienda conocer sobre DevOps, describe los principios fundamentales, que no dejan de ser las Tres vías que menciona en sus libros DevOps Cookbook y The Phoenix Project. Como en los anteriores artículos, podéis enviar vuestros comentarios al hashtag #11cosasdevops.
Web
20-04-2014
I've just watched this great talk by Kevlin Henney: The SOLID Design Principles Deconstructed - por Garajeando
Web
19-04-2014
I've just watched this interesting talk by Jessica Kerr: Functional Principles for Object Oriented DevelopmentThis is the Ruby version. There's also a Java version of this talk. - por Garajeando
Web
17-04-2014
http , tdd
I've just watched this great explained katacast by Brian Marick Clojure TDD demo (Robozzle)The top-down style Marick uses to grow his code through TDD reminds me a lot of how Gregor Kiczales worked through the example programs in Racket of his Introduction to Systematic Program Design - Part 1 Coursera course that I took a while ago.The difference between the two processes is basically in the tooling, because Midje allows Marick to "stub" the results of helper functions so he can get feedback ab...