Explore >> Select a destination


You are here

solmaz.io
| | blog.hulacorn.com
7.8 parsecs away

Travel
| | A recyled post blew up on reddit and then got picked up on Hacker news, what it looks like.
| | blog.senko.net
7.6 parsecs away

Travel
| | As a long-time Hacker News reader, I've seen trends come and go. One of those trends is popularity of programming languages, manifested t...
| | iamvishnu.com
10.0 parsecs away

Travel
| | Last December, the Android team came up with a new, clean, layered architecture to write Android apps, which is a significant move away from the long-standin...
| | miparnisariblog.wordpress.com
56.5 parsecs away

Travel
| From simpler to more complex: 1. errors.New() or fmt.Errorf() without a sentinel error Only use for quick prototyping 2. Sentinel errors When you have an interface and want implementations to be able to throw errors and then catch them to run some logic But! you won't be able to customize the error thrown var (...