http

Recursos de programación de http
Web
01-02-2014
http , go , solid
I've just watched this interesting talk by Cory Foy:Thinking in PatternsHe talks about thinking in the forces and the context of a given problem before deciding if any pattern is suitable. Once you decide that a pattern is suitable, instead of using the pattern implementation by the book, he advises to go on using design principles (SOLID, DRY, etc) to guide the development. This way the pattern would just be used as a reference of how the design might end being. - por Garajeando
Web
31-01-2014
Two weeks ago I finished this great Coursera course by Dr. Yuval Noah Harari from Hebrew University of Jerusalem:A Brief History of Humankind"This course surveys the entire length of human history, from the evolution of various human species in the Stone Age up to the political and technological revolutions of the twenty-first century to present a panoramic study on the history of Humankind; following the Cognitive, Agricultural and Scientific Revolutions, and the Unification of Humankind. Its a...
Web
31-01-2014
I've just watched this interesting talk by Gilad Bracha: Deconstructing Functional ProgrammingAs it's summarized by InfoQ, he "explains how to distinguish FP hype from reality and to apply key ideas of FP in non-FP languages, separating the good parts of FP from its unnecessary cultural baggage."This is the summary slide: - por Garajeando
Charla de @bienvenidosaez sobre las posibilidades que nos brinda Stylus como cualquier preprocesador de CSS http://slid.es/bienvenidosaez/stylus-css-con-esteroides
Web
31-01-2014
I've just watched this interesting talk by Robert C. Martin:Does anybody remember design patterns? - por Garajeando
As a practice, I'm implementing different design patterns in different languages.I'm using the examples in the great Head First Design Patterns book as the basis for this implementations.The book examples are written in Java, so I'll use other languages.I've started with the Strategy pattern. "The Strategy Pattern defines a family of algorithms, encapsulates each one, and makes them interchangeable. Strategy lets the algorithm vary independently from clients that use it." The first implementat...
Web
29-01-2014
I've just watched this interesting talk by Nick Gauthier: Outside-In Testing - por Garajeando
Web
29-01-2014
I've just watched this interesting talk by Jon Yurek: Naming is Hard! Good naming is one of the hardest things in software development so it's worth to see. - por Garajeando