http

Recursos de programación de http
Web
10-06-2014
Today I needed to click on a select option that had a specific value using protractor.After Googling for a while, I did it using the element selection by xpath. This is the helper function I created: And this is how it's used from the test:----------------PS: Check also my previous posts about Protractor: How to avoid UnexpectedAlertOpenErrorHow to select a dropdown option to avoid ElementNotVisibleError - por Garajeando
Qual'è lo stato dell'arte della sicurezza "mobile"? App.. HTML5.. BYOD.. Cloud.. TheNextBuzzword.. come interagiscono queste componenti con la privacy degli utenti, la sicurezza dei dati sui dispositivi e sui server e l'entropia mondiale? E le buone vecchie vulnerabilità nelle applicazioni web? Esempi e dettagli su piattaforma Android, adatto agli sviluppatori di applicazioni "mobile" che siano interessati al punto di vista dell'attaccante e non solo dell'utente. Language: Italian Url slides: http://www.slideshare.net/Codemotion/android-security-codemotion2014
Web
09-06-2014
Another problem we found last week using protractor was when we tried to click on a dropdown option. This was the problematic code:which caused the following error: ElementNotVisibleError: element not visibleThis happened because the element we were trying to click on was hidden.Googling a bit again, we found (here) that to avoid the error we had to click on the dropdown before clicking on the option to open it up, so that it wa visible to the user:Again we extracted this bit of code into a help...
Durante esta charla, impartida por Alberto Rodríguez, veremos algunas técnicas y prácticas ágiles que podremos aplicar en nuestros proyectos y que nos ayudaran en nuestro día a día. Veremos también en detalle el ciclo de vida por el que debería pasar una historia de usuario para centrarnos luego en el proceso de desarrollo de la historia a través de desarrollo orientado a tests. A través de un ejemplo práctico escrito en Scala veremos como resolver un sencillo ejercicio con TDD. Y por último intentaremos resumir todas las técnicas vistas en la charla y discutir entre todos su posible aplicación práctica en Paradigma. Más información: http://www.paradigmatecnologico.com/eventos/desarrollo-agil-y-tdd/ ¿Quieres saber más? http://www.paradigmatecnologico.com
I recently blogged about my version of the FizzBuzz kata in Clojure using Midje comparing it with a version I did some time ago in Racket's Advanced Student Language.Even though both solutions were very similar, doing the kata this time in Clojure was useful to practise with Midje.To try to get to a different solution for the kata and use the Clojure sequence library, I set myself a constraint: Instead of mapping just a function on the sequence of numbers, I had to find several transformations...
Web
08-06-2014
I did the FizzBuzz kata in Clojure using Midje. You can find the resulting code in GitHub.I love Midje's readability. Look at the tests: This is the FizzBuzz code in Clojure:Compare it to this version I did in Racket's Advanced Student Language some time ago: They are more or less the same (except that Clojure's version returns a string whereas Racket's one returns a list of strings). On one hand, I prefer Clojure's cond which is more readable because it's more lenient with the parentheses.On...
El octavo punto de Gene Kim sobre DevOps trata sobre cómo se integran las áreas de Seguridad informática y calidad en los flujos de trabajo de DevOps. Aunque parezca algo muy complejo de hacer, es también algo que conviene comprender correctamente para poder realizar de la forma más adecuada. Es decir, sin perder el sentido de tener procesos de calidad y seguridad, ni afectar al esfuerzo realizado para disponer de las funcionalidades en el tiempo requerido para mantener la competitividad de la organización.
Web
07-06-2014
Clojure Enemy of the State - por Garajeando
Violeta Garín responsable de comunicación de Momentum presenta ante nuestra comunidad geek el AllStartup (http://allstartup.es/) que organizan en Momentum (http://www.momentum.do/) lanzadera de startups. Os invitamos a todos los techis de la comunidad de GeeksHubs a participar.
Alex Tatay - @alecdotico Nos presenta Google App Engine, descubre el concepto de Platform as a Service con GAE y los diferentes servicios que ofrece en esta charla+taller. Las transparencias y el código se encuentra en este enlace: https://github.com/pythonvlc/workshop-gae-dumbboard Suscríbete a nuestro canal en Youtube: http://bit.ly/1dLbCyV A las novedades en Twitter: http://bit.ly/1fc96DF Y también por Facebook: http://on.fb.me/1kVU8Uq