/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

schadokar.dev
| | livesys.se
3.4 parsecs away

Travel
| |
| | jimlawless.net
2.2 parsecs away

Travel
| |
| | fernandocorreia.dev
3.0 parsecs away

Travel
| | This is part 13 of my journey learning Golang. Strings in Go Strings represent a sequence of bytes. More specifically, a read-only slice of uint8 integers. ...
| | mfbmina.dev
28.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.