/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
| | linksort.com
2.5 parsecs away

Travel
| | In writing a REST API, we have to deal with at least two types of errors. Client errors: These errors are the fault of the user, e.g., providing an invalid...
| | www.joeshaw.org
2.1 parsecs away

Travel
| | A scheme for consistent and safe HTTP API errors
| | mfbmina.dev
2.5 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.
| | blog.jak-linux.org
25.0 parsecs away

Travel
| (What follows is an excerpt from my master's thesis, almost all of section 2.1, quickly introducing Go to people familiar with CS) Go is an imperative programming language for concurrent programming created at and mainly developed by Google, initially mostly by Robert Griesemer, Rob Pike, and Ken Thompson. Design of the language started in 2007, and an initial version was released in 2009; with the first stable version, 1.0 released in 2012 1.