Explore >> Select a destination


You are here

www.philosophicalhacker.com
| | mfbmina.dev
2.9 parsecs away

Travel
| | Nowadays, a huge part of a developer's work consists in calling APIs, sometimes to integrate with a team within the company, sometimes to build an integration with a supplier. The other big role in daily work is to write tests. Tests ensure (or should guarantee :D) that all the code written by us works on how it is expected and, therefore, it will not happen any surprises when the feature is running at production environment.
| | devopsian.net
4.3 parsecs away

Travel
| | Practical web client unit-testing in Go by mocking the server side, with examples from my first open-source project
| | machiel.me
4.0 parsecs away

Travel
| | Freelance developer from Amsterdam, passionate about Go
| | www.integralist.co.uk
23.2 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 ...