Explore >> Select a destination


You are here

www.prisma.io
| | dusty.phillips.codes
2.9 parsecs away

Travel
| | 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
1.9 parsecs away

Travel
| | Defining a meaningful distinction within code-first GraphQL server libraries.
| | brunoscheufler.com
3.6 parsecs away

Travel
| | 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
16.7 parsecs away

Travel
| 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 ...