Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wojciech12/talk_golang_middleware_graphql
- Owner: wojciech12
- Created: 2024-08-29T21:15:53.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T20:26:45.000Z (about 2 months ago)
- Last Synced: 2024-10-10T16:41:58.109Z (28 days ago)
- Topics: best-practices, context, golang, graphql, webapp
- Language: JavaScript
- Homepage:
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).