rest

Recursos de programación de rest
En la actualidad, la mayoría de las APIs que usamos a diario son REST o SOAP. La necesidad de ofrecer productos más complejos que simples aplicaciones CRUD donde creamos, borramos, listamos y modificamos recursos ha empujado a cambiar la forma en la que interactuamos con las APIs. En 2012, Facebook desarrolló GraphQL y lo lanzó al público en 2015 como proyecto open source. GraphQL nace para solucionar la mayoría de los problemas que nos encontramos cuando interactuamos con una API REST. https://2017.es.pycon.org/en/schedule/introduccion-a-graphql/
Ya hemos vuelto, con las pilas cargadas y dispuestos a dar guerra. En este episodio hablamos de GraphQL y Falcor. Hacemos un pequeño repaso de la evolución de los servicios Web y qué es lo que viene a ofrecer GraphQL y Falcor.¿Acaso ya no basta con hacer servicios con REST para molar?A nosotros si que nos gusta citar a nuestras fuentes y recomendar que les preguntes a ellos que son los que saben:Tutorial oficial de GraphQL (ojito que es interactivo!!)Prueba a hacer consultas a Twitter, Github, con GraphQLEjemplo de GraphQL hecho por el equipo de Programar es una mierda. Bienvenidas las PR :-DTambién hablamos algo sobre Falcor, la alternativa de Netflix. ¿Qué es falcor?Video acerca como en Netflix han cambiado de REST a falcorY para terminar atendemos las peticiones de nuestros oyentes y avanzamos algunas novedades de la nueva temporada. Todos los que tengáis comentarios o sugerencias para el podcast podéis enviarnos un correo a programaresunamierda@gmail.com o dejarnos un comentario en Twitter: @progesunam . No olvidéis de suscribiros a nuestro podcast en iVoox o iTunes, o si lo preferís agregad el RSS a vuestra app de podcast preferida. En cualquier caso siempre agradeceremos reviews del podcast en cualquiera de las plataformas.
Ya hemos vuelto, con las pilas cargadas y dispuestos a dar guerra. En este episodio hablamos de GraphQL y Falcor. Hacemos un pequeño repaso de la evolución de los servicios Web y qué es lo que viene a ofrecer GraphQL y Falcor.¿Acaso ya no basta con hacer servicios con REST para molar?A nosotros si que nos gusta citar a nuestras fuentes y recomendar que les preguntes a ellos que son los que saben:Tutorial oficial de GraphQL (ojito que es interactivo!!)Prueba a hacer consultas a Twitter, Github, con GraphQLEjemplo de GraphQL hecho por el equipo de Programar es una mierda. Bienvenidas las PR :-DTambién hablamos algo sobre Falcor, la alternativa de Netflix. ¿Qué es falcor?Video acerca como en Netflix han cambiado de REST a falcorY para terminar atendemos las peticiones de nuestros oyentes y avanzamos algunas novedades de la nueva temporada. Todos los que tengáis comentarios o sugerencias para el podcast podéis enviarnos un correo a programaresunamierda@gmail.com o dejarnos un comentario en Twitter: @progesunam . No olvidéis de suscribiros a nuestro podcast en iVoox o iTunes, o si lo preferís agregad el RSS a vuestra app de podcast preferida. En cualquier caso siempre agradeceremos reviews del podcast en cualquiera de las plataformas.
https://github.com/paradigmadigital/curso-vertx-1 00:09 Ejemplos 00:51 Ejemplo 1.Básico de servidor http 32:17 Ejemplo 1 Básico de servidor http-Visual VM 33:07 Ejemplo 2 Básico de cliente 47:43 Ejemplo 3. API REST + Mongo 1:20:43 Preguntas ¿Quieres saber más? https://www.paradigmadigital.com/ ¿Quieres saber cuáles son los próximos eventos que organizamos?: https://www.paradigmadigital.com/eventos/ Ver más eventos nuestros: https://www.youtube.com/playlist?list=PL2yjEVbRSX7XaQgyjsApXIqydTrC7v_Of
I think that if you rely only on talks, community events, tweets and posts to learn about a concept, you can sometimes end up with diluted (or even completely wrong) versions of the concept due to broken telephone game effects. For this reason, I think it's important to try instead to get closer to the sources of the concepts you want to learn. Lately I've been doing some study on object-oriented concepts doing an effort to get closer to the sources. These are the resulting notes on Single Respo...
@arungupta Serverless applications, aka Function-as-a-Service or FaaS, relies upon services to manage server-side logic and state. These applications run in stateless compute containers that are event-triggered, ephemeral (may only last for one invocation), and fully managed by a 3rd party. These functions can be triggered by a REST API call, scheduled timer, or another function. Static website hosting on Amazon Web Services S3, API Gateway for RESTful APIs, AWS Lambda for functions and Couchbase for persistence provide an ideal combination for deploying, managing and scaling your microservice. This talk will provide a quick introduction to each part of the stack. Then it will explain how a Serverless Application Model can be used to deploy different components of microservice. A path from your favorite IDE to a fully deployed and functional microservice will be shown with live coding.
@snicoll Spring Boot, the new convention-over-configuration centric framework from the Spring team at Pivotal, marries Spring's flexibility with conventional, common sense defaults to make application development move swiftly and enjoyable. It's ideally suited for building microservices and distributed systems and makes streamlining devops practices simple. Join Spring Boot committer Stéphane Nicoll for a look at what Spring Boot is, why it's turning heads, why you should consider it for your next application (REST, web, batch, big-data, integration, whatever!) and how to get started. https://www.autentia.com
Disclaimer: I am experimenting with different formats to create presentations, blog post, and other documents, mixing sketch noting and using index cards... I will appreciate your feedback.I prepared these notes for the past AOS 2017, but finally, the session was not selected... The initial idea was to describe our process for creating an agile software development team and create a discussion to identify next steps to expand our agile culture to the rest of the organizationHoney Badge...
Disclaimer: I am experimenting with different formats to create presentations, blog post, and other documents, mixing sketch noting and using index cards... I will appreciate your feedback.I prepared these notes for the past AOS 2017, but finally, the session was not selected... The initial idea was to describe our process for creating an agile software development team and create a discussion to identify next steps to expand our agile culture to the rest of the organizationHoney Badge...
Did you ever want to port that cool game you built to the browser? Or have your 3D design app work there as well? It's already possible now, but it will get even better in the future! We have asm.js as a subset of JavaScript, optimized for use cases like games, compression or image editing. Now WebAssembly promises to take this one step further by reducing storage size and decoding time while providing the same safe sandboxed environment with near-native performance. It takes your native code, no matter if C or Rust, and turns that into something that runs blazingly fast in your browser.