Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wojciech12/talk_golang_middleware_graphql


https://github.com/wojciech12/talk_golang_middleware_graphql

best-practices context golang graphql webapp

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Middleware at Spacelift

In this series of talks, I want to share how we use middleware in our GraphQL API. A well-written middleware helps maintain a fast pace of development, even as both the application and the engineering team grow significantly. I hope my talk will help you in desiging your own.

In the first talk, we cover the heart of our middleware – [github.com/spacelift-io/spcontext](https://github.com/spacelift-io/spcontext).