/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

xnacly.me
| | aarol.dev
1.8 parsecs away

Travel
| | Anyone who has implemented a simple HTTP 1.1 server can tell you that it is a really simple protocol. Basically, it's a text file that has some specific ...
| | ukiahsmith.com
1.5 parsecs away

Travel
| | Use marshaling interfaces from the Go json package to control complex data types in JSON.
| | www.alexedwards.net
0.9 parsecs away

Travel
| | [AI summary] The article demonstrates various Go web application techniques including HTTP response handling, templating, and file serving with examples and code snippets.
| | mfbmina.dev
17.7 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.