/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

eli.thegreenplace.net
| | rakyll.org
2.3 parsecs away

Travel
| | [AI summary] This article explains the unique aspects of the Go programming language's type system, emphasizing data-model separation, composition over inheritance, and interface usage.
| | brunoscheufler.com
2.0 parsecs away

Travel
| | While Go doesn't come with the typical language concepts for inheritance-based type hierarchies? it provides a powerful concept to reuse parts from other interfaces and structs, using embedding....
| | blog.carlana.net
4.3 parsecs away

Travel
| | A how-to for embedding files and directories in Go applications
| | mfbmina.dev
15.3 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.