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

Web
13-05-2015
http , tdd
I've just watched this great series of talks by Sandro Mancuso: Outside-In TDD IOutside-In TDD IIOutside-In TDD III - por Garajeando
Ya se ha anunciado la cuarta edición de la NoSQL matters Barcelona. El evento se celebrará durante los días 20 y 21 de noviembre y, como las anteriores ediciones, tendrá lugar en la bonita Casa de la Convalescència. El pasado día 27 de abril se anunció el inicio del período para presentar propuestas de charlas. Hemos estado en contacto con la organización y nos han contado algunas cosas. En este artículo podréis encontrar todo lo que sabemos por ahora.
In the past you could come by with designing a login screen with a username and login textbox in your app and directly check the credentials in a database. But we're living in the age of (Web) APIs. With modern apps, like SPAs, just authenticating with the website isn't enough, you also want to connect on behalf of the logged in user in a Web API that is providing data for example. OpenId Connect and OAuth2 for authorisation together are the complete solution to this problem. In this session after a further explanation we'll look at a collection of .Net apps that demonstrate this process.