Skip to main content

Home/ Groups/ Arquitectura?
Pablo Lalloni

How to learn Scala - Codacy | Blog - 0 views

  •  
    "At Codacy we chose Scala to build our infrastructure. But not all the engineers that we hire are Scala experts. Scala isn't hard to learn, and good engineers usually pick it up very quickly. We've tried a lot of resources and here is a quick overview of what we recommend to learn Scala."
Pablo Lalloni

Testing your REST api in Go with forest | Ernest Micklei's Blog - 0 views

  •  
    "Go package forest was created to simplify the code needed to write real tests of a REST api." Totalmente aplicable en todos los proyectos de servicios que estamos haciendo para portal.
Pablo Lalloni

A Deeper Look at Reactive Streams with Akka Streams 1.0 and Slick 3.0 - Free E-Books | ... - 0 views

  •  
    "Reactive Streams is an engineering collaboration between heavy hitters in the area of streaming data on the JVM. With the Reactive Streams Special Interest Group, we set out to standardize a common ground for achieving statically-typed, high-performance, low latency, asynchronous streams of data with built-in non-blocking back pressure-with the goal of creating a vibrant ecosystem of interoperating implementations, and with a vision of one day making it into a future version of Java."
Pablo Lalloni

Build You Own Web Framework In Go - 0 views

  •  
    "At the end of the series, you will understand not only the best practices of web development in Go but you will also know about different solutions for each problem a framework solves and be able to apply the right solution for each project."
Pablo Lalloni

ai/browserslist - 0 views

  •  
    "Get browser versions that match given criteria."
Pablo Lalloni

Speaking JavaScript: An In-Depth Guide for Programmers - 0 views

  •  
    "Speaking JavaScript: An In-Depth Guide for Programmers"
Pablo Lalloni

Cats Documentation - Home - 0 views

  •  
    "Cats is an experimental library intended to provide abstractions for functional programming in the Scala programming language. "
Pablo Lalloni

Papers We Love - 0 views

  •  
    "Papers We Love is a repository of academic computer science papers and a community who loves reading them."
Pablo Lalloni

Features - Firebase - 0 views

  •  
    "Firebase can power your app's backend, including data storage, user authentication, static hosting, and more."
Pablo Lalloni

Tackling Authentication with AngularFire - YouTube - 0 views

  •  
    MUY BUENO
munyeco

authorization - SAML2 vs. OAuth - What are some reasonable relationships? - Information... - 0 views

  • Bridging the SAML and OAuth 2.0 frameworks is a well understood problem. The following stack of IETF specs provides a standard solution: If you look at the core OAuth 2.0 spec (RFC 6749) and its token endpoint definition - this is basically an OAuth server endpoint which returns an access token in exchange for a "grant" -- an open-ended concept of something deemed appropriate to grant the client app the issue of an access token. In the typical OAuth scenario this is an authorisation code signifying that the user has been previously authenticated and given their consent. But the grant could also be something else. There is a further IETF spec called draft-ietf-oauth-assertions-16 that builds on the core RFC 6749 standard which says that the grant can also be an assertion (a signed proof of something) and defines the necessary token request parameters for that. Finally, there is draft-ietf-oauth-saml2-bearer-20, which specifies how this assertion can be a SAML 2.0 Bearer Assertion. This standard mechanism for converting a SAML assertion into an OAuth 2.0 access token is essentially all that is needed to bridge the two frameworks. To ensure removal of users is properly reflected by the authorisation systems there are two approaches, which can be combined: Make the OAuth 2.0 access tokens short lived. This will force the client to repeat the authorisation process when the token expires, and if the user no longer exists authentication will fail and no grant (SAML assertion) will be issued. Provide an API for revoking issued OAuth 2.0 access tokens, see RFC 7009 for details.
  •  
    Es un problemón conocido y con blancos sin estandarizar el juntar SAML 2.0 en cuanto a AuhN y Oauth2 para autorización. Éste post es el mas sintético que encontré con un agregado de valor muy alto: Deja entrever que aunque no sea estándar, el mecanismo es posible, y se basa en convertir una aserción SAML2 en un token de acceso OAuth2. uno puede transliterar ésta propocisión así: "convertir una aserción CLAVE FISCAL en un token de acceso OAuth2".  La pregunta es: ¿Que será una aserción CLAVE FISCAL?
Pablo Lalloni

Kitematic - 0 views

  •  
    "The easiest way to use Docker on your Mac."
Pablo Lalloni

Migrating MongoDB data with Mesos and Flocker - 0 views

  •  
    Prueba de concepto (funcional) de mover un contenedor gestionado por marathon sobre mesos, incluyendo sus datos, transparentemente, de un host a otro. ¡EXCELENTE!
Pablo Lalloni

icecrime/docker-mon - 0 views

  •  
    "Console Docker monitoring based on blessed-contrib."
Pablo Lalloni

ClusterHQ/powerstrip - 0 views

  •  
    "Powerstrip is implemented as a configurable, pluggable HTTP proxy for the Docker API which lets you plug multiple Docker extension prototypes into the same Docker daemon."
Pablo Lalloni

Docker Buenos Aires - microservices using relocatable docker containe… - 1 views

  •  
    "Docker Buenos Aires - microservices using relocatable docker containers"
« First ‹ Previous 421 - 440 of 1478 Next › Last »
Showing 20 items per page