Explore >> Select a destination


You are here

golb.hplar.ch
| | alexandrugris.github.io
12.3 parsecs away

Travel
| | These are my first steps in Go, this time learning how to build web services. The post touches handling requests, json serialization, middleware, logging, da...
| | www.ardanlabs.com
12.5 parsecs away

Travel
| | Introduction The Go programming language has the built-in keyword go to create goroutines, but has no keywords or direct support for terminating goroutines. In a real world service, the ability to time-out and terminate goroutines is critical for maintaining the health and operation of a service. No request or task can be allowed to run forever so identifying and managing latency is a responsibility every programmer has. A solution provided by the Go team to solve this problem is the Context package.
| | ampcode.com
11.9 parsecs away

Travel
| | Building a fully functional, code-editing agent in less than 400 lines.
| | www.joeshaw.org
59.1 parsecs away

Travel
| A scheme for consistent and safe HTTP API errors