Tag: Apis
-
AWS AppSync GraphQL API with Golang Lambda source
Posted on February 25, 2018, Level intermediate Resource Length medium
Sebastian Muller wrote this article / tutorial about AWS AppSync, a serverless GraphQL with support for custom data sources using AWS Lambda. To enable easy access to his RSS feed, author created a simple GraphQL API using AWS AppSync.
Tags aws serverless app-development apis
-
GraphQL introduction at the REST-aurant
Posted on February 10, 2018, Level intermediate Resource Length medium
Gregor intro into GraphQL. The article is accompanied with video presentation. If you ever wondered what GraphQL can do for you and you know a bit of JavaScript, this is an excellent post explaining basic concepts of GraphQL.
Tags restful apis nosql
-
Introducing Twirp RPC framework for Golang
Posted on January 19, 2018, Level beginner Resource Length medium
Spencer Nelson published article in which he introduced an RPC framework they use for communication between backend servers written in Golang. It's called Twirp, and it's available now under an Apache 2 open source license.
Tags apis web-development infosec
-
APIs - REST versus GraphQL
Posted on October 10, 2017, Level beginner Resource Length medium
Chimezie Enyinnaya blog post addressing all the fuss about GraphQL and what makes it different from REST. In this article, author took a technical look at REST versus GraphQL, comparing and contrasting the two API specifications.
Tags restful apis
-
Making mistakes with GraphQL and lessons learnt
Posted on October 8, 2017, Level beginner Resource Length long
Bertrand Dubaut article from presentation given at the Amsterdam Ruby meetup. Real life GraphQL in production implementation, mistakes made, corrections and lessons learnt. System supports multiple clients (mobile and web).
Tags nosql apis software-architecture
-
Development of a REST API in Spring Boot Framework
Posted on June 17, 2017, Level beginner Resource Length short
Dario Carrasque wrote post blog on topic of the evaluation of frameworks to develop REST APIs to satisfy requirements of modularity and availability.
Tags microservices frameworks restful apis
-
gRPC-Web: Moving past REST+JSON towards type-safe Web APIs
Posted on May 11, 2017, Level intermediate Resource Length long
Michal Witkowski and Marcus Longmuir wrote blog post on their experiece with gRPC in order to create type safe web APIs.
Tags microservices restful apis
-
Developing Restful APIs: A Comprehensive Set of Guidelines by Zalando
Posted on January 25, 2017, Level beginner Resource Length medium
Zalando Tech team (German electronic commerce company) has created comprehensive set of guidelines and the best practices for API design for mutli-team development company.
Tags software-architecture apis
-
Best Practices for Designing a Pragmatic RESTful API
Posted on January 22, 2017, Level intermediate Resource Length long
Vinay Sahni - Founder of Enchant and Full stack developer - shares his experience with designing RESTful API. He tried to come up with pragmatic answers to hard questions so final API is easy to use, easy to adopt and flexible enough to dogfood for our own user interfaces.
Tags apis software-architecture
-
Some Better Practices For Using Requests in API Clients
Posted on January 20, 2017, Level intermediate Resource Length short
Ian Cordasco has written a few API client libraries and works on Requests (Python) and shares overlapping knowledge in this article.
Tags apis microservices programming