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

Web
22-11-2014
-
Haskell can be very beautiful: - por Garajeando
In the previous post I presented a solution of Conway's Game of Life in Clojure. I've refactored that code in order to eliminate some duplication from the game rules. First of all, I coded using TDD a new function will-have-a-cell? that later substituted both will-go-on-being-a-cell? and will-be-a-cell?. These are the tests for the game rules after deleting the obsolete functions (will-go-on-being-a-cell? and will-be-a-cell?): and this is the new function's code: Once I had the new function I u...
This time I have a good list of interesting talks:-) Polyglot Data (Greg Young) Good tips related to persistence, entities, events... Good explanation about the information lost when we only store the actual state of an entitiy instead the stream of events of the entity. There is no "best" database, only "best database for" some use cases. The benefits of separate bounded contexts and decide wich databases are the bests for this bounded context... Separation of reads from writes (CQRS). Lot of...
Resumen del primer Geek Investors Day que tuvo lugar el pasado 11 de noviembre En el vídeo podemos ver las impresiones de algunas de las startups participantes y opiniones sobre el evento de inversores tan importantes como Pablo Lancry, responsable del programa de emprendedores de la fundación Bankinter, Bruno Dureux, director general de 2Up Seed Capital o Iker Marcaide, fundador de Zubi Labs y peerTransfer. En cinco minutos, cada una de las startups presentaron a sus equipos, su proyecto y lo que buscan con la inversión. Tras las presentaciones, en un ambiente más relajado, los participantes pudieron acercarse y dialogar de forma más próxima acompañados de unas cervezas Turia y una impresionante paella hecha con todo el arte de Paellas Velarte, abundante en calidad y cantidad. Podéis ver las fotos del evento en el siguiente enlace: http://bit.ly/11fkjOc
Web
18-11-2014
http , go , java , tdd
Last Saturday I attended the Global Day of Code Retreat in Zaragoza where I had a great time practicing with other kindred spirits. Today I did a version of Conway's Game of Life in Clojure having in mind some of the ideas I took home from the code retreat. These are the resulting tests using Midje: and this is the code: When I have some more time and learn more Clojure, I'd like to make it configurable to change the geometry of the game and its rules using different versions of the neighbors, w...
Web
14-11-2014
I recently finished this Coursera course by Dr. Greg Heileman from the University of New Mexico: Web Application ArchitecturesThe theory in this course was a great introduction to know general concepts and patterns that are used in web development and see how they are applied in Ruby on Rails. However, the homework assignments were not challenging at all. In any case, I'd like to thank Coursera and Professor Heileman for offering this course. - por Garajeando
SI NO PUEDES VERLO EN ESTE ENLACE VE A https://www.youtube.com/watch?v=qKQ2ocnfL5A Estamos trabajando ya en el segundo encuentro para fortalecer la relación entre los miembros del grupo y conocer a nuevos miembros que no pudieron asistir al primer meetup. En esta ocasión, contamos con el apoyo de HP que, tras las charlas programadas, nos invitará a unas cervezas en un bar próximo a La Industrial. En cuanto a la localización, la gente de La Industrial nos brindó su espacio, un centro moderno donde compartir inquietudes, conocimiento e ideas, por lo que os convocamos en este nuevo espacio, en la zona de Tribunal. Tendremos dos charlas: • La primera será 'Installation and administration of HP Helion OpenStack Community Edition', una charla de orientación práctica ofrecida por HP. Esta charla la ofrecerán Chris Cannon, Sr. Technical Evangelist en HP, y Michael Aday, DirectorConverged Cloud. • Para la segunda y para satisfacer las inquietudes de los miembros, os invitamos a que propongáis temáticas o intereses, que luego votaremos entre todos los miembros del grupo. ¿Cómo lo veis? En el encuentro anterior hablamos de diferentes temas. Finalmente, Pablo Llopis nos contará un despliegue 'low-cost' (en cuanto a coste de hw y de facilidad de mantenimiento) que tienen funcionando en la universidad. Como novedad, y respondiendo también a las peticiones de algunas personas que no pudieron asistir al primer meetup y dado que en la nueva sala tenemos limitación de espacio, vamos a contar con streaming para que todo el que quiera pueda seguir la jornada. Os pasaremos la url en los próximos días.
Web
14-11-2014
-
- por Garajeando
These are the links mentioned in this week's conversation about the 8th and 9th chapters: Code samples Kata Roar by Guillermo Pascual Simple Pet Store by Vincent TencéGrowing OO Software in Ruby by Brian MarickGOOS in Ruby by Kerry Buckley Posts Taller Diseño modular dirigido por pruebas by Eduardo Ferro and Nestor SalcedaSimple Web Development In Java by Vincent Tencé - por Garajeando