Explore >> Select a destination


You are here

rakyll.org
| | bartlomiejmika.com
29.4 parsecs away

Travel
| | The purpose of this post is to provide instructions on how to setup a simple RESTful API server, in Golang, using only the net/http package and not any other third-party web framework. You will learn how to create REST endpoints within your project that can handle POST, GET, PUT and DELETE HTTP requests. This is the first post in a multi-post series.
| | fernandocorreia.dev
17.6 parsecs away

Travel
| | This is part 5 of my journey learning Golang. Inline comments Go ignores text to the right of //: 1// This entire line is ignored by the compiler. 2//
| | dave.cheney.net
23.0 parsecs away

Travel
| | [AI summary] gmx is an experimental Go package that allows runtime instrumentation of applications, enabling querying of internal states via published keys and closures.
| | danganiev.me
50.3 parsecs away

Travel
| GraphQL might have started as a convenient way of delivering exactly the right amount of data from server to the client. But...