|
You are here |
www.prisma.io | ||
| | | | |
dusty.phillips.codes
|
|
| | | | | Rescript is a delightful programming language pulling in the best elements of Javascript and functional languages without the worst bits of either. In this article, we create a graphql server in Rescript. | |
| | | | |
jordaneldredge.com
|
|
| | | | | Defining a meaningful distinction within code-first GraphQL server libraries. | |
| | | | |
brunoscheufler.com
|
|
| | | | | When you build a service focused around a GraphQL endpoint, you might think of testing strategies that can make use of it. After all, your resolvers will contain large parts of the actual business logic, otherwise, exposing an API wouldn't be useful, would it?... | |
| | | | |
www.integralist.co.uk
|
|
| | | Introduction Install gRPC Install Proto Buffer Compiler Hello World Proto Definition Ruby Example Go Example Conclusion Introduction I started designing a new microservice that I wanted to write in Go. The service was to be a JSON RPC service over TCP, and the expected consumer servicer I would build using Ruby. I had some initial concerns regarding the nature of TCP sockets with a highly scalable and distrubuted set of services (this was to be utilised within the BBC so these are genuine concerns to be ... | ||