/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

markphelps.me
| | mfbmina.dev
2.2 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.
| | mynameismwd.org
2.0 parsecs away

Travel
| | How to make it easier to test HTTP services in Go.
| | ewintr.nl
3.6 parsecs away

Travel
| | [AI summary] A guide on how to use Golang's built-in httptest library to create a mock server and record outbound HTTP requests for unit testing Go applications without external dependencies.
| | blog.fanout.io
22.6 parsecs away

Travel
| New to the subject of realtime APIs? This article is the place to start! We'll discuss the most common design approaches and their pros/cons, as well as link...