http

Recursos de programación de http
Nel libro "Lean UX" Jeff Gothelf e Josh Seiden mostrano un nuovo modo di fare UX, meno waterfall e più iterativo. Diventa sempre meno netta la linea che separa l'analisi dal prodotto, dal prototipo al prodotto, dal requisito all'assunto. In questo talk vorrei fornire una panoramica riassuntiva sui contenuti del libro focalizzandosi sul ruolo del frontendista a supporto del team. Come fare CSS riutilizzabile? Come creare automatismi che semplifichino lo sviluppo? Come creare una styleguide manutenibile? E' possibile testare il css? Tutto frutto di studio e di un anno in GNV Parnters. Language: Italian Url slides: http://www.slideshare.net/Codemotion/fabio-fabbruccileanux-development
Web
27-05-2014
I've just watched this wonderful talk by Rich Hickey: The Value of Values - por Garajeando
Web
25-05-2014
I've just watched this talk by Neal Ford introducing Clojure: The Curious ClojuristIt's a really great introduction to Clojure. - por Garajeando
Web
25-05-2014
Today I watched this interesting talk by Kevlin Henney: Functional Programming You Already Know - por Garajeando
Web
24-05-2014
Today I watched this great interview with Stuart Halloway: Stuart Halloway on Clojure and Functional ProgrammingIt's a great way to get an overview of where Clojure can be helpful for you. - por Garajeando
Web
24-05-2014
I'm reading Brian Marick's Functional Programming for the Object-Oriented Programmer book.This is my solution for an exercise from the first chapter, Just Enough Clojure in which I had to write a "bizarre version of factorial that uses neither iteration nor recursion": Tested at the REPL it seems to work fine: However, there are problems for big enough results because they don't fit into integers: This can be easily solved using arbitrary precision integers. You just need to append an N after an...
Web
20-05-2014
Last night I watched this great conversation with Sandi Metz about object oriented design, writing maintainable software and more: Kickstart Academy Podcast - with Sandi MetzI really recommend it. - por Garajeando
Web
18-05-2014
I've just seen this great talk by Neal Ford: Agile Architecture and Design - por Garajeando
Web
17-05-2014
I've just watched this interesting talk by Avdi Grimm: Making Little Classes out of Big Ones - por Garajeando