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

Pitching an investor? Launching a crowdfunding campaign? Nowadays, there are many ways to finance your early-stage startup, but what's best for you? Dave McClure, founder of 500 Startups and Danae Ringlemann, founder of Indiegogo share insights, tips and trends they're seeing in startup financing around the world. *About the participants:*  Adora Cheung: Y Combinator 2010/Founder, Homejoy: http://goo.gl/p8b3yM Dave McClure: Founder, 500 Startups: http://goo.gl/6xVYCv Danae Ringelmann: Founder, IndieGoGo: http://goo.gl/vLMQwP
Desarrollar para la nube no es tan transparente como creemos. Conocer correctamente este nuevo entorno, así como sus limitaciones nos ayudarán a evitar problemas de escalabilidad. En esta sesión veremos cómo desarrollar correctamente soluciones para la nube de Microsoft que sean escalables. Veremos ejemplos de lo que no es escalable y también veremos cómo podemos solucionarlo y evitarlo. Hablaremos de patrones de arquitectura, Unity, Entity Framework, capas de acceso a datos, worker roles, web roles,...escalabilidad! Slides disponibles en http://www.slideshare.net/enriquecatala/aplicaciones-escalables-en-la-nube-mentiras-y-verdades
La charla narra el viaje de vuelta desde el país de la cafeína (CoffeeScript) al país de origen (JavaScript). Recorreremos muchas de las mejoras y nuevas características de ECMAScript 6. Como muestra, un(os) botón(es): * Módulos * Clases * Destructuring * Argumentos por defecto * Arrow functions * Y un largo etc. Slides disponibles en https://speakerdeck.com/serabe/lo-que-la-cafeina-le-hizo-a-js
Web
20-01-2015
tdd
I've just done the Numbers Spelling kata in Clojure: These are the tests using Midje: and this is the code: To document the TDD process I commited the code after every passing test and every refactor. You can find the commits step by step here. If you look at the commits, you'll notice that it took me some time to find a simple algorithm using TDD but once I found it I could simplify the code quite a bit. You can find the code in this repository in GitHub. - por Garajeando
-
Today Stack Exchange is pleased to announce that we have raised $40 million, mostly from Andreessen Horowitz. Everybody wants to know what we’re going to do with… Read more "Stack Exchange Raises $40m" - por Joel On Software
Roberto Canales hace una demostración cómo pilotar un coche eléctrico disfrazado de mono.
Web
17-01-2015
I've just read the slides of a very interesting talk by Peter Norvig: Design Patterns in Dynamic Programming - por Garajeando
These are the links mentioned in our last conversation about the 15th chapter: Talks: La economía del refactoring. Una visión desde la gestión económica del proyecto. by Xavi GostMIT 6.001 SICP, 1986 Lecture 3A by Harold Abelson Posts: Object Functional Patterns at C2 Wiki - por Garajeando
Web
17-01-2015
Last Tuesday I facilitated a kata for the Clojure Developers Barcelona Group hosted by Akamon. We've been doing several Clojure katas and talks during the last two months within a small study group (mainly composed of people who work in Akamon) as a preparation to bring back to life the Clojure Developers Barcelona Group. This kata was the first one we did as Clojure Developers Barcelona Group. We did the Reverse Polish Notation Calculator kata which is a very nice kata to practice. Although...
The story of how MySQL was created, why it was successful and how it grow until it was sold to Sun, who was then overtaken by Oracle. It will also cover how and why MariaDB was created and what we are doing to ensure that there will always be a free version of MySQL (under the name of MariaDB). The talk will also explains the challenges we have had to do this fork, especially the merge with MySQL 5.5 and MySQL 5.6 and how we are working with the MariaDB/MySQL community.